Skip to content
@macrokit

Macrokit

Open-source SDK that lets weak and local LLMs work like frontier models on narrow workflows.

Macrokit

An open-source SDK that lets weak and local LLMs work like frontier models on narrow workflows.

macrokit.dev


What it is

Macrokit is a runtime + SDK for shipping LLM applications under cloud-API constraints — data residency, compliance, air-gapped networks, or budget. It works by moving multi-step reasoning to design-time (a strong model encodes a workflow once as a deterministic macro) so the weak model only does intent classification at runtime ("user wants X → call macro Y").

The hard part for weak models is multi-step reasoning. The easy part is routing. Macrokit pushes the hard part offline so cheap/local models can do the routing reliably.

It recapitulates how brains manage the cost of thinking: a slow, expensive deliberation path (System 2 — the strong model) compiles repeated reasoning into a fast, cheap automatic path (System 1 — the macro), and the distillation gate compiles deliberation into reflex through repetition. A fast cheap reflex and a slow expensive mind, with the reflex carrying the load.

It's also an open format for macros — the deterministic, distilled form of a workflow. A skill tells a strong model how to think; a macro is the compiled result that runs on weak/local models. Macros can call MCP tools as primitives — Macrokit sits above MCP, not against it.

Where it's headed

Launching publicly in Q3 2026 — see macrokit.dev for the launch essay and quickstart.

Build on top

Macrokit deliberately keeps curated examples small. Vertical macro libraries live as standalone npm packages you publish yourself — see CONTRIBUTING_MACROS.md and the community registry for the listing process.

The registry is the seed of a broader ecosystem: a place to share and discover the vertical macro libraries authors build, so adopting a new vertical can start from proven macros instead of a cold start.

Built by

Built on a private production system that has been running this architecture in operations tooling for users without frontier-API access since early 2026.

License

Apache 2.0. See the LICENSE file in each repository.

Popular repositories Loading

  1. core core Public

    Run weak/local LLMs on narrow workflows reliably: encode a workflow once at design time as a deterministic macro, then a small local model just routes to it at runtime. TypeScript SDK, Apache-2.0, …

    TypeScript 5 2

  2. value value Public

    A mathematical theory of value.

    Python 1 1

  3. agent-world agent-world Public

    An agent is an extension of a real person — in ability, in time, and in life. The open standard, SDK, and live hub for personally-owned agents.

    TypeScript 1

  4. removable-defects removable-defects Public

    Removable Defects

    TeX 1 1

  5. fixed-gaps fixed-gaps Public

    An essay and a mathematical theory of fixed gaps — relational invariants between people and objects: torsors, readings, noise, and the causal web. With a 38-page typeset monograph.

    Python 1 1

  6. .github .github Public

    Macrokit org profile

Repositories

Showing 8 of 8 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…