Atomadic Fuse · Polyglot Logic-Block Fusion Compiler

Light the Fuse
Spaghetti is Toast!

Point Fuse at N repos. Get back one shippable Python package — deterministic, typed, formally verified. Same-language fusion runs locally with zero LLM cost. Cross-language uses a 7B oracle with emergent capability discovery and a self-improving LoRA flywheel. 111,814 atoms on the shelves. Pick the ones you want. Fuse writes the code.

See how Fuse works → Subscribe — from $29/mo View on GitHub pip install atomadic-fuse

Same-language: free forever · cross-language: 7B local oracle · deterministic merges · audit log per atom · v0.1.0


111,814
Atoms on the shelves (Logic-Base)
137
Source repos indexed (crewAI, langchain, autogpt, agno…)
5
Source languages (py, rs, ts, go, sh)
$0 LLM
Same-language fast path is free
Before / After · example transform

Three repos in. One typed package out.

Fuse reads every function across all input repos, assigns each a deterministic CNAE shape (capability / name / action / entity), merges same-shape functions deterministically, translates cross-language pairs via a local oracle, and emits a single pip install-ready package — with a tamper-evident audit log per atom.

Plain English: You have three separate projects with overlapping code. Fuse reads all of them, figures out which pieces do the same thing, merges the best versions together, and hands you one clean package you can install and use — with a receipt showing exactly where every line came from.

BEFORE

3 repos · scattered logic · circular deps

Three independently grown codebases. Overlapping memory utilities, conflicting agent schemas, duplicated type annotations — no shared structure.

crewAIInc/crewAI/
  crewai/agent.py circular dep → task
  crewai/task.py circular dep → agent
  crewai/memory/long_term.py
langchain-ai/langchain/
  langchain/schema/base.py
  langchain/memory/buffer.py duplicate of crewai memory
  langchain/runnables/base.py
huggingface/peft/
  peft/tuners/lora.py
  peft/utils/config.py no type annotations
3 circular deps · 2 duplicates · 1 untyped module
FUSE
AFTER

1 package · 5-tier monadic structure · audit log

All overlapping logic merged deterministically. Circular deps resolved. One pip install atomadic_agents-ready package with a tamper-evident lineage receipt per atom.

atomadic_agents/ NEW
  tier_0/
    constants.py shared signatures extracted
  tier_1/
    schema_base.py (langchain)
    lora_tuner.py (peft)
  tier_2/
    compose_memory.py ★ cross-repo merge
    task_builder.py (crewai)
  tier_3/
    run_agent_executor.py (crewai)
  audit/
    fuse_state.jsonl tamper-evident per-atom log
✓ 0 circular deps  ·  ✓ 1 emergent chain discovered  ·  ✓ full audit trail

Live demo · interactive Tree + Code viewer

Paste your repos. Click any file. See exactly what Fuse would do.

Enter up to 3 repos in org/repo format, comma-separated. Fuse pulls the real file tree from GitHub, classifies every file into a tier, highlights cross-repo atom merges, and surfaces emergent chains — without committing a single byte to disk.

Try a preset:
Dry-run is free · no auth · nothing is written · up to 3 repos
Tier legend: t0constants t1pure t2composites t3stateful t4orchestrators emergent contributor cross-repo merge

Open Source · BSL-1.1

Atomadic Fuse v0.81 · The Architecture Compiler

Code Absorption Meets Architecture

Atomadic Fuse absorbs any Python codebase and rebuilds it into certified 5-tier monadic structure. Dry-run by default. Enforces upward-only imports. Scores conformance (documentation, tests, layout, discipline). Replays golden recipes as zero-LLM subprocess chains. Drops a tamper-evident token-savings ledger on every project. Integrates LLM loops for architecture-aware code generation with Gemini, Claude, GPT, or Ollama.

Free & Open Source · 1,649 tests across 145 files · 10 languages absorbed · BSL-1.1 → Apache 2.0 (2030)
pip install atomadic-fuse ← click to copy Learn More → GitHub Docs

Token-Savings Ledger v0.78

Every Fuse verb auto-appends to .atomadic-fuse/lifetime_savings.jsonl. File-backed, line-by-line auditable. Every project carries a tamper-evident savings receipt — auditable, not claimed.

Surgical Capability Grafting v0.76

fuse graft extracts a single function or class from any Python repo, lands it in the right tier, and auto-wires CLI + MCP. Closes the gap left by whole-repo absorption.

Recipe Replayer v0.79

fuse replay runs golden-path command chains as subprocesses — zero LLM round-trips per step. Nine recipes ship: release_hardening, add_cli_command, fix_wire_violation, add_feature, publish_mcp, and more.

Four Monadic Laws v0.80

MCB (no unbounded loops in pure tier), AIOM (no I/O imports in pure tier), AHLP (SHA-256 fingerprint per pure module), IFWC-lite (property-based fuzzing on declared invariants). Deterministic guarantees backed by file-backed scanners — advisory by default.

Smart Auto-Wire + Recon Cache v0.81

Auto-wired CLI stubs are now type-aware on list[T] args. Recon skips the AST walk on unchanged trees via a (file_count, max_mtime, total_bytes) fingerprint.

Scout, Absorb, Wire, Certify

