I Built a Vulnerability Triage Tool Without Knowing What EPSS or KEV Meant
In the last two posts I described how, unable to read code, I delegated implementation to Claude Code, built a vulnerability triage CLI called triag…
Tech news from the best sources
In the last two posts I described how, unable to read code, I delegated implementation to Claude Code, built a vulnerability triage CLI called triag…
RAXXO sells across three shapes of value, merch, one-time digital downloads, and hosted tools, and the pricing model follows the shape instead of a…
I used to be a college student scraping by on ¥100k a month. Then I was laid off. Six months later, after building an autonomous Claude Code environ…
TL;DR My error tracker had 8,400 events a week across ~340 distinct issues, and nobody on the team actually triaged them. I built a small pipeline t…
📝 Originally published (in Japanese) at forge.workstyle.tech . In a previous article , we introduced an environment for parallel execution of coding…
I went from ¥100k/month as a university student, to ¥600k/month juggling multiple gigs, to exactly zero when my employer pulled the plug. Six months…
Your monthly Claude Code bill went up 20%. You know that much. What you don't know is which Skill did it — and nothing in the tooling will tell you.…
I ran a skill migration and nothing broke. Or so I thought. Break 3 in my migration diary noted that skills degraded silently. This is the deep dive…
A side hustle I started in college went from ¥100k a month to ¥600k once I was running several at the same time. A layoff took it to zero. Then I sp…
This article reflects Claude Code's spec as of August 2026. Since Claude Code updates frequently, check the official docs for the latest behavior. T…
Going from a $700/month student side hustle to a real business in six months came down to one thing: I stopped instructing Claude and started lettin…
On June 29, 2026, a mobile app reported that "the first wave of parity with the PC version is complete, 162 tests green." When we actually touched i…
Rotating your credentials and removing a poisoned package is supposed to end an npm supply-chain compromise. In early August 2026, one worm made sur…
I track three signals before I touch a shipped RAXXO tool's core screens again A patch fixes one report, a redesign answers the same complaint from…
Once you use Claude Code or Codex for real work, a total usage number stops being enough. You want to know which change consumed it. I did not build…
Hitting ¥1.2M/month taught me something I didn't expect: keeping the environment healthy has to come before doing the work. Why this system pays off…
I spent a week trying to keep a coding agent out of one directory, and I lost that argument at every layer that lives inside the agent. The markdown…
An MCP server dying at 2 a.m. used to mean waking up to a log full of connection refused and zero work done. Building a health-check hook that recor…
Claude Code session managers: what exists and what each one solves I started out looking for a session manager. It took me a while to realise that l…
When I shipped KittyClaw two weeks ago, the tool did one thing: serve as a board. The Claude agents ran alongside - first by hand, then via a dispat…
Cumora’s public repository presents a cross-platform team chat application in which AI agents occupy the same conversational spaces as people: direc…
Claude Code is the best agentic coding interface right now, but out of the box it only talks to Anthropic's API with Anthropic billing. Sometimes yo…
Is there a region at the bottom of your task ledger you haven't scrolled to in weeks? Mine held 41 tasks across two repositories. I use AI agents ev…
Originally published on El Rack — Spanish tech reviews from a sysadmin/homelab perspective. Claude Code is capable right out of the box, but it star…
There is a small cluster of posts going around right now about auditing your LLM invoice, and about how cost calculators get the numbers wrong. I we…
Our CLAUDE.md was 548KB. Every session — including every subagent — loaded all of it before doing any work. One measured headless run wrote about 15…
No delete command. No confirmation prompt. No user action of any kind in between. A Claude Code user's ~/.claude/agents/ directory was silently empt…
Part of an ongoing series on model routing and trust tiering for agentic coding tools. This one's the boring, working half — no bug hunt, just a set…
Every skill my AI setup learns lives in one folder on my laptop — and none of it reaches the repo I created yesterday. That gap is why I built a wee…
A Reddit thread on connecting Claude Code to a Yahoo Mail account turned into a solid field guide for scoping down what an AI agent is allowed to to…