journal

Engineering notes

2026-08-28

Can AI agents work on an existing codebase?

Yes, and brownfield is where the discipline shows. How a factory reads an existing architecture, works inside its conventions, and what to do first when the system is legacy and has no tests.

2026-08-20

AI software factory vs traditional outsourcing

Outsourcing sells hours; a factory sells verified changes. What actually differs between handing a backlog to a vendor team and running it through a production line on your own codebase.

2026-08-11

What happens to quality when AI writes the code?

The honest answer is that quality becomes a verification problem. AI can produce code and tests faster than teams can review them, so the control structure, not the generation, is where quality is won or lost.

2026-07-29

Specs in, verified code out: how the factory pipeline works

The pipeline from a product specification to a merged change: how the factory reads your architecture, derives tests from acceptance criteria, verifies its own output, and stops at a human gate inside your pull request process.

2026-07-14

What is an AI software factory?

An AI software factory is a production line for software changes. It takes specifications the way product writes them, produces the code and the tests, verifies its own work with an independent check, and stops for human approval before anything merges.