Pascal's Blog

Agents

Files Is All You Need: The Simple Agent Pattern

  • Mar 25, 2026
  • POST
Just like the transformer paper Attention Is All You Need proved, working with AI agents has taught me: Files is all you need. Simplicity is your greatest ally. The ecosystem offers many sophisticated tools—MCP (Model Context Protocol) servers for structured tool access, Skills frameworks for capability registration, Memory systems for persistent context. While powerful, these add layers of abstraction and ceremony that can obscure what the agent actually needs to do. After experimenting with these approaches, I’ve found that a simpler pattern often works better: plain files, executable scripts, and clear references. This keeps token usage low, workflows predictable, and debugging straightforward. You get the benefits of structure without the overhead of complex registration systems or protocol layers.
LATESTS
Files Is All You Need: The Simple Agent Pattern
  • Mar 25, 2026
  • POST
NixOS on a MinnowBoard MAX and Turbot (serial console)
  • Nov 10, 2016
  • POST
Keep your docker clean
  • Nov 7, 2016
  • POST
From TCP to TLS in Go
  • Dec 17, 2015
  • POST
Configurable Yocto/OpenEmbedded recipes
  • Feb 14, 2015
  • POST
New Unison (2.40.102) builds available
  • Jun 5, 2013
  • POST
Using Cygwin SSH with Putty Pageant
  • Mar 11, 2011
  • POST
Use Zentyal Zarafa z-push with an N900
  • Oct 19, 2010
  • POST
Build Ubuntu/Debian packages from source (and apply a patch)
  • May 6, 2010
  • POST
Automatically start SCREEN on SSH login
  • Apr 30, 2010
  • POST
CATEGORIES
  • development (15)
  • howto's (14)
  • experience (6)
  • projects (2)
  • best practice (1)
  • yocto (1)
TAGS
  • python (9)
  • ucplib (5)
  • openmoko (4)
  • sms (4)
  • bzr (3)
  • proe (3)
  • ssh (3)
  • ubuntu (3)
  • vlc (3)
  • vmware (3)

© Pascal's Blog

Powered by Hugo.

Robust designed by Daisuke Tsuji.