LLMs like focus
Just like humans, LLMs don't perform great when you ask them to multitask. An early version of Whole Earth AI sent the entire lesson generation prompt (with all its tasks) to a single LLM call. So in the case of our demo, all of the content for the lesson "Establish Project Parameters" including instructions for "Fundamentals of rooftop greenhouses, hydroponics, and smart-ag basics", "Choose primary crop species to optimize system design", "Measure and record rooftop footprint & load limits", and "Determine local building code & permitting requirements" would all be handled by a single LLM prompt.
That didn't work well. What did work well was splitting all of these task instructions up into dedicated LLM calls.
The less you ask of the AI, the better, therefore, Whole Earth AI breaks up content as much as possible before passing to an LLM.
— What I Learned Building Whole Earth A ↗ - Kasey Klimes
299 words last thought about on 2025-09-25 — let me know what you think
Szymon can make mistakes. Check important info.