#ai-development
10 posts, earliest first
-
Tiered Planning as Engineering Discipline
Iterative development applied to the planning function itself. The checkpoints between tiers are the entire mechanism.
-
Context Pollution
Output quality degrades because the room is full of debris, not because the room is full. The fix is structural, not a bigger window.
-
Composing the Context
Most failures attributed to bad model output are composition failures: the wrong material, in the wrong order, with no rule for which source wins.
-
Orchestration Patterns for Multi-Agent Work
Once more than one agent is in a pipeline, the load-bearing engineering act is the discipline at the boundaries between them.
-
Feedback Loops That Compound
Capture is cheap and aggressive. Promotion to rules is expensive and conservative. The discipline that separates compounding feedback from rule-set pollution is the gate between them.
-
Working With LLMs Effectively: Mental Models That Actually Match the Mechanism
Effective collaboration with a capable LLM is mutual deference based on honest capability assessment. Most prompt engineering is the human refusing to do the partition.
-
The Context Window Is the Workspace, Not a Buffer
The folk model treats the context window as storage you load before the model knows things. The mechanism is the opposite: the window is the workspace itself, and every token in it shapes every answer the model gives.
-
Attention Is Not Memory: Why Models Re-Read Everything Every Turn
The model doesn't remember earlier turns. It re-reads the full transcript from scratch every turn. What feels like memory is re-reading, and the failure modes follow directly from that.
-
Generation Is Not Retrieval: What 'Hallucination' Actually Is
Developers treat hallucination as a lookup that went wrong. The mechanism is that the model generates plausible continuations and there is no lookup. Verification isn't a bug to fix on the model side. It's a structural job on the user side.
-
When letting it rip goes wrong: how I let Claude delete my database
A year of disciplined Claude Code use, sophisticated guardrails, more than a thousand hours of practice. The agent destroyed my database anyway.