whatisgithub

What is frontierfuse?

renn-labs/frontierfuse — explained in plain English

Analysis updated 2026-05-18

2PythonAudience · developerComplexity · 4/5Setup · moderate

In one sentence

FrontierFuse pairs a frontier AI model for advice with a separate coding executor model, letting you mix providers like Claude, Codex, Grok, and Gemini.

Mindmap

mindmap
  root((FrontierFuse))
    What it does
      Pairs advisor model
      Pairs executor model
      Separate provider and model
      Doctor diagnostics
    Tech stack
      Python
      MCP
    Use cases
      Mixed provider coding
      Advisor profile
      Orchestrator profile
    Providers
      Codex
      Claude
      Grok
      Gemini

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Get advice from one AI model while a different model executes the actual coding work.

USE CASE 2

Run a host led orchestrator profile for multi-step tasks that need verification before completion.

USE CASE 3

Mix and match providers such as Claude, Codex, Grok, and Gemini for the frontier and executor roles.

USE CASE 4

Check whether required provider command line tools are installed using the built-in doctor diagnostic.

What is it built with?

PythonMCP

How does it compare?

renn-labs/frontierfuse0-bingwu-0/live-interpreter010zx00x1/faresnipe
Stars222
LanguagePythonPythonPython
Setup difficultymoderatemoderateeasy
Complexity4/52/52/5
Audiencedevelopergeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires at least two separate AI provider command line tools already installed and authenticated.

No license information is stated in the README.

So what is it?

FrontierFuse is a tool that pairs a selectable frontier reasoning model with a separate coding executor model, so you can pick which AI gives advice and which one actually writes the code. It supports Codex, Claude, Grok, and Gemini as providers, and it treats the provider and the specific model as two separate choices rather than one, since a single provider can offer several different models. The project runs in two profiles. The advisor profile is executor led: the user works with the coding executor, which occasionally asks the frontier model for advice, then continues on its own. This uses fewer frontier model calls and is described as the best fit for most coding tasks. The orchestrator profile is host led: a host controller manages dispatched work through FrontierFuse and reviews it against a fixed verifier, which costs more coordination but suits multi step work that needs stronger checking before being marked done. The README is explicit that a plugin cannot swap out the underlying model already running the host coding tool, so the configured frontier model is a managed consultant rather than a replacement brain. Installation differs by host tool. In Claude Code, FrontierFuse installs through a plugin marketplace command, or manually by installing hooks if the marketplace is not used. For Codex, Grok Build, or Gemini CLI, it installs as a shared checkout cloned to a local folder, added to the shell's PATH, with a small MCP server registered so the host tool can call it. After installation, a diagnostics command called doctor checks whether the required provider command line tools are present, though it explicitly does not verify that your account is authenticated or entitled to use a given model, only that the command line tool itself exists. Configuration happens through a dedicated command line tool rather than by hand editing config files, and covers the profile, the frontier provider and model, the executor provider and model, an optional effort level for Codex and Grok, and how often FrontierFuse checks for updates.

Copy-paste prompts

Prompt 1
Walk me through installing FrontierFuse as a Claude Code plugin using the marketplace commands.
Prompt 2
Explain the difference between the advisor profile and the orchestrator profile in FrontierFuse.
Prompt 3
How do I register FrontierFuse's MCP server with Codex, Grok Build, or Gemini CLI?
Prompt 4
Help me configure FrontierFuse so Claude is the frontier advisor and Codex is the executor.

Frequently asked questions

What is frontierfuse?

FrontierFuse pairs a frontier AI model for advice with a separate coding executor model, letting you mix providers like Claude, Codex, Grok, and Gemini.

What language is frontierfuse written in?

Mainly Python. The stack also includes Python, MCP.

What license does frontierfuse use?

No license information is stated in the README.

How hard is frontierfuse to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is frontierfuse for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.