Founder @Prescott Data · Village nerd with some tools
I build at the frontier of autonomous systems.
Prescott Data — Founder & CEO
Enterprise AI workflow automation. Dromos automates end-to-end business processes, activates unstructured data, and delivers real-time insights at scale. Built for the last mile, for all teams.
AI Dojo — Founder & Sensei
Research papers and masterclasses on the physics of production AI. Token limits, attention, drift, agent architecture. For engineers who want to understand — not just ship.
Turn Language — Designer & Author
A systems programming language for agentic computation. Erlang-style actors, stochastic inference, and durable memory as first-class bytecode primitives. Built on Rust. No frameworks. No API wrappers.
// a Turn actor with memory and inference
actor Analyst {
memory ctx: Context = recall("session");
on msg: Query => {
let result = infer(ctx, msg.prompt);
send(msg.reply_to, result);
}
}
| Paper | Platform | Date |
|---|---|---|
| Sub-Agent Control Patterns: From Autonomy to Cognitive Cohesion | AI Dojo | Feb 2026 |
| The Physics of AI Engineering: A Deep Science Masterclass | AI Dojo | Feb 2026 |
"AI engineering is applied physics. Principles come from measurable constraints — not fashion."
— Sensei Muyukani Kizito, AI Dojo


