Hacker News new | ask | show | jobs
by pisrael 149 days ago
What is the main difference in results of a pure LLM loop?
2 comments

Clean context for each iteration will make the LLM give your better results. Using LLM loop you will full the context faster degrading the LLM responses. Tea supports create a workflow from dot file https://fabceolin.github.io/the_edge_agent/articles/writing-...
Clean context for each iteration will make the LLM give your better results. Using LLM loop you will full the context faster degrading the LLM responses.