Related reading
SoL-Pi: Recursively Scaling Auto-Research Loops for Efficient Agent Harness
SoL-Pi is a new approach for scaling auto-research loops in coding agents, focusing on token efficiency for long reasoning trajectories. It achieves comparable performance to existing methods while significantly reducing token traffic by 44.7-49.0% and API costs by about one third on the 51-task EdgeBench evaluation.
Hugging Face Daily Papersarxiv.org1 minpaperBrownfield Agentic Engineering
Addy Osmani outlines a pragmatic framework for safely introducing AI‑driven agents into legacy (brownfield) codebases. He proposes zoning code by risk, documenting non‑code knowledge, preserving research in durable memos, building a reusable “harness” of tools and rules, and starting with zero‑risk, characterization‑test‑driven work.
Addy Osmaniaddyosmani.com13 minAI Skills with Matt Pocock
Matt Pocock explains how he uses AI agents for software development, emphasizing "strategic programming" and guiding agents with "leading words" from classic engineering texts. He argues that this approach makes engineering fundamentals more critical than ever for creating agent-optimized codebases.
The Pragmatic Engineerpragmaticengineer.com7 minGrounded Skill Synthesis from Code at Scale for Agentic Intelligence
Code2Skill is an automated pipeline that mines popular GitHub repositories to extract verifiable, implementation‑anchored procedural “skills”. It builds a bank of ~1 M skill records (atomic ops, workflows, patterns) with provenance metadata, verifies each via blind reconstruction, and shows that augmenting LLM‑based agents with these skills yields an average 11.7% performance lift across 72 proto…
Hugging Face Daily Papersarxiv.org1 minpaperWorkflow or agent? What building QAradar taught us
Deezer built QAradar, a workflow‑driven Slack‑bot that lets developers discover and run the exact automated tests covering their feature. By pre‑generating a clean test catalog and keeping the LLM in a fixed four‑step workflow, they avoided the complexity and cost of a full‑blown agent while dramatically reducing knowledge silos and friction for QA and developers.
Deezermedium.com6 minThe DevFest Community Workshop Experience: Building Real Agents Together
Google’s DevFest Community Workshop introduced a “Workbench” format that emphasizes architectural mental models over copy‑paste code, guiding engineers to build long‑running, self‑evolving multi‑agent systems with the Agent Development Kit and Gemini Enterprise platforms. Attendees learned state‑separation, workflow pausing, and self‑patching pipelines, and the series will continue in five more c…
Google Cloud Bloggoogle.com2 min



