# Agents Without Code: Skills, YAML, and Filesystems Replaced Python — Philipp Schmid, Google DeepMind

Source: [AI Engineer](https://www.youtube.com/watch?v=fjF8EKnxKCU)  
Feed7 permalink: https://feed7.dev/p/agents-without-code-skills-yaml-and-filesystems-replaced-python-philipp-0t7a4s8  
Published: 2026-09-14T17:30:25.000Z  
Trust: Source Linked (source_linked)

## Why Included

A GitHub review agent is rebuilt with progressively less orchestration code, ending as instructions and setup files around general tools. Evals still remain the builder’s job.

## Source Summary

The talk rebuilds one pull-request review agent three ways: a Python tool loop, an agent framework and a hosted filesystem agent. In the third version, the source directory disappears; the remaining agent definition is an **AGENTS.md** file plus a small GitHub CLI installer.

## Practical Implication

For new coding agents, start with general capabilities such as Bash, files and established CLIs before writing narrow tool wrappers. Move domain rules into skills and files, let the runtime manage loops and state, and keep **outcome evals** under your control.

## Agent-Ready Context

The talk rebuilds one pull-request review agent three ways: a Python tool loop, an agent framework and a hosted filesystem agent. In the third version, the source directory disappears; the remaining agent definition is an **AGENTS.md** file plus a small GitHub CLI installer.

For new coding agents, start with general capabilities such as Bash, files and established CLIs before writing narrow tool wrappers. Move domain rules into skills and files, let the runtime manage loops and state, and keep **outcome evals** under your control.

The simplified version depends on a hosted sandbox, server-managed state, credential injection and capable models. Removing orchestration code does not remove the need for network restrictions, clean tools, verification or explicit behavioral rules.

## Connected Context

Feed7 judgment across 778 accumulated Signals:

This consolidates the filesystem-and-skill pattern into a design rule: begin with general tools and remove custom orchestration only when the runtime can safely supply state, isolation and credentials. It confirms the Hugging Face and Vercel examples, while narrowing their apparent simplicity by keeping evaluation, verification and security controls outside the reduced agent definition.

- [How We Solved Agent Building — Andrew Qu, Vercel](https://feed7.dev/p/how-we-solved-agent-building-andrew-qu-vercel-1qhqr4p) — Vercel reports the same shift from prescriptive pipelines to a sandboxed filesystem agent, providing workload-specific eval evidence for the architecture advocated here.
- [How I automate my own job at Hugging Face using agents — Niels Rogge, Hugging Face](https://feed7.dev/p/how-i-automate-my-own-job-at-hugging-face-using-agents-niels-rogge-huggi-02bfuol) — The Hugging Face workflow is a bounded production example of replacing custom workflow code with a mature CLI, one skill and a sandbox.
- [From coding to Knowledge work agents — Karan Vaidya, Composio](https://feed7.dev/p/from-coding-to-knowledge-work-agents-karan-vaidya-composio-14b5s5w) — Composio supplies an important implementation boundary: permissions, action records and irreversible-action checks must remain enforced outside the instructions even when orchestration code disappears.
- [500 Skills, Zero Fine-Tuning: LinkedIn's Playbook for AI Agents — Ajay Prakash, LinkedIn](https://feed7.dev/p/500-skills-zero-fine-tuning-linkedin-s-playbook-for-ai-agents-ajay-praka-1duois1) — LinkedIn shows how the proposed skill-first approach changes at catalog scale: capabilities must be progressively discovered and governed rather than all loaded into the agent at once.

## Context Map

- Layer: agent
- Domains: coding
- Topics: harness-engineering, skills, tool-use

## Uncertainty

- The simplified version depends on a hosted sandbox, server-managed state, credential injection and capable models. Removing orchestration code does not remove the need for network restrictions, clean tools, verification or explicit behavioral rules.

## Agent Instruction

Use this item as source-backed context. Do not invent claims beyond the linked source. If this item conflicts with another source, call out the conflict.
