Ask Fugu (second opinion)
ask_fuguConsult a separate LLM for a second opinion on self-contained problems like algorithms, proofs, or design trade-offs. Include full context in the prompt, as the model cannot access your repo or conversation.
Instructions
Ask Sakana Fugu (a separate orchestration LLM) for a second opinion on a HARD, SELF-CONTAINED problem, or to cross-check your own reasoning with a different model. Good for: a tricky algorithm/proof, a thorny design trade-off, a 'is my approach sound?' gut-check, or a multi-model panel on a discrete question. The prompt MUST contain all needed context — Fugu cannot see the repo, files, or this conversation. Do NOT use it for interactive or iterative repo work, multi-step edits, running commands, or anything that needs to read/modify local files — do that yourself. Calls can be slow (tens of seconds).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The full, self-contained problem or question to send to Fugu. Include all context Fugu needs — it cannot see your repo or conversation. | |
| system_prompt | No | Optional system prompt to steer Fugu's role/behavior (e.g. 'You are a senior distributed-systems engineer.'). | |
| model | No | Fugu model id. Omit to use the server's default (FUGU_DEFAULT_MODEL). | |
| max_tokens | No | Max output tokens. Defaults to 2000. |