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


Peter Hasko-Nagy
Staff Engineer at Depot
26.08.26
Introducing the Fibonacci Benchmark™ for CI runners
Taking the Sandbox TTI benchmarks one step further for fun.
Latest posts


Kyle Galbraith
26.08.17
Depot CI is now available in Origin
Launching today in early beta, Origin code hosting features a Depot app to run your existing GitHub Actions workflows on Depot CI for better performance and reliability without GitHub.


Héja Péter (Vau)
26.08.13
Why I reimplemented LVM (with worse guarantees)
Our microVMs launch in under a second, and assembling their block devices in parallel put LVM's roughly 100ms
volume group-wide lock directly in the critical path. We kept the kernel's device-mapper, wrote our own control
plane and gave up crash safety our ephemeral workloads never needed, making allocation roughly 100x faster.


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.


Chris Goller
26.08.04
Why SOCI belongs in the build
Most of a large container's startup goes to pulling and decompressing files it never reads to boot. SOCI makes the image seekable so the runtime loads only the bytes it needs, and Depot writes that index during the build, so the image can lazy-load the instant it's pushed.


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.


Iris Scholten
26.07.29
Now available: Test results in your CI jobs
Report JUnit from your Depot CI or Depot GitHub Actions jobs to see failures in context. A single command runs your suite and uploads the report. Split suites by historical timing and they'll automatically rebalance over time.


Wito Delnat
26.07.20
Improving system safety with Temporal Logic of Actions (TLA+)
Formal verification never seemed worth it: writing a faithful TLA+ spec took too long. But now agents can write the spec from your code. We tried it on the rebuilt Depot Registry garbage collector, and the model checker found something our tests and reviews didn't: a race that could delete live data.


Kyle Galbraith
26.07.17
Depot is now available in Stripe Projects
Depot is joining the Stripe Projects developer preview. Developers and their agents can now set up Depot from the terminal: create or link an organization, pick a plan, and get a token back that unlocks fast, reliable software delivery on Depot.


Andrea Anderson

Pedro Guerra
26.07.15
How we use PostHog to keep our AI assistant on track
Keeping our AI assistant working well is a human responsibility at Depot. PostHog's AI engineering features turned our never-ending reviews into 30 minutes a week.


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.
Older posts
Page 6 / 21
Knowledge share: Insights from the us-east-1 outage on October 20th

Kyle Galbraith
Company
25.10.29
How BuildKit Parallelizes Your Builds

Pedro Guerra
Engineering
25.10.27
A marketer's hour of hell: What I finally get about slow builds

Tori Elstrom
Perspectives
25.10.23
What technical writers actually do at startups

Andrea Anderson
Perspectives
25.10.09
Why 98.5% of organizations have slow actions/checkout

Chris Goller
Engineering
25.10.02
Node 20 deprecation: PSA for Depot users

Billy Batista
Company
25.10.01
We analyzed 66,821 GitHub Actions runs: 9 hidden gems you're missing

Chris Goller
Engineering
25.09.26
Collaborating with Claude on docs

Iris Scholten
Engineering
25.09.25
Git is really cool, actually

Billy Batista
Perspectives
25.09.24
Using AI as my engineering copilot (not autopilot)

Iris Scholten
Perspectives
25.09.05