The benefits of using an AI agent to automate fixes in CI pipelines are discussed. The process is made more efficient by reducing manual debugging and fixing routine errors, saving time and context switching for developers. A custom Dagger module encapsulates the specific actions the agent needs, exposing them as tools for a Large Language Model (LLM) to use effectively. This approach leverages Dagger's power for composition and reuse, allowing the agent to reuse existing testing and linting functions directly. The integration of the AI agent into CI transforms the developer experience, providing validated, ready-to-commit suggestions directly in pull requests.