Skip to content

Instantly share code, notes, and snippets.

View dpippenger's full-sized avatar

David "Pip" Pippenger dpippenger

View GitHub Profile
@dpippenger
dpippenger / your-ai-agents-are-ignoring-your-architecture.md
Last active May 8, 2026 12:23
Blog post: Your AI Agents Are Ignoring Your Architecture (Here's How to Fix It)

Your AI Agents Are Ignoring Your Architecture (Here's How to Fix It)

You gave the agent a clear task. It wrote working code. It passed the tests. And it completely ignored the design you spent two weeks specifying.

If you're using LLM-driven development on anything larger than a weekend project, you've hit this wall. The agent doesn't know your architecture exists. It can't read your mind, and it definitely didn't read the spec in docs/specs/billing/spec.md. So it improvises. It invents its own abstractions, picks its own patterns, and builds something that works in isolation but drifts from the system you're trying to build.

This is the central scaling problem of AI-assisted development. Not "can the agent write code" — it can. The problem is: can it write code that belongs in your system?

The CLAUDE.md Ceiling

@dpippenger
dpippenger / tasks-team.md
Created February 28, 2026 01:29
Project Registry — 9-Person Team Implementation Plan (task-level DAG)

Project Registry — Team Implementation Plan

9-person team (5 developers, 2 reviewers, 2 doc writers) executing a task-level DAG — no phase gating.

Reorganized from tasks.md (20 phases, 135 tasks, single-developer sequential) into parallel work streams with explicit per-task dependencies. Every original task is preserved; 17 review checkpoints are added.

Task markers: [ ] pending · [~] in progress · [x] done · [-] skipped · [!] blocked