cd/sources/depot-auto-discovered· home sources Depot (auto-discovered)
cat /sources/depot-auto-discovered.feed | wc -l → 11

Depot (auto-discovered)

articles 11 domain depot.dev → feed RSS
00:00
2026-08-11
depot.dev
ai-agents

How I delegate the work, not my judgment

A software engineer describes how delegating work to AI agents risks eroding their own mental model of the codebase, and outlines strategies to preserve judgment while using agents. The author emphasi…

00:00
2026-08-04
depot.dev
developer-tools

Why SOCI belongs in the build

Depot, a container build service, has added support for SOCI (Seekable OCI) v2 metadata in its container builds, enabling lazy-loading of container images to speed up deployment. SOCI, originally buil…

00:00
2026-07-15
depot.dev
ai-tools

How we use PostHog to keep our AI assistant on track

Depot uses PostHog's AI observability tools to monitor and maintain its AI assistant Sherlock, which helps customers analyze builds and jobs. Sherlock usage from the dashboard grew to 5x the volume of…

00:00
2026-06-30
depot.dev
ai-tools

Staying in control of your codebase in the AI era

A developer shares a workflow for using AI to write maintainable code, emphasizing constraints like linting rules and standardized testing to keep AI-generated code readable and team-friendly.…

00:00
2026-06-19
depot.dev
developer-tools

Now available: SOCI v2 support for Depot container builds

Depot now supports SOCI v2 for container builds, enabling lazy-pulling of images to drastically reduce startup times. The feature generates a SOCI index during the build process, allowing containers t…

00:00
2026-06-18
depot.dev
developer-tools

Accelerating your test suite in CI

Agentic coding has increased CI pipeline frequency, making test suite bottlenecks more costly. Teams can accelerate their pipelines by first optimizing parallel test execution within a single machine,…

00:00
2026-06-11
depot.dev
artificial-intelligence

Paranoia is baseline now: Security in the AI era

Five Linux local privilege escalation vulnerabilities were disclosed and exploited within weeks this spring, with attackers using AI to scan kernel subsystems and find bugs like the "Copy Fail" vulner…

14:32
2026-06-04
depot.dev
ai-tools

Show HN: Depot CI API – Programmable CI

Depot has launched a general availability release of its CI API and CLI, enabling developers to manage continuous integration workflows entirely from the terminal or editor without needing the web das…

00:00
2026-05-13
depot.dev
ai-agents

Context isolation in coding agent loops

A developer built a tool called `/orc` to solve "context rot" in AI coding agents, where long conversations caused models to forget rules and produce worse results. The tool splits the coding workflow…

00:00
2026-05-06
depot.dev
ai-infrastructure

How we got microVMs booting in under a second

Depot CI engineers reduced microVM cold boot times from 7-9 seconds to under 5 seconds by implementing direct kernel boot with a custom minimal Linux kernel, bypassing the standard Ubuntu image's unne…