AI Engineering Blog
Articles on AI engineering, LLMs, and building production-ready applications.
-
-
Skills Vs. Tools
An analysis of using agent skills versus agent tools.
-
Incorporating Agent Skills into Your LLM-Powered App: An Introduction
An introduction to using agent skills within an llm-powered app.
-
Building a Coding Agent: Part #1
How to build a coding agent from scratch.
-
Handing Your Filesystem to an Agent Using a Local Shell
How to let your LLM run shell commands on your filesystem using OpenAI's local shell.
-
Using a Hosted Shell for LLM Code Execution
How to let your LLM run arbitrary code safely using OpenAI's hosted shell, with a simple math-agent example.