All insights

Files are the universal interface between humans and agents

Markdown and YAML files on disk beat databases because agents already know file operations and humans can inspect everything

@danshipper + @nicbstme — Agent-Native Architectures + Fintool · · 15 connections

Agents already know cat, grep, mv, mkdir. Users can inspect and edit what agents create. File paths are self-documenting — /projects/acme/notes/ beats SELECT * FROM notes WHERE project_id = 123. iCloud handles multi-device sync for free.

Nicolas Bustamante at Fintool stores user data (watchlists, portfolio, preferences, memories, skills) in S3 as YAML files instead of a traditional database. This makes everything debuggable with cat, versionable for free, and directly editable by users. The context.md pattern — a single markdown file as agent working memory — embodies this same idea and connects to why Context is the product, not the model.

This pattern is why Markdown skill files may replace expensive fine-tuning works in practice — when the knowledge layer is plain files, both humans and agents can read, write, and evolve it without deployment cycles.

This extends beyond developer tooling into enterprise architecture: Agents eat your system of record — the rigid app was the constraint, not the schema — when agents replace rigid apps, files become the source of truth and databases become regenerable caches derived from those files.