top | item 45941168

Shattering the Illusion: Maker Achieves Million-Step, Zero-Error LLM Reasoning

6 points| dataminer | 3 months ago |cognizant.com

2 comments

order

justinclift|3 months ago

Sounds interesting. To me, the obvious next step would be to look at aggressive result caching for the micro-steps (subtasks).

By that I mean it sounds like the size of these micro-steps (including all input/context/etc passed to them) might be extremely small.

If their entire input is smaller than some yet-to-be-determined-threshold, then once the "correct" result is known (ie voted upon) it should be cached for extremely fast re-use rather than needing to run it through a sub-agent/model again.

killerstorm|3 months ago

Calling a single LLM call "micro agent" is asinine.