How StrongDM's AI team build serious software without even looking at the code
StrongDM's AI team describes a 'Software Factory' where AI agents write and test code without human review, exploring fully automated development.
StrongDM's AI team describes a 'Software Factory' where AI agents write and test code without human review, exploring fully automated development.
StrongDM's AI team describes a 'Software Factory' where AI agents write and test code autonomously, eliminating human coding and review.
Explores a software library with no code, using AI agents to generate implementations from specifications and conformance tests.
An experiment in creating a software library with no code, using AI agents to generate implementations from specifications and tests.
Explores Kent Beck's 'coding genie' metaphor for LLM coding agents, warning against anthropomorphizing them as they are probabilistic tools.
A step-by-step tutorial on building a functional AI agent using the Gemini 3 Pro model and Python, covering core concepts like tools, loops, and context.
A developer's journey to understanding AI agents and the Model Context Protocol (MCP), moving beyond traditional data pipeline thinking.
Exploring how asynchronous coding agents like Claude Code and Codex can automate code research projects by running experiments and submitting pull requests.
Anthropic proposes a new MCP approach that converts tools into executable code for more efficient AI agents, reducing token usage and errors.
A technical analysis of Claude Code's WebFetch and WebSearch tools, detailing their internal architecture and processing pipelines.
A tutorial on building a simple, dangerous coding agent using an LLM, DSPy, and subprocess tools with zero safeguards.
Explores the concept of memory in AI agents, detailing short-term and long-term memory architectures to overcome LLM statelessness.
A tutorial on building an AI agent with a reasoning loop using Hugging Face's smolagents library and Azure OpenAI's GPT-4o model.