Engineering stories, perspectives, and product updates from the team building Depot.

Perspectives

How I delegate the work, not my judgment banner
Iris Scholten
Iris Scholten
26.08.11

How I delegate the work, not my judgment

Agents can investigate, plan, and implement faster than I can, but reading a final diff is not the same as understanding why the system works the way it does. I own how the system behaves in production, so I want to keep building my intuition about it.
GitHub is the wrong shape for this new world banner
Kyle Galbraith
Kyle Galbraith
26.07.29

GitHub is the wrong shape for this new world

GitHub isn't just falling short on performance and reliability. The whole collaboration paradigm is the wrong shape for how we build software now.
Why your team processes suck banner
Andrew "Watts" Watkins
Andrew "Watts" Watkins
26.07.13

Why your team processes suck

A team process without a principle underneath it is a real problem. Here's why the "why" is worth protecting as you scale.
Staying in control of your codebase in the AI era banner
Peter Hasko-Nagy
Peter Hasko-Nagy
26.06.30

Staying in control of your codebase in the AI era

AI can produce code faster than you can review it, but you're still the one on call when it breaks. You need an AI-assisted workflow you trust: linter guardrails, reference tests the agent can copy, tight AGENTS.md files, and PRs small enough to review. The goal isn't to avoid AI, it's to stay in control of what it ships.
Paranoia is baseline now: Security in the AI era banner
Héja Péter (Vau)
Héja Péter (Vau)
26.06.11

Paranoia is baseline now: Security in the AI era

Paranoid hardening has always been with us: aggressive kernel customizations for bug classes without a proven exploit, while Linux itself had a good-enough disclosure track record. Some of these hardenings became the default, some stayed controversial for a long time. AI-assisted vulnerability research made finding obscure vulnerabilities fast and cheap. So what does good enough even mean in this new era?
Context isolation in coding agent loops banner
Andrew "Watts" Watkins
Andrew "Watts" Watkins
26.05.13

Context isolation in coding agent loops

The longer I worked on a problem with a coding agent, the dumber it felt. My context window was a junk drawer. Here's the multi-role loop I built so plans, builds, and reviews each get their own clean context.
What we need from CI for agentic engineering banner
Kyle Galbraith
Kyle Galbraith
26.03.31

What we need from CI for agentic engineering

Agents can write and push code in seconds, but CI still takes minutes to give them feedback. That mismatch is the biggest bottleneck in agentic engineering today, and it's why CI needed to be rebuilt from scratch.
How I make support suck less banner
Andrew "Watts" Watkins
Andrew "Watts" Watkins
26.03.11

How I make support suck less

Offload the scavenger-hunt grunt work to agents, log the useful bits (also with an agent) so the problem is discoverable next time, and spit out the day's support recap in seconds.
My intuition doesn't work anymore banner
Andrew "Watts" Watkins
Andrew "Watts" Watkins
26.02.12

My intuition doesn't work anymore

I used an LLM to refactor a 1500-line mess into clean, organized code. I realized months later that agents were the only ones working in it. They didn't need the clean code. They didn't need my empathy. My intuitions as an engineer just don't work anymore.
The bottleneck has shifted from writing code to integrating it banner
Kyle Galbraith
Kyle Galbraith
26.02.02

The bottleneck has shifted from writing code to integrating it

AI can help write your feature in 20 minutes. But if your CI pipeline also takes 20 minutes, you've just traded one bottleneck for another. The bottleneck in software development has shifted from writing code to integrating it, and our workflows haven't caught up.

Older posts

Page 1 / 2

Start building with Depot
in minutes