Agentic Engineering — D-Central Technologies
Agentic Engineering: The Five Disciplines of Building Software With Agent Fleets
Prompt engineering was the first rung, not the whole ladder. Once an agent can act, observe the result and act again, and once you can run several of them at the same time, the job stops being about wording a request and starts being about designing a system. This is the reference stack we run every day: prompt, context, harness, loop and graph — plus the two loop patterns that do the actual grinding.
Why It Is a Stack and Not a Bag of Tips
These five layers sit on top of each other, and the order matters because a failure at a lower layer is invisible at a higher one. A brilliant orchestration graph built on a starved context produces confident nonsense in parallel, faster and at greater expense than one agent could manage alone.
The single most useful diagnostic skill in agentic development is telling these layers apart when something goes wrong. An agent that produces the wrong thing usually has a prompt problem. An agent that produces a plausible thing that contradicts the codebase usually has a context problem. An agent that produces the right thing and then cannot apply it usually has a harness problem. An agent that gets close and never lands usually has a loop problem — no real feedback signal to converge against. And a fleet that produces seven excellent pieces of work that do not fit together has a graph problem.
None of this requires our software. Every method on these pages runs on tools you already have — a terminal, a git repository and whichever coding agent you already pay for. We build DCENT_ADE because operating these patterns by hand across a fleet is tedious, not because the patterns need a product to work.
The Reference Pages
Prompt Engineering
Writing instructions that hold up across many turns, tool calls, compaction and sub-agents. Acceptance criteria, output contracts, and treating prompts as versioned project assets instead of disposable chat messages.
Loop Engineering
The general theory of act, observe, correct. Termination conditions, oscillation detection, cost ceilings, and why a loop without a real measurement is just expensive repetition.
Context Engineering
Deciding what enters the window and what stays out. Repo maps, conventions, persistent memory, retrieval versus stuffing, context rot, and why a bigger window is not the same thing as better context.
RALPH Loops
The brute-force pattern: the same prompt in an infinite shell loop, fresh context every iteration, with the repository itself acting as memory. Not ours — credited to its author — and startlingly effective on well-defined work.
Harness Engineering
Choosing the agent, the model tier, the tool set, the permission boundary and the isolation strategy per job. Interactive PTY agents versus headless workers, and what each one costs you in attention.
Gauntlet Loops
Named by Matt Shumer and run here as standing build doctrine. A builder makes a real artifact, an independent critic with fresh context judges the artifact rather than the story about it, and the largest gap goes back for another round. The critic must be able to reject.
The top rung is graph engineering: tasks, agents, dependencies, branching, synchronisation, retries and gates, where you stop writing prompts and start designing the relationships between work.
Why a Bitcoin Mining Company Writes This
It is a fair question. D-Central are Bitcoin mining hackers. We repair ASICs, write firmware and build open hardware. We are not a developer-tools company and we are not pretending to be one.
We write this because we ran into it. Keeping an open-source firmware, an MCP harness that gives agents real hands inside KiCad, a hardware line and a large web estate moving at once meant operating agent fleets daily, in production, on work where being wrong has a cost. The patterns on these pages are what survived that. They were not designed at a whiteboard, they were what was left after the approaches that did not work got thrown away.
That is also why the honesty rules keep showing up. When an agent reports success on a firmware flash that did not happen, you find out with a brick on the bench. Mining teaches you very quickly that a self-reported result is not a result, and that lesson transfers directly: the critic must judge the artifact, the evidence must be real, and a green light nobody verified is worse than a red one.
Everything here is free to take. Nothing on these pages requires our software, our hardware or our permission. If it earns you something, send some back — that is the whole arrangement, and it is the same one that keeps the rest of the DCENT suite open.
Related products, repair, and setup paths
- how D-Central diagnoses ASIC repairs
- ASIC troubleshooting library
- ASIC manuals and repair guides
- replacement hashboards
- ASIC control boards
- ASIC power supplies
- S19 family replacement hashboard
- C52 replacement control board
- APW12 S19 power supply
- compare specs in the ASIC miner database
- compare ASIC miner specs
- ASIC miner database
- ASIC repair services
- Antminer S19 specs and profitability
- buy a tested Antminer S19
- Antminer S19 maintenance guide
- Antminer S19 repair service
- Antminer S21 specs
- Bitmain Antminer S21
- Antminer S21 maintenance guide
- BM1370BC S21 Pro chip
Last reviewed August 13, 2026.
