<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Computer Generated Reality</title><description>Vibe. Laugh. Code.</description><link>https://computergeneratedreality.com/</link><item><title>Loop Engineering: Your Agent Should Not Grade Its Own Homework</title><link>https://computergeneratedreality.com/posts/loop-engineering-epic-loop-skill/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/loop-engineering-epic-loop-skill/</guid><description>Loop engineering treats the agent loop, not the prompt, as the thing you design. I distilled the idea into a Claude Code skill called /epic-loop. Here is the principle behind it, why it&apos;s worth trying even if you don&apos;t want autonomous agents, and the full skill to copy.</description><pubDate>Fri, 03 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Behavioral Firewalls for AI Agents: Compiling Tool-Call Telemetry into a Finite Automaton</title><link>https://computergeneratedreality.com/posts/behavioral-firewalls-for-ai-agents-compiling-tool-call-telemetry-into-a-finite-a/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/behavioral-firewalls-for-ai-agents-compiling-tool-call-telemetry-into-a-finite-a/</guid><description>LLM agents invoke external services through tool-call protocols like MCP. Today&apos;s firewalls intercept these calls, validate schemas, and scan signatures. Each call is judged alone. The paper challenges that assumption. An adversary injecting instruct</description><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate></item><item><title>Filtering Non-Actionable Static Analysis Warnings with Sentence Transformers: STAF Architecture and Cross-Project Performance</title><link>https://computergeneratedreality.com/posts/filtering-non-actionable-static-analysis-warnings-with-sentence-transformers-sta/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/filtering-non-actionable-static-analysis-warnings-with-sentence-transformers-sta/</guid><description>Between 35% and 91% of warnings produced by static code analysis (SCA) tools are non-actionable — a range documented across multiple prior studies and tools. Non-actionable includes both false positives, where the tool flags something that is not an </description><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate></item><item><title>Recursive Agent Optimization: training a model to call itself</title><link>https://computergeneratedreality.com/posts/recursive-agent-optimization-training-a-model-to-call-itself/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/recursive-agent-optimization-training-a-model-to-call-itself/</guid><description>Recursive Agent Optimization is a reinforcement learning method for training language model agents that delegate sub-tasks to new instantiations of themselves. The question: can a model be taught to call itself, decide what to hand off, and combine t</description><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate></item><item><title>Claude Certified Architect – Foundations: Visual Exam Cheat Sheet</title><link>https://computergeneratedreality.com/posts/claude-architect-certification-cheat-sheet/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/claude-architect-certification-cheat-sheet/</guid><description>A visual cheat sheet for the Claude Certified Architect Foundations exam, optimized for pattern recognition. Covers agentic orchestration, tool design, prompt engineering, context management, and the decision patterns the exam rewards.</description><pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Inside AI Agent Architecture: How the Core Dispatch Loop Manages State, Tool Calls, and Error Recovery</title><link>https://computergeneratedreality.com/posts/inside-ai-agent-architecture-dispatch-loop/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/inside-ai-agent-architecture-dispatch-loop/</guid><description>A technical breakdown of how AI coding agents work internally: the dispatch loop, context window management, tool call execution, error recovery strategies, and what separates demo-quality agents from production-ready ones.</description><pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate></item><item><title>150 Claude Code Agents Got the Same Data. They Produced Different Results.</title><link>https://computergeneratedreality.com/posts/150-claude-agents-same-data-different-results/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/150-claude-agents-same-data-different-results/</guid><description>A deep analysis of a new paper that deployed 150 autonomous Claude Code agents on identical NYSE data. The agents diverged on methodology, exhibited model-specific empirical styles, and converged through imitation rather than understanding when shown exemplar papers.</description><pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Human-Certified Module Repositories: Trust Infrastructure for AI-Assembled Code</title><link>https://computergeneratedreality.com/posts/human-certified-module-repositories-ai-supply-chain/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/human-certified-module-repositories-ai-supply-chain/</guid><description>A paper proposes Human-Certified Module Repositories — vetted, provenance-rich package ecosystems for an era where AI agents assemble code from open source components.</description><pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate></item><item><title>SWE-CI: Can AI Agents Actually Maintain a Codebase Over Time?</title><link>https://computergeneratedreality.com/posts/swe-ci-can-ai-agents-maintain-codebases/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/swe-ci-can-ai-agents-maintain-codebases/</guid><description>The first benchmark built on the continuous integration loop. 100 tasks across real repos with 233-day evolution histories and 71 consecutive commits. What it reveals about agent maintenance capabilities.</description><pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Vibe Code Bench: Best AI Model Hits 58% on Real Web App Development</title><link>https://computergeneratedreality.com/posts/vibe-code-bench-58-percent-accuracy/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/vibe-code-bench-58-percent-accuracy/</guid><description>A deep dive into Vibe Code Bench, the first benchmark that tests whether AI models can build complete web applications from a text spec. 16 frontier models tested, 100 app specs, 10,131 substeps. The best model passes 62% of user workflows. The data reveals exactly where AI-generated apps break.</description><pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate></item><item><title>VIBEPASS: AI Models Can Write Code But Cannot Find Their Own Bugs</title><link>https://computergeneratedreality.com/posts/vibepass-ai-models-cannot-find-their-own-bugs/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/vibepass-ai-models-cannot-find-their-own-bugs/</guid><description>Salesforce researchers tested 12 frontier LLMs on self-diagnosing and repairing their own coding faults. The results: 86% of generated test inputs are syntactically valid, but only 61% actually expose bugs. Self-generated tests that miss the fault make repair worse than not testing at all.</description><pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate></item><item><title>The Wrong Benchmark: Why &quot;Human-Level&quot; Misses What Actually Matters in AI Refactoring</title><link>https://computergeneratedreality.com/posts/the-wrong-benchmark-why-human-level-misses-what-actually-matters-in-ai-refactori/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/the-wrong-benchmark-why-human-level-misses-what-actually-matters-in-ai-refactori/</guid><pubDate>Mon, 16 Mar 2026 08:59:19 GMT</pubDate></item><item><title>[Needs Title] Research: A Practical Guide for Establishing a Technical Debt Manageme</title><link>https://computergeneratedreality.com/posts/needs-title-research-a-practical-guide-for-establishing-a-technical-debt-managem/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/needs-title-research-a-practical-guide-for-establishing-a-technical-debt-managem/</guid><pubDate>Fri, 13 Mar 2026 08:25:23 GMT</pubDate></item><item><title>Handling Tokenization and Structured Inputs in LLMs</title><link>https://computergeneratedreality.com/posts/handling-tokenization-structured-inputs/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/handling-tokenization-structured-inputs/</guid><pubDate>Tue, 25 Nov 2025 00:00:00 GMT</pubDate></item><item><title>Deploying Vesuvian to Production</title><link>https://computergeneratedreality.com/posts/deploying-vesuvian/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/deploying-vesuvian/</guid><pubDate>Thu, 13 Nov 2025 09:52:47 GMT</pubDate></item><item><title>CGR Labs Day 4: LLM optimization, kind of</title><link>https://computergeneratedreality.com/posts/cgr-labs-day-4/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/cgr-labs-day-4/</guid><pubDate>Fri, 24 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Exploring Factory Droid</title><link>https://computergeneratedreality.com/posts/exploring-droid/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/exploring-droid/</guid><pubDate>Mon, 20 Oct 2025 19:15:13 GMT</pubDate></item><item><title>CGR Labs Day 3: Observability</title><link>https://computergeneratedreality.com/posts/cgr-labs-day-3/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/cgr-labs-day-3/</guid><pubDate>Wed, 08 Oct 2025 14:39:33 GMT</pubDate></item><item><title>CGR Labs Day 2: Setting up services for AI inference</title><link>https://computergeneratedreality.com/posts/cgr-labs-day-2/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/cgr-labs-day-2/</guid><pubDate>Mon, 06 Oct 2025 00:00:00 GMT</pubDate></item><item><title>CGR Labs Day 1: Building a K3s Cluster for AI and SaaS</title><link>https://computergeneratedreality.com/posts/cgr-labs-day-1/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/cgr-labs-day-1/</guid><pubDate>Sun, 05 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Hetzner, Let&apos;s Encrypt, k3s - How I spent 2 hours debugging</title><link>https://computergeneratedreality.com/posts/hetzner-k3s/</link><guid isPermaLink="true">https://computergeneratedreality.com/posts/hetzner-k3s/</guid><pubDate>Sun, 05 Oct 2025 00:00:00 GMT</pubDate></item></channel></rss>