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


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.


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.


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.


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.


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?


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.


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.


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.


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.


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 2 / 2
Self-hosted GitHub Actions runners aren't free

Kyle Galbraith
Perspectives
25.04.25
Dialogues in DevEx: A Conversation with Iris Scholten

Kristen Foster-Marks
Perspectives
25.02.10
Dialogues in DevEx: A Conversation with Dan Davidson

Kristen Foster-Marks
Perspectives
25.01.08
How slow builds are costing you money

Kyle Galbraith
Perspectives
25.01.07
Dialogues in DevEx: A Conversation with Annabelle Thomas Taylor

Kristen Foster-Marks
Perspectives
24.12.17
Dialogues in DevEx: A Conversation with Nic Pegg

Kristen Foster-Marks
Perspectives
24.12.05
Developer Experience: Past, Present & Future

Kristen Foster-Marks
Perspectives
24.11.14
Introducing Developer Experience at Depot

Kristen Foster-Marks
Perspectives
24.10.30
Overmind uses Depot to build Dev Containers 10x faster

David Schmitt
Perspectives
23.07.31
Windmill.dev builds multi-platform Docker images faster with Depot

Ruben Fiszel
Perspectives
23.06.12