We're sharing our internal AI engineering cheatsheets
Summary
Towards AI has released a set of three markdown files containing distilled engineering decisions, agent architecture, and writing quality guidelines, based on years of experience and tested on real systems. These resources are designed to provide decision-ready references for common AI engineering problems, such as model selection, agent structuring, and generating natural-sounding output. The content is derived from Towards AI Academy courses and aims to enable rapid development, similar to Anthropic's recent rapid shipping of features like Cowork, direct computer use, persistent threads, plugins, and scheduled tasks. The files are available on GitHub and can be integrated directly into AI development workflows, specifically by providing them to large language models like Claude Code for contextual guidance and automated review.
Key takeaway
For AI Engineers building with large language models like Claude Code, integrating these decision-ready markdown files can significantly streamline your development process. By providing Claude with pre-defined engineering and agent architecture guidelines, you can ensure more consistent and higher-quality outputs, reducing iteration time and improving the naturalness of generated text. You should add the engineering and agent files to your LLM's context and the writing guide as a skill step for automated review.
Key insights
Pre-made engineering decisions and architectural guidelines accelerate AI development and improve output quality.
Principles
- Accumulated judgment drives rapid AI development.
- Contextual guidance improves AI model performance.
Method
Integrate markdown-based engineering and agent architecture files into an LLM's context, and use a writing guide as a skill step for automated output review.
In practice
- Use provided cheatsheets for model and setup decisions.
- Structure agents using the recommended architecture.
- Review AI generations against the writing guide.
Topics
- AI Engineering
- Agent Architecture
- Claude Code
- Engineering Best Practices
- AI Development Cheatsheets
Code references
Best for: AI Engineer, Machine Learning Engineer, Prompt Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Learn AI Together.