Prompt optimization
Works when behavior is close and needs steering — tone, structure, emphasis.
Fails when the model lacks knowledge or the change must survive adversarial input.
Engine looks for failure patterns that vary with instruction wording.
AI Optimization Intelligence
Finetunio turns intent into a ranked optimization plan across prompts, RAG, fine‑tuning, tools, and guardrails — with clear reasoning for what to try first, and when not to fine-tune.
Local-first · deterministic decision engine · files as source of truth
The problem
Model behavior has five levers, but most tooling only sells one. So teams jump to training jobs, guess hyperparameters, spend compute — and get unclear gains.
Expensive guesswork, unclear gains
Cheapest reliable path to behavior change
The category
Between your business outcome and the execution layer sits a decision nobody's tooling owns: which combination of interventions will actually change model behavior? That layer is AI Optimization Intelligence.
The Optimization Plan
The Decision Engine's output isn't a config file — it's a ranked, composed, justified plan. Swap the goal and watch the reasoning change.
Demo plans are a static simulation mirroring the real engine's documented rules — matrix scoring, risk penalty, budget hard gate, dataset-size modifier. The shipped engine is deterministic and covered by 122 tests.
The five interventions
Works when behavior is close and needs steering — tone, structure, emphasis.
Fails when the model lacks knowledge or the change must survive adversarial input.
Engine looks for failure patterns that vary with instruction wording.
Works when the model is missing facts it could quote from your corpus.
Fails when the problem is style or procedure, not knowledge.
Engine looks for unsupported claims and answers that go stale with your data.
Works when a consistent behavioral change has enough clean examples behind it.
Fails when data is thin, budget is tight, or the change is really missing context.
Engine looks for dataset size, budget floor, and risk tolerance before it will rank this high.
Works when the task decomposes into checkable steps or external actions.
Fails when the behavior is judgment inside a single response.
Engine looks for multi-step failures where intermediate state gets lost.
Works when violations are detectable — schemas, policies, formats.
Fails when "wrong" can't be checked deterministically.
Engine looks for output-contract failures where validation beats probability.
Real plans are rarely one lever. The engine returns up to four steps, ordered by fit score — often RAG first, prompt second, fine-tuning as a justified escalation.
Intent-first
Hyperparameters are an implementation detail of one intervention. Finetunio asks the questions the person who owns the outcome can actually answer.
ML-engineer optional, not ML-engineer hostile: every simple answer expands into the full technical detail one layer down.
The product
Finetunio v0.1 is a working local workbench: you can walk a project from intent to deployment today. Here's exactly what's real, what's simulated, and what's next.
Goals, risk, budget, time — captured as structured intent.
Decision Engine: diagnosis, ranked plan, whyNotFineTune.
CRUD, threshold warnings, quality badges.
Strategy, model & adapter selection. Multi-branch canvas is next.
Run tracking is real; training execution is simulated in v0.1.
Leaderboard & charts today; evaluation intelligence is Phase 1.
Deployment records with full status lifecycle; remote targets later.
Architecture
Advice you can't audit is marketing. The decision layer is deterministic, and the whole system is built so you can check its work.
Matrix scoring across goal → problem class → intervention. No LLM in the critical decision path.
The Decision Engine is fully covered and deterministic: same intent in, same plan out.
Every entity is Markdown + YAML on your disk. Readable, diffable, yours.
Delete the database, restart, get identical state. The index is derived, never authoritative.
Atomic temp-then-rename writes; nothing is destroyed, everything has history.
Fastify 5 API with a Vue 3 client as one consumer — the core is client-agnostic.
Where this goes · roadmap
The next phase closes the loop: evaluation results feed back into diagnosis, the plan revises itself, and every project builds optimization memory.
Status: in progress — evaluation intelligence is Phase 1 of the reconciled roadmap.
Finetunio is early — a v0.1 local workbench with a real decision engine at its core. If you own model quality and are tired of guessing, follow along.
Local alpha is invite-only while the evaluation loop lands.