Architect CLI: Open-source tool for orchestrating headless AI coding agents in CI/CD

What Architect CLI does
Architect is an open-source CLI tool built specifically for orchestrating headless AI coding agents in CI/CD environments. It addresses the problem that while AI agents can generate code, there's typically no guarantee the generated code actually works when running unsupervised in pipelines.
Key features from the source
- Ralph Loop: Runs your code, tests it, and if it fails, retries with clean context. This can continue for hours if needed.
- Deterministic guardrails: Includes protected files, blocked commands, and quality gates that the LLM cannot bypass.
- YAML pipelines: Agent workflows are defined as code using YAML configuration.
- Any LLM support: Works with Claude, GPT, DeepSeek, Ollama, and other LLMs via LiteLLM integration. The tool's guarantees remain consistent regardless of which LLM is used.
Design philosophy
The tool is described as "headless-first" and "CI/CD-native," with a focus on verification layers. The creator emphasizes that Architect doesn't compete with interactive tools like Claude Code, Cursor, or Copilot, but rather collaborates with them. The analogy provided is "the difference between the pilot and air traffic control."
Availability and development
Architect is being built with the help of Claude Code, and the creator is seeking feedback from developers running or considering AI agents in CI/CD. The project is available on GitHub with accompanying documentation.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Cull: Open-Source Dataset Curation Engine for AI Image Pipelines
Cull scrapes images from 340+ sources including Civitai, X/Twitter, Reddit, Discord, and booru sites, classifies them with a vision-language model via local LM Studio or Groq, and sorts into category folders with SD prompts and audit records.

Free Claude Session Optimizer: Token Estimator, Prompt Compressor, and Session Planner
A developer has built a free, no-sign-up tool to help manage Claude's usage limits with three features: a token estimator to preview prompt consumption, a prompt compressor that reduces prompts 40-60% by removing filler phrases, and a session planner that groups tasks to minimize context reloading.

Open Source Claude Code Tools for Automated Bug Bounty Hunting
Three open source repositories automate the bug bounty pipeline using Claude Code. The tools handle recon, scanning for web2/web3 vulnerabilities, and generate submission-ready reports.

uimax-mcp: Free MCP Server for Automated Frontend Code Review and Fixes with Claude Code
uimax-mcp is a free MCP server that automates frontend code review and fixes using Claude Code. With one command, it captures screenshots, runs Lighthouse and accessibility audits, scans for anti-patterns, and generates automated fixes.