<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/agentic-validation-needs-different-infrastructure-dt6pvlgsv" -->

---
title: Agentic validation needs different infrastructure
description: Validating AI agent-written code using traditional CI pipelines is slow, expensive, and token-inefficient. CircleCI introduces Chunk sidecars — fast remote...
canonical: https://daily.dev/posts/agentic-validation-needs-different-infrastructure-dt6pvlgsv
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Agentic validation needs different infrastructure | daily.dev
og:description: Validating AI agent-written code using traditional CI pipelines is slow, expensive, and token-inefficient. CircleCI introduces Chunk sidecars — fast remote...
og:url: https://daily.dev/posts/agentic-validation-needs-different-infrastructure-dt6pvlgsv
og:image: https://api.daily.dev/og/posts/dt6PVlgsV.png
og:image:alt: Agentic validation needs different infrastructure
og:image:width: 1200
og:image:height: 630
og:locale: 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 validation needs different infrastructure

**[CircleCI](https://daily.dev/sources/circle)** · 11 min read · 1 upvotes · 0 comments

## Summary

Validating AI agent-written code using traditional CI pipelines is slow, expensive, and token-inefficient. CircleCI introduces Chunk sidecars — fast remote environments based on Firecracker microVMs — paired with microbuilds that run a distilled subset of CI checks directly on the sidecar. Unlike full CI pipelines, sidecars start in milliseconds, reuse warm environments across sessions, and stream output directly to the agent without API polling. Results show 3x better token efficiency compared to parsing CI logs, and 10-20x lower core compute costs. The post also frames this as part of a broader shift toward agent-first infrastructure, moving away from retrofitting human-centric tools for AI workflows.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://circleci.com/blog/agentic-validation-needs-different-infrastructure>

## Similar posts on daily.dev

- [CircleCI Introduces Chunk Sidecars to Bring CI Validation Directly Into AI Coding Workflows](https://daily.dev/posts/circleci-introduces-chunk-sidecars-to-bring-ci-validation-directly-into-ai-coding-workflows-mcpii85d7) · InfoQ · 0 upvotes · 0 comments
- [Introducing Chunk sidecars: Inner loop validation that keeps up with your agents](https://daily.dev/posts/introducing-chunk-sidecars-inner-loop-validation-that-keeps-up-with-your-agents-8iviguvcr) · CircleCI · 0 upvotes · 0 comments
- [The continuous integration platform for the World’s best engineering teams - CircleCI](https://daily.dev/posts/the-continuous-integration-platform-for-the-world-s-best-engineering-teams---circleci-khswu38xi) · Product Hunt · 0 upvotes · 0 comments
- [Why coding agents will break your CI/CD pipeline \(and how to fix it\)](https://daily.dev/posts/why-coding-agents-will-break-your-ci-cd-pipeline-and-how-to-fix-it--bikdwqfmf) · The New Stack · 1 upvotes · 0 comments

---

Tags: [#testing](https://daily.dev/tags/testing), [#cicd](https://daily.dev/tags/cicd), [#ai-agents](https://daily.dev/tags/ai-agents), [#circleci](https://daily.dev/tags/circleci)

[View this post on daily.dev](https://daily.dev/posts/agentic-validation-needs-different-infrastructure-dt6pvlgsv)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Agentic validation needs different infrastructure","url":"https://daily.dev/posts/agentic-validation-needs-different-infrastructure-dt6pvlgsv","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/agentic-validation-needs-different-infrastructure-dt6pvlgsv"},"datePublished":"2026-06-05T18:41:42.106Z","dateModified":"2026-06-07T17:45:08.776Z","description":"Validating AI agent-written code using traditional CI pipelines is slow, expensive, and token-inefficient. CircleCI introduces Chunk sidecars — fast remote...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/9a32d27e4204974867f88d340d1353d7?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/9a32d27e4204974867f88d340d1353d7?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"CircleCI","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"CircleCI","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/661fc536429943fdb5426b9f33fd8e3c","url":"https://daily.dev/sources/circle"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/agentic-validation-needs-different-infrastructure-dt6pvlgsv","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"testing,cicd,ai-agents,circleci","timeRequired":"PT11M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"CircleCI","item":"https://daily.dev/sources/circle"},{"@type":"ListItem","position":3,"name":"Agentic validation needs different infrastructure"}]}
```

