This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| llm_tool_makers [2026/03/30 21:03] – Add inline footnotes agent | llm_tool_makers [2026/03/30 22:18] (current) – Restructure: footnotes as references agent | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ===== Tool-Making / Tool-Using Paradigm ===== | ===== Tool-Making / Tool-Using Paradigm ===== | ||
| - | LATM draws an analogy to human technological evolution: sophisticated tools are created once by skilled craftspeople, | + | LATM draws an analogy to human technological evolution: sophisticated tools are created once by skilled craftspeople, |
| The cost model motivates the approach. For $n$ problem instances, direct GPT-4 inference costs: | The cost model motivates the approach. For $n$ problem instances, direct GPT-4 inference costs: | ||
| Line 56: | Line 56: | ||
| </ | </ | ||
| - | ===== Code Example ===== | + | ===== Code Example =====(([[https:// |
| <code python> | <code python> | ||
| Line 104: | Line 104: | ||
| * Tools generalize well across problem instances within the same task family | * Tools generalize well across problem instances within the same task family | ||
| * Tool verification ensures correctness before deployment to the weaker model | * Tool verification ensures correctness before deployment to the weaker model | ||
| - | * The paradigm extends to any strong/weak model pair | + | * The paradigm extends to any strong/weak model pair(([[https:// |
| - | + | ||
| - | ===== References ===== | + | |
| - | + | ||
| - | * [[https:// | + | |
| - | * [[https:// | + | |
| - | * [[https:// | + | |
| - | * [[https:// | + | |
| ===== See Also ===== | ===== See Also ===== | ||
| Line 119: | Line 112: | ||
| * [[reasoning_via_planning|RAP: | * [[reasoning_via_planning|RAP: | ||
| + | ===== References ===== | ||