13 notes
Long-form writing on engineering and leadership from the founder. These are genuine authored pieces — personal perspective on building, scaling, and leading in the AI era, distinct from the weekly news digest.
Measurement tools need evals too
I shipped a version of two small measurement tools whose only new feature was a willingness to say "I don't know". The self-test I added to prove they still worked caught three real bugs on its first day, and two of them had been hiding since v0.1.
Sept 2026
8 min read
One LLM judge is an opinion. Two model families agreeing is evidence.
I needed to know whether cloud rewrites matched my local model's voice, and I didn't trust a single LLM judge to tell me. So two judges from different model families scored the same work blind, and the interesting part isn't that they agreed. It's the bug the panel's own gate was hiding.
Sept 2026
5 min read
The migration the data ordered: moving a production LLM pipeline off the Mac Mini under my desk
A year ago I measured whether my local LLM pipeline was cheaper than the cloud, published the break-even, and kept running it locally anyway. This is the sequel, where the pipeline actually moves, the bill lands at five cents an article, and the surprises are all operational.
Aug 2026
6 min read
An MCP server that has to prove itself: citations, abstention and entitlements as CI gates
Hundreds of MCP servers will happily expose your notes to an agent. Almost none can prove the agent should believe what comes back. This is a knowledge-vault server whose trust properties are CI-gated numbers, and the first eval run found a real bug in under a minute.
Aug 2026
6 min read
Cutting juniors is a choice, not an AI inevitability
Firms are automating junior work instead of pairing juniors with AI, and quietly de-skilling their seniors at the same time. That pincer on expertise is a choice, and the data says it is the wrong one.
Aug 2026
8 min read
The code that hides the evidence
An empty catch block does not handle a failure, it deletes the report of one. Error-masking constructs are measurable, they accumulate quietly, and almost nobody counts them. Here is how to count yours.
Aug 2026
8 min read
Measure your own coding habits before you believe anyone else's numbers
The industry says refactoring is collapsing and duplication is climbing. Those are global averages, and a global average has never told anyone what is happening in their repository. Here is how to check yours, and the five ways I nearly fooled myself doing it.
Aug 2026
10 min read
Org design for AI: why your Centre of Excellence becomes a bottleneck
The reflex response to AI is a central Centre of Excellence that reviews everything, and reliably becomes a bottleneck that breeds shadow AI. The structures that scale enable rather than gate.
Jul 2026
6 min read
Managing a team of agents: leadership when roles become software
When the organisation spins up agents for roles, ownership, accountability and span of control all break. Management shifts from overseeing effort to engineering accountability across a team that is mostly software.
Jul 2026
6 min read
The real economics of a production LLM pipeline: resumability, cost-aware routing, and measuring when local beats the API
Running your LLM pipeline locally to save money is mostly a myth: at real scale, batched cloud inference is pocket change. The engineering that matters is resumability, cost-aware routing, and a benchmark that measures your own local-versus-cloud crossover instead of inheriting a headline.
Jul 2026
9 min read
Who's the authority now? Leading in the age of the jagged generalist
AI is a jagged specialist: brilliant on one task, confidently wrong on the next. So the authority in the room is no longer whoever knows most, but whoever knows where the machine can be trusted.
Jul 2026
7 min read
Stop shipping AI agents you can't measure: evals + observability from scratch
Everyone can build an AI agent. Almost nobody can prove it still works after the next prompt tweak or model bump. This is the smallest vendor-neutral way to make an agent's accuracy a CI gate, so a behavioural regression fails the build like a broken test.
Jul 2026
6 min read
The psychological cost of AI is a leadership choice, not a technology outcome
AI adoption measurably harms wellbeing at work, yet the evidence shows leadership behaviour buffers the damage. The human cost is a choice, not a side-effect of the technology.
Jul 2026
7 min read
© 2026 Cedar & Bloom. All rights reserved.