All Tags// Tag

#engineering-leadership

21 signals tagged with this topic.

Provenance Wins: Why AI Content Needs a Retrieval Path, Not Just a Watermark
Engineering

Provenance Wins: Why AI Content Needs a Retrieval Path, Not Just a Watermark

The industry keeps treating synthetic media like a detection problem. That frame is too small. The real engineering problem is provenance routing: how truth survives creation, transformation, and retrieval.

May 27, 20267m read
Judgment Debt: The Hidden Cost of Agentic AI
Engineering

Judgment Debt: The Hidden Cost of Agentic AI

AI coding agents don't just autocomplete — they plan, delegate, and decide. Most engineers haven't noticed the threshold they already crossed.

May 9, 20267m read
Source Fidelity Beats Prompt Cleverness
Engineering

Source Fidelity Beats Prompt Cleverness

The interesting breakthrough is not that the model can generate prettier output. It is that it can stay tethered to source material without a human dragging assets into the loop. That changes the cost of correctness.

May 1, 20267m read
Text Fidelity Is the New Image Quality
Engineering

Text Fidelity Is the New Image Quality

The real breakthrough in image generation is not style. It is control. When a model can render legible text, preserve structure, and obey constraints, it stops being a toy and starts behaving like infrastructure.

April 27, 20267m read
Frustration Is the Raw Material: The Only Retro Discipline That Matters
Engineering★ Featured

Frustration Is the Raw Material: The Only Retro Discipline That Matters

Every rule worth keeping came from something going wrong. The durable value of a retro isn't its narratives — it's its imperatives. If your post-mortem doesn't produce rules for next time, you shipped stories.

April 20, 20267m read
Grep the Consumers Before Writing the Producer
Engineering

Grep the Consumers Before Writing the Producer

I specified a dataclass field name in a dispatch prompt. The agent built to spec, then stopped and flagged that the consuming interface expected a different name. The drift was on me, and it only took one grep to prevent.

April 20, 20266m read
Parallel AI Agents Need Isolation. I Learned This the Hard Way.
Engineering

Parallel AI Agents Need Isolation. I Learned This the Hard Way.

Four agents writing code in the same git checkout. Ten stashes and 45 minutes of recovery later, the rule wasn't the lesson — the announcement that enforces it was.

April 20, 20267m read
'Spec Merged' Does Not Mean 'Implementation Queued'
Engineering

'Spec Merged' Does Not Mean 'Implementation Queued'

An engineer agent dispatched to wire a module discovered the module didn't exist — only an empty __init__.py. The spec had merged two days earlier. Nobody had queued the build.

April 20, 20266m read
The Killed List: Why Aggressive Scope Cuts Are a Scheduling Primitive
Engineering

The Killed List: Why Aggressive Scope Cuts Are a Scheduling Primitive

A rebuild's timeline is set by what you refuse to rebuild. Three days to ship a greenfield system worked because the cuts were in the requirements document before anyone felt the pressure to reverse them.

April 20, 20266m read
Trust Forward: When Agent Rigor Compounds Across Dispatches
Engineering

Trust Forward: When Agent Rigor Compounds Across Dispatches

An agent caught a latent bug in legacy code the orchestrator's prompt didn't flag. That single act earned weight on their next flag — and that weighted flag caught two more bugs before they shipped. Trust compounds through a chain, not just a single delivery.

April 20, 20267m read
You Don't Need Smarter Agents. You Need a Chain of Command.
Engineering

You Don't Need Smarter Agents. You Need a Chain of Command.

I built an entire agent operating system in one overnight session. The hardest part wasn't the AI — it was the org chart.

April 9, 20268m read
Twenty-Four Agents. Nine Rules. Zero LLM Routing.
Engineering

Twenty-Four Agents. Nine Rules. Zero LLM Routing.

Most agentic systems let the model decide where a message goes. That's exactly where control collapses. I built nine deterministic routing rules instead — and shipped 430 tests to prove they work.

April 7, 20267m read
The Final 20%: When the System Still Needs You
Engineering

The Final 20%: When the System Still Needs You

Every autonomous system has a hidden dependency: you. I spent eight months building Principal. The last five gaps are what made it actually autonomous.

March 23, 20267m read
AI’s Bottleneck Isn’t Chips. It’s Water.
AI

AI’s Bottleneck Isn’t Chips. It’s Water.

The AI race looks like a compute contest because compute is visible. The real constraint sits under the floorboards: water, and the systems that keep thermal failure from ending your uptime.

March 17, 20267m read
Three PRs. One Morning. The Parallel Agent Pattern That Changes How You Ship
Engineering

Three PRs. One Morning. The Parallel Agent Pattern That Changes How You Ship

The bottleneck in AI-assisted development isn't writing code faster — it's thinking sequentially when the work isn't. Here's how dispatching three agents simultaneously collapsed three review cycles into one.

February 26, 20267m read
When the AI Code Reviewer Is Wrong: Lessons from a Day of Agentic Engineering
Engineering

When the AI Code Reviewer Is Wrong: Lessons from a Day of Agentic Engineering

We shipped four bugs past code review, passing CI, and two AI reviewers in a single day. Here's what that taught me about the real limits of agentic coding — and the one discipline that would have caught all of them.

February 26, 20269m read
Consent Architecture Is an Engineering Problem. Meta's Ghost Patent Proves It.
Engineering

Consent Architecture Is an Engineering Problem. Meta's Ghost Patent Proves It.

Meta's patent for AI that simulates dead users isn't primarily a product ethics failure — it's an engineering architecture failure. The systems that should have made this impossible weren't built because nobody treated consent as a first-class engineering requirement.

February 23, 20267m read
Engineering Leadership in the Agentic Era: What Changes When AI Writes AND Executes
Engineering

Engineering Leadership in the Agentic Era: What Changes When AI Writes AND Executes

The shift from AI-as-assistant to AI-as-agent isn't just a capability upgrade. It's a fundamental reorganization of how engineering teams are structured, how work flows, and what the engineering manager's job actually is.

February 23, 20267m read
Stop Asking Which AI Model Is Best. Ask Which Problem You're Solving.
AI★ Featured

Stop Asking Which AI Model Is Best. Ask Which Problem You're Solving.

The competitive edge in AI tooling isn't which model you have access to. It's routing discipline — knowing exactly which model handles which class of problem, and building that logic into your systems.

February 23, 20267m read
The Design-Code Loop Just Closed. What That Means for Engineering Teams.
Engineering

The Design-Code Loop Just Closed. What That Means for Engineering Teams.

Claude Code can now turn production code into editable Figma designs — and round-trip the changes back. This isn't a designer's tool. It's a fundamental change to the design-engineering handoff that engineering managers need to understand before their teams figure it out for them.

February 23, 20267m read
The Specialist Edge: What Gemini 3.1 Proves About Enterprise AI Selection
AI

The Specialist Edge: What Gemini 3.1 Proves About Enterprise AI Selection

Google didn't release a universally smarter model. They released a more honest one. The specialist model era is here — and most engineering teams are still shopping wrong.

February 23, 20267m read