Fugu second opinion (review)
fugu_second_opinionSubmit content and a specific question to receive a rigorous second opinion from a separate LLM acting as a skeptical senior reviewer, identifying issues, risks, and improvements.
Instructions
Get a rigorous SECOND OPINION from Sakana Fugu (a separate LLM) on a discrete piece of work. Provide the content to review (code, diff, answer, design, or plan) and a specific question. Fugu acts as a skeptical senior reviewer and returns concrete issues, risks, and improvements. Best for cross-checking your own output with a different model on a self-contained artifact. All needed context must be in content — Fugu cannot see the repo or this conversation. Do NOT use it for interactive/iterative repo work or anything needing local file access. Calls can be slow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The material to review: code, a diff, a written answer, a design, or a plan. Include everything Fugu needs to judge it — it has no other context. | |
| question | Yes | What you want Fugu to assess (e.g. 'Is this concurrency-safe?', 'Does this proof hold?', 'Is this API design sound?'). | |
| model | No | Fugu model id. Omit to use the server's default (FUGU_DEFAULT_MODEL). |