← Latest papers
💬 NLP

How to Train Your Advisor: Steering Black-Box LLMs with Advisor Models

This paper introduces Advisor Models, a method that trains small open-weight models to generate dynamic, per-instance natural language advice, effectively steering and enhancing the performance of inaccessible black-box frontier LLMs through parametric optimization without modifying their weights.

Original authors: Parth Asawa, Alan Zhu, Abigail O'Neill, Matei Zaharia, Alexandros G. Dimakis, Joseph E. Gonzalez

Published 2026-05-18
📖 5 min read🧠 Deep dive

Original authors: Parth Asawa, Alan Zhu, Abigail O'Neill, Matei Zaharia, Alexandros G. Dimakis, Joseph E. Gonzalez

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a brilliant, world-class chef (the Black-Box Model, like GPT-5 or Gemini) who works in a sealed, high-security kitchen. You can't touch the ingredients, you can't change their recipes, and you can't even see how they chop the vegetables. You can only send them a note with your order (a Prompt).

Usually, if you want a specific dish, you have to write a very long, perfect note. But if you make a mistake in the note, the chef might still make a great dish, or they might get confused. And if you want the chef to adapt to your specific taste every single time, writing a new perfect note for every order is exhausting and often fails.

ADVISOR MODELS is like hiring a small, smart sous-chef (the Advisor) who stands right outside that sealed kitchen door.

Here is how it works, step-by-step:

1. The Setup: The Sous-Chef's Job

Instead of you trying to write the perfect note for the master chef, you ask the sous-chef to look at your order and write a custom tip for the master chef.

  • The Master Chef (Black-Box): Still works exactly the same. You can't change their brain or their training. They just follow the note they get.
  • The Sous-Chef (Advisor): This is a smaller, cheaper, open-source model. Its only job is to look at the specific order and say, "Hey, for this specific request, the master chef should try doing X, Y, and Z."

2. The Training: Learning by Doing

How does the sous-chef learn to give good tips?

  • The Loop: You give the sous-chef a task. The sous-chef writes a tip. The master chef reads the tip and cooks the meal.
  • The Score: If the meal turns out delicious (the task is solved correctly), the system gives the sous-chef a "thumbs up." If the meal is burnt, it gets a "thumbs down."
  • The Lesson: The sous-chef learns from these scores. Over time, it stops giving vague advice like "Cook it well" and starts giving specific, actionable advice like "Check the temperature on the stove" or "Use exactly 10 words for this review."

3. The Magic Trick: The "Cheap" Sous-Chef helps the "Expensive" Chef

This is the paper's biggest claim. You don't need to train the sous-chef using the expensive, world-class master chef.

  • You can train the sous-chef using a cheap, smaller chef (like GPT-4o mini).
  • Once the sous-chef learns how to give great tips to the cheap chef, you can take that same trained sous-chef and put them in front of the expensive, world-class chef (like GPT-5).
  • The Result: The expensive chef suddenly gets better at specific tasks, even though the expensive chef was never trained! The tips are so clear and helpful that the big chef understands them perfectly.

Real-World Examples from the Paper

The authors tested this "Sous-Chef" system in three different kitchens:

  • The Tax Kitchen (RuleArena Taxes):

    • The Problem: The master chef is great at general cooking but gets confused by complex tax rules.
    • The Fix: The trained sous-chef learned to give specific instructions on how to calculate taxes.
    • The Result: The master chef's accuracy jumped from 67% to 85%.
  • The Software Repair Kitchen (SWE Agent):

    • The Problem: The chef was taking too many steps to fix a broken piece of code (like checking every single drawer in the kitchen).
    • The Fix: The sous-chef learned to say, "Don't check the drawers; just use the search command to find the broken part."
    • The Result: The chef fixed the code 24% faster without making more mistakes.
  • The Personal Taste Kitchen (Personalization):

    • The Problem: You have 5 different friends. One likes short reviews, one likes long ones, and one hates math problems. The master chef doesn't know this.
    • The Fix: The sous-chef learned to read the "hidden" preferences of each friend and tell the chef exactly what to do.
    • The Result: The system learned these hidden preferences almost perfectly (94-99% accuracy), whereas standard methods failed completely.

Why This Matters (According to the Paper)

  • No Surgery Needed: You don't need to cut open the master chef's brain (modify their weights) to improve them. You just give them better instructions.
  • No Forgetting: Because the master chef's brain isn't changed, they don't forget how to do other things. They stay good at everything they were originally good at.
  • Cost Effective: It's much cheaper to train the small sous-chef on a cheap model and then "transfer" those skills to the expensive model, rather than trying to train the expensive model directly.

In short: ADVISOR MODELS is a way to train a small, smart assistant to write better instructions for a giant, locked-up AI, making that giant AI smarter, faster, and more personalized without ever touching its internal code.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →