---
title: "Agentic Engineering at Zalando: a snapshot"
url: https://daily.dev/posts/agentic-engineering-at-zalando-a-snapshot-yp84swye3
source_url: https://engineering.zalando.com/posts/2026/08/agentic-engineering-at-zalando-a-snapshot.html
type: article
source: "Zalando"
published: 2026-08-14T07:02:08.033Z
updated: 2026-08-14T07:02:34.156Z
tags: ["llm", "ai-coding", "mcp", "company-culture"]
reading_time: 19
upvotes: 2
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Agentic Engineering at Zalando: a snapshot

**[Zalando](https://daily.dev/sources/zalando)** · 19 min read · 2 upvotes · 0 comments

## Summary

Zalando shares a 2.5-year retrospective on scaling agentic engineering across 250+ teams. Topics include an internal LiteLLM-based API proxy with cost tracking and prompt caching, a custom CLI and chat UI built on pydantic-ai, vendor independence via tools like opencode and pi, measurable impact of AI coding on PR sizes and code complexity in Java/Go codebases, a risk-based PR auto-approval bot that cut lead time 20-40%, agent skill libraries, governance through an internal Tech Radar, and knowledge-sharing formats like an LLM guild, hackathons, and GenAI Labs training sessions. The piece closes with future plans including an agent platform built on kagent and an Identity Broker for auth in agentic systems.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://engineering.zalando.com/posts/2026/08/agentic-engineering-at-zalando-a-snapshot.html>

## Questions this post answers

### How much did a risk-based PR auto-approval bot reduce pull request lead time?

A risk-based PR approval bot that evaluates each pull request as low, medium, or high rollout risk reduced PR lead time by 20-40% compared with all PRs. About 33% of pull requests are classified low-risk and auto-approved, letting authors merge without waiting for a human reviewer, especially useful for prototypes and internal tooling changes.

_See how daily.dev surfaces engineering practices like automated PR risk scoring for teams speeding up delivery._

### What is LiteLLM used for as an API proxy for accessing multiple LLM providers?

LiteLLM is used to run a self-hosted proxy giving unified API access to models from OpenAI, AWS Bedrock, and Google Vertex, letting engineers experiment across providers through one endpoint. Post-call hooks enable anonymized cost tracking, pre-call hooks enforce client version upgrades via User-Agent restrictions, and auto-injected prompt caching checkpoints reduce costs; restarting after 20k requests mitigates memory leaks.

_Developers comparing LLM gateway tools can track proxy and infrastructure patterns like this on daily.dev._

### Does adopting AI coding agents increase code complexity and pull request size?

Yes, analysis of commit-level cyclomatic complexity across Java and Go codebases shows clear inflection points in complexity growth coinciding with coding agent adoption, alongside consistent increases in PR sizes, especially larger buckets like 500-1k and 1k-2k lines since the Sonnet 4 model release in Q2 2025. Codebases built agentic-only from day one show complexity building up quickly before growth fades.

_Track real-world evidence on how coding agents affect codebase health by following engineering stories on daily.dev._

## Similar posts on daily.dev

- [Reimagining Platform Engineering for an Agentic Future](https://daily.dev/posts/reimagining-platform-engineering-for-an-agentic-future-imp9rhcrd) · Expedia Group Tech · 1 upvotes · 0 comments

---

Tags: [#llm](https://daily.dev/tags/llm), [#ai-coding](https://daily.dev/tags/ai-coding), [#mcp](https://daily.dev/tags/mcp), [#company-culture](https://daily.dev/tags/company-culture)

[View this post on daily.dev](https://daily.dev/posts/agentic-engineering-at-zalando-a-snapshot-yp84swye3)
