Compile English specs into 22 MB neural functions that run locally
22 MB compiled neural functions run locally — no API calls after compilation.

Replaces every function with English prompts executed by Claude, tests still pass.
Developers, AI researchers
The concept: programming languages exist because machines couldn't understand human intent. LLMs can. So what happens if you remove the code entirely and just... describe what each function should do?
The tool replaces functions one by one, runs your test suite after each swap to confirm nothing breaks, and outputs a .md file. Then `tril run` spins up an HTTP server that sends each function's English description to Claude and returns the result.
Tested on a unit converter (JS) and a 625-line Python CLI tool — tests passed, results matched to 6 decimal places (fortunately).
This is mainly a thought experiment: can any code become plain natural language? Will it still work? Let's find out!
npm: npx @sliday/tril convert URL
GitHub: https://github.com/sliday/tril
22 MB compiled neural functions run locally — no API calls after compilation.
AI generates serverless functions from English—Vercel Functions and AWS Lambda already do this.
Plain English to shell commands in zsh, but it's a wrapper around Claude Code.
Automates function-to-script promotion, but solves a narrow workflow friction point.
Autonomous code optimization loops using fitness functions inside Claude Code plugins.
Call graph traversal for LLMs cuts token usage vs. iterative grep and file reads.