Tag
Datadog rebuilt their Git serving infrastructure with a custom mirror called gitretriever, handling 20 times more CI traffic while maintaining low latency and reducing CPU usage.
Manifest explains why it deprecated its LLM router, arguing that model routing introduces unpredictability, breaks behavior consistency, and that prompt complexity cannot be inferred from the prompt alone, making caching and deliberate model selection more effective for most use cases.
Anthropic published an engineering blog post detailing a multi-agent system, using Claude Opus 4 as the main orchestrator and Claude Sonnet 4 as sub-agents. The multi-agent system improved performance by 90.2% over a single Claude Opus 4, while token consumption increased by approximately 15x. It also summarized five collaboration patterns.
The author details the process of designing a custom query language tailored for non-technical analysts to filter vehicle maintenance data, outlining user needs, data schema, and specific use cases.