rajnandan1/ken

10 stars · Last commit 2026-08-30

Thompson-mode systems discipline for AI agents. Think first, build bottom-up, brute force until measured, rewrite over patch.

README preview

<p align="center">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="assets/logo-dark.svg">
    <img src="assets/logo.svg" width="220" alt="ken: Thompson-mode systems discipline">
  </picture>
</p>

<h1 align="center">ken</h1>

<p align="center">
  <em>Try it, and if it doesn't work, throw it out and do it again.</em>
</p>

Ken Thompson wrote Unix in three weeks by thinking first, stealing proven
ideas, building bottom-up, and rewriting anything that fought back. **ken**
puts that discipline inside your AI agent.

```
The loop, in order, on every task:
1. Think first        → build the mental model before touching the code

View full repository on GitHub →