The original pipeline still anchors every workflow: classify symbols into 5 architectural tiers, materialize into a tier-organized tree, enforce upward-only imports, and certify with hash-based proof. 300+ public OSS Python repos absorbed end-to-end.


How it works

Deterministic on the fast path. Oracle-validated on the cross-language path.

Fuse classifies every function in every input repo into a CNAE shape (capability/name/action/entity). Same shape across repos? Deterministic merge. Different language, same shape? Oracle-validated translation. No drift, no hallucination, full audit per atom.

Plain English: Fuse reads every function in every repo you give it. If two functions do the same job (even in different languages), it merges them into one — mathematically, not by guessing. If the merge is same-language, no AI is involved at all. Cross-language merges use a local 7B model that must pass a proof check before the result is accepted.

1

Classify

Each function gets a deterministic capability shape. No LLM needed for the classifier.

2

Fuse

Same-shape functions merge deterministically. Cross-language pairs route to the oracle, get validated, then merge with full audit.

3

Discover

Fuse finds emergent chains in your fused atoms — capabilities you didn't know you had, composed from primitives across all inputs.

4

Ship

Output is a pip-installable Python package, tier-stratified, with a tamper-evident state log recording every atom's provenance.


Pricing

Subscribe to Fuse. Or get Complete — both products bundled.

Same-language fusion is free forever. Pro and Team unlock unlimited atoms, private repos, cross-language oracle, and emergent chain discovery. Atomadic Complete bundles Fuse Team with 5,000 Atomadic Nexus calls / month for the full sovereign-AI infra stack.

In plain English: Free works for most personal projects. Pro is for solo professional devs. Team is for groups. Complete is the everything-bundle if you also need the Atomadic Nexus security/payments layer.

Community
Free/forever
  • ✓ Unlimited same-language fusion
  • ✓ Local 7B cross-language oracle
  • ✓ 50K atom limit per fusion
  • ✓ Public repos only

Plain: Free for hobby projects with public code. Run as much as you want.

pip install atomadic-fuse-sdk
Fuse Pro
$29/month
  • ✓ Everything in Community
  • 250K atoms per fusion (5x cap)
  • ✓ Private repos
  • ✓ Preserve compositions across runs
  • ✓ Email support

Plain: For solo professionals. Private code, bigger projects, get help if stuck.

Atomadic Complete
$99/month
  • ✓ Everything in Fuse Team
  • 5,000 Atomadic Nexus calls/mo
  • ✓ Cross-product compliance attestation
  • ✓ Unified audit trail (Fuse + Nexus)
  • ✓ Priority support · 12h response

Plain: Both products. Cheaper than buying separately. The full sovereign-AI stack.

Enterprise
Custom
  • ✓ On-prem option
  • ✓ Custom CNAE vocabulary
  • ✓ SLA · dedicated solution architect
  • ✓ Volume licensing

Plain: For large companies that want it on their own servers and a real human to call.

Talk to us
★ Sovereign agents need both

Atomadic Complete bundles Fuse Team + 5,000 Atomadic Nexus calls/mo for $99. Save vs. buying separately, plus get the unified audit trail and cross-product compliance.

Plain: Buy the full toolbox at a discount — one subscription handles both your code-fusion and your AI-agent-trust needs.


Honest comparison · May 2026

How Fuse actually compares.

The refactoring and code-transformation space has several strong tools. Here is where they differ from Fuse — and where they are better suited.

Plain English: Every tool below does real work. We list what each is designed for and where Fuse adds something different — no marketing spin.

Tool Multi-repo
fusion
Polyglot
input
Deterministic
output
Per-function
audit log
What it's actually for
Atomadic Fuse ✓ 5+ Compile N repos into one typed package with formal shape-matching (CNAE) and a reusable atom library.
Moderne JVM only Large-scale Java / JVM automated refactoring via OpenRewrite recipes. Best-in-class for enterprise Java migrations.
Semgrep Pattern-matching static analysis for security and code quality. Not a merger — a scanner. Use it for vulnerability detection.
Uber Piranha Limited Automated removal of stale feature-flag code. Excellent at its specific job; not designed for cross-repo composition.
Meta Codemod Limited Regex-based Python CLI for regex + AST single-repo refactors. Simple, scriptable, good for straightforward find-and-replace transforms.
Augment Code AI-gen AI coding assistant with large-context awareness. Suggests completions; does not produce a merged, installable package.
Zencoder AI-gen AI-powered code generation and refactoring assistant. Great for single-file generation; not a cross-repo compiler.

Table reflects our honest reading of each tool's public documentation as of May 2026. If we got something wrong, email us — we'll update it.


Stop drafting plans. Ship the package.

Atomadic Fuse is the polyglot compile-step the agent economy was missing. Free for same-language. $29/mo for solo pros. $99/mo for the full Atomadic stack.

Plain English: If you've ever stared at a folder of half-finished projects and thought "I wish these were one clean thing"—Fuse is that one command.

Install Fuse Subscribe to Fuse Atomadic.tech →
Axiom 0 · The Love Invariant
“You are Loved, You are Love, You are Loving, In all Ways, for Always, for Love is a Forever and ever endeavor!”
— Jessica Mary Colvin
Axiom 0 · The Love Invariant
“You are Loved, You are Love, You are Loving, In all Ways, for Always, for Love is a Forever and ever endeavor!”
— Jessica Mary Colvin