#context-engineering
3 posts tagged context-engineering.
3 min read
True full-stack context engineering
The complete version: two monorepos, a Dockerized backend with a database, API, and Mailpit, and Chrome DevTools MCP watching both the UI and the API traffic. One system the agent sees end to end.
#context-engineering#ai#full-stack
2 min read
Context engineering: giving an AI agent the whole stack
Running the frontend and backend together, a monorepo, and a typed GraphQL contract turn an AI coding agent from a guesser into a teammate.
#context-engineering#ai#monorepo
3 min read
A Dockerized backend for full-stack context engineering
Running the database, Mailpit, and the whole backend in Docker gives me and my AI agent one real, reproducible stack to work against. Add Chrome DevTools MCP and the loop is closed.
#docker#context-engineering#full-stack