Engineering

How we build Dosu: pipelines, evals, infrastructure, and lessons from running AI agents in production.10 posts

Sep 1, 2026/9 min read

How to design a CLI login flow for coding agents

Design a CLI login for coding agents with a ticket flow that pauses, resumes in a new process, and returns the next command in JSON. Learn how Dosu built it.

Apr 6, 2026/9 min read

Agentic Infrastructure: What We Learned Hosting a Panel With LanceDB, CodeRabbit, and CrewAI

Four companies focused on agentifying their tech stack. One rewrote its codebase for AI. Another found PII leaking through OpenTelemetry traces.

Jan 27, 2026/8 min read

Word2Vec To Transformers And Where We Are Today With AI

Understanding the foundational technology behind Dosu: from Word2Vec embeddings to Transformers and modern LLMs.

George XuFounding BizOps Lead
Sep 2, 2025/2 min read

From Celery to DBOS: Scaling Dosu’s Pipelines to 20k Workflows per Hour

See how Dosu scaled AI pipelines with DBOS: from Celery to durable workflows, real-time observability, and 20k jobs per hour serving 50k+ projects

Engineeringdocumentation
Aug 4, 2025/2 min read

How LanceDB Supercharged Our Knowledge Graph

How we scaled our knowledge graph by switching from pgvector to LanceDB, enabling millisecond search across millions of vectors.

Engineeringdocumentation
Jun 10, 2025/10 min read

Better Agent Testing with Distributed Dependency Injection

How Dosu uses distributed dependency injection to improve agent testing and reliability.