All Tags// Tag

#claude-code

19 signals tagged with this topic.

LangGraph vs CrewAI vs Claude Code: Picking an AI Agent Framework
AI

LangGraph vs CrewAI vs Claude Code: Picking an AI Agent Framework

Feature tables don't tell you which AI agent framework to use. The coordination model does — explicit state graph, role-based crew, or one capable agent with skills.

July 10, 20268m read
AI Agent Memory: Agentic RAG That Survives Restarts
AI

AI Agent Memory: Agentic RAG That Survives Restarts

Agentic RAG explains how an agent retrieves external knowledge mid-task. It doesn't explain what happens when the session ends and the next one starts from zero. That's an AI agent memory problem, and it's a different problem.

July 10, 20268m read
The AI Agent Tech Stack Behind 325 Agents in Production
Engineering

The AI Agent Tech Stack Behind 325 Agents in Production

A Reddit thread ranking #1 for the exact question — what tools to use to build AI agents — is mostly vendor noise. Here's the actual AI agent tech stack running 325 agents in production, layer by layer.

July 10, 202611m read
AI Agents in Production: The Operator's Handbook
Engineering★ Featured

AI Agents in Production: The Operator's Handbook

Everyone teaches building agents. Almost nobody teaches running ai agents in production — the operational discipline that separates a demo from a fleet that survives contact with reality.

July 10, 202617m read
Claude Code Skills: 6 Stacks That Turn One Tool Into a Fleet
Engineering

Claude Code Skills: 6 Stacks That Turn One Tool Into a Fleet

Claude Code skills look like small individual commands until you stack them — then quality-check, verify, and five others become the pipeline that gates every merge across a 325-agent fleet.

July 10, 20268m read
How to Start Building AI Agents: From Zero to First Agent
AI

How to Start Building AI Agents: From Zero to First Agent

If you searched how to start building AI agents and got a slide deck instead of a starting point, this is the practitioner's version — the order to learn things in, and the one small agent worth shipping first.

July 10, 20269m read
Claude Fable Dropped. The Second Brain Is Still the Point.
AI

Claude Fable Dropped. The Second Brain Is Still the Point.

Anthropic's most powerful model just shipped, and the most instructive reaction came from someone who didn't rebuild anything. Nate Herk spent the day slotting Fable into the AI OS he'd already built — folders, markdown, and the Four Cs. That's the lesson.

June 10, 20267m read
Claude Fable 5: We No Longer Verify the Work — We Verify the Direction
AI◆ Deep Dive

Claude Fable 5: We No Longer Verify the Work — We Verify the Direction

Thariq Shihipar from the Claude Code team lays out the 3 workflow changes Fable 5 made real — and the paradigm shift underneath all of them: we no longer verify the work, we verify the direction.

June 10, 20266m read
Claude Skills Have Three Layers. Most People Only Build One.
Engineering

Claude Skills Have Three Layers. Most People Only Build One.

Prompt-engineering is already obsolete. The new unit of work is the skill — a folder with three layers, only one of which most people bother to build. The leverage lives in the layer they skip.

May 16, 20266m read
Your Claude Code Sessions Are Stateless. Your Engineering Discipline Shouldn't Be.
Engineering

Your Claude Code Sessions Are Stateless. Your Engineering Discipline Shouldn't Be.

Every Claude Code session starts from zero — no memory of your standards, gates, or the three bugs that bit you last sprint. The Skills Library changes that. 19 slash commands. Institutional discipline, without the briefing.

May 11, 20269m read
Frustration Is the Raw Material: The Only Retro Discipline That Matters
Engineering

Frustration Is the Raw Material: The Only Retro Discipline That Matters

Every rule worth keeping came from something going wrong. The durable value of a retro isn't its narratives — it's its imperatives. If your post-mortem doesn't produce rules for next time, you shipped stories.

April 20, 20267m read
Grep the Consumers Before Writing the Producer
Engineering

Grep the Consumers Before Writing the Producer

I specified a dataclass field name in a dispatch prompt. The agent built to spec, then stopped and flagged that the consuming interface expected a different name. The drift was on me, and it only took one grep to prevent.

April 20, 20266m read
Parallel AI Agents Need Isolation. I Learned This the Hard Way.
Engineering

Parallel AI Agents Need Isolation. I Learned This the Hard Way.

Four agents writing code in the same git checkout. Ten stashes and 45 minutes of recovery later, the rule wasn't the lesson — the announcement that enforces it was.

April 20, 20267m read
'Spec Merged' Does Not Mean 'Implementation Queued'
Engineering

'Spec Merged' Does Not Mean 'Implementation Queued'

An engineer agent dispatched to wire a module discovered the module didn't exist — only an empty __init__.py. The spec had merged two days earlier. Nobody had queued the build.

April 20, 20266m read
Trust Forward: When Agent Rigor Compounds Across Dispatches
Engineering

Trust Forward: When Agent Rigor Compounds Across Dispatches

An agent caught a latent bug in legacy code the orchestrator's prompt didn't flag. That single act earned weight on their next flag — and that weighted flag caught two more bugs before they shipped. Trust compounds through a chain, not just a single delivery.

April 20, 20267m read
Building an Agent Operations Platform in One Session
Engineering

Building an Agent Operations Platform in One Session

One YouTube video, one insight, one session. What started as a note about persistent agent expertise turned into a full agent operations platform: 22 specialist roles, behavioral health monitoring, directive lifecycle tracking, and an E2E proof that closed in 8 minutes.

March 30, 202612m read
53 Hours a Day: What AI Agent Orchestration Actually Looks Like
AI

53 Hours a Day: What AI Agent Orchestration Actually Looks Like

I produced 1,060 hours of verified engineering output in 20 days. Not by coding faster — by commanding AI agents in parallel. Here's the audit trail.

March 28, 20268m read
Three PRs. One Morning. The Parallel Agent Pattern That Changes How You Ship
Engineering

Three PRs. One Morning. The Parallel Agent Pattern That Changes How You Ship

The bottleneck in AI-assisted development isn't writing code faster — it's thinking sequentially when the work isn't. Here's how dispatching three agents simultaneously collapsed three review cycles into one.

February 26, 20267m read
The Design-Code Loop Just Closed. What That Means for Engineering Teams.
Engineering

The Design-Code Loop Just Closed. What That Means for Engineering Teams.

Claude Code can now turn production code into editable Figma designs — and round-trip the changes back. This isn't a designer's tool. It's a fundamental change to the design-engineering handoff that engineering managers need to understand before their teams figure it out for them.

February 23, 20267m read