Aidan2111

LLM Bidding System — AI skill for Claude Code

AI community

Auction router and supervised patch proposal workflow for LLM coding agents.

How to install LLM Bidding System

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Aidan2111/llm-bidding-system and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What LLM Bidding System does

Auction router and supervised patch proposal workflow for LLM coding agents.

Alternatives in AI

  • Loushang — AI-native agent harness for coding workflows by python: multi-model LLM orchestration, stateful sessions, tool 1.3k ★
  • CoreCoder — Minimal AI coding agent (~1,400 LoC Python) inspired by Claude Code 616 ★
  • Memtrace Public — Structural memory for AI coding agents 466 ★

README

llm-bidding-system

[![Tests](https://github.com/Aidan2111/llm-bidding-system/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/Aidan2111/llm-bidding-system/actions/workflows/test.yml) [![Security](https://github.com/Aidan2111/llm-bidding-system/actions/workflows/security.yml/badge.svg?branch=main)](https://github.com/Aidan2111/llm-bidding-system/actions/workflows/security.yml) [![Release](https://img.shields.io/github/v/release/Aidan2111/llm-bidding-system)](https://github.com/Aidan2111/llm-bidding-system/releases/latest) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Python 3.10+](https://img.shields.io/badge/Python-3.10%2B-blue.svg)](pyproject.toml)

An auction router for LLM work. Multiple LLM agents (e.g. Claude Opus, Claude Sonnet, a GPT model, or a local Ollama model) **bid** on a piece of work, and a configurable utility function picks the winner. Each bid combines three ingredients:

  1. A live self-assessment — each model is shown the task and asked for a structured bid: confidence (0–1), a brief approach, estimated tokens, and an effort class.
  2. Deterministic risk context from agent-autonomy-score — the task's intent is scored 1–10 into a risk band (Low / Medium / High Risk) with named signals; the bidders see it, and it drives the risk-fit term.
  3. Historical track record — every auction, bid, and reported outcome is stored in SQLite. Win rates, calibration-adjusted confidence, and per-band success rates feed back into future auctions.

This repo is an **auction router with supervised execution helpers**: it picks the winning model and tells you why. It can also ask a configured coding actor to propose a patch, but it does not apply code by itself. A human or supervising agent reviews, applies, edits, tests, and then reports the outcome back, which closes the feedback loop.

              ┌─────────────────────