***** Algorithm of Thought (AoT) ***** Most of us have tried clever prompts to get better answers from large language models. But there is a new way of thinking called Algorithm of Thought (AoT). Instead of only giving instructions and hoping the model figures it out, AoT teaches the model how to explore a problem space. It does not settle for the first answer; it searches, tests, and refines, similar to how a person reasons through a tough question. Why this matters: More accurate and reliable results Handles complex, multi-step problems better Makes LLMs feel smarter and more useful in real work This feels like the shift from guessing to thinking. The prompting may not be about writing the perfect question but about guiding the model’s reasoning itself. #AI #PromptEngineering #LLM #AlgorithmOfThought #MachineLearning
Can build this in langchain, we can add a tool to take pythonic input from user at each step, so that we can guide its thought process :) As you said, its better as now we are working alongside agent instead of hoping that the first prompt covers everything.
Looking for Summer Internship @ Multi-Agent System | RI@Adobe | SR@Google DeepMind | PhD AI@IIT Bombay
1moIsn't it how we indeed use LLMs? Like assuming we have domain knowledge we explicitly prompt it to think in a particular fashion