---
title: "The Code-Only Agent"
url: https://daily.dev/posts/the-code-only-agent-mwr2qw3sn
source_url: https://rijnard.com/blog/the-code-only-agent
type: article
source: "Hacker News"
published: 2026-01-19T11:05:47.303Z
updated: 2026-01-19T11:06:07.653Z
tags: ["ai", "python", "llm"]
reading_time: 10
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The Code-Only Agent

**[Hacker News](https://daily.dev/sources/hn)** · 10 min read · 1 upvotes · 0 comments

## Summary

A code-only AI agent paradigm restricts agents to a single tool: executing code. Instead of using multiple tools like bash, grep, or file operations, the agent must write and run code for every task. This approach produces code witnesses that serve as executable, repeatable proofs of computational behavior with semantic guarantees from the language runtime. The paradigm shifts focus from tool selection to code generation, creating more trustworthy and composable solutions for computable tasks while opening possibilities for formal verification and agent orchestration.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://rijnard.com/blog/the-code-only-agent>

## Similar posts on daily.dev

- [A Language For Agents](https://daily.dev/posts/a-language-for-agents-pkgkpakdw) · Armin Ronacher · 3 upvotes · 0 comments

---

Tags: [#ai](https://daily.dev/tags/ai), [#python](https://daily.dev/tags/python), [#llm](https://daily.dev/tags/llm)

[View this post on daily.dev](https://daily.dev/posts/the-code-only-agent-mwr2qw3sn)
