Skip to content
View ekizito96's full-sized avatar
  • Kenya

Block or report ekizito96

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ekizito96/README.md

Muyukani Kizito

Founder @Prescott Data · Village nerd with some tools

I build at the frontier of autonomous systems.


What I'm working on

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);
  }
}

Writing

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

Find me

LinkedIn Prescott Data AI Dojo Turn Language Substack


"AI engineering is applied physics. Principles come from measurable constraints — not fashion."

— Sensei Muyukani Kizito, AI Dojo

Popular repositories Loading

  1. Turn Turn Public

    A compiled programming language and sovereign runtime for building secure, distributed AI agents.

    Rust 7

  2. LDA LDA Public

    Forked from shaheen-syed/LDA

    Latent Dirichlet Allocation (LDA)

    Python

  3. ekizito96 ekizito96 Public

  4. ekizito96.github.io ekizito96.github.io Public

    HTML