Why Planning is the New Search

27:48 · Dec 2024 · 466 views
Thumbnail for Why Planning is the New Search Watch on YouTube
TL;DR
  1. 1

    Knowledge work is largely information retrieval followed by decisions, reasoning, and actions across open-ended company processes.

  2. 2

    Large language models struggle with autonomous planning, especially when real work depends on private company context, precedent, and several acceptable outcomes.

  3. 3

    Interloom grounds plans in observed workflows, knowledge graphs, clustering, and human review before assigning subtasks to people or agents.

Summary

Fabian argues that much knowledge work is repeated searching across inboxes, files, business systems, and conversations, followed by decisions and actions. This work is difficult to automate because company processes depend on private context, employee knowledge, and precedent that is rarely present in public training data. Large language models can generate plans, but Fabian says they perform poorly on autonomous planning and cannot reliably choose among several feasible outcomes. Interloom approaches the problem as a work navigation system. It builds plans from past cases using knowledge graphs, process-mining-like patterns, reranking, and hierarchical clustering. Humans can inspect and adjust the proposed plan, while agents can be assigned to individual subtasks. The Pathfinder view shows how similar cases moved through task clusters. Fabian expects smaller, well-contextualized tasks to produce more reliable agent behavior, while companies gradually collect enough precedent to automate selected work. He is clear that customers still want control for higher-risk processes.

Key ideas
01:59

Knowledge work is repeated search followed by action

Fabian defines knowledge work as retrieving information, refining it through a decision or reasoning step, and moving it toward a productive outcome. People search inboxes, Google, files, Slack, Teams, case-management systems, and Salesforce. He says this work makes up a large share of activity across back offices, including tax processing, insurance claims, finance, and IT support. Much of it remains manual because the relevant information is spread across language-based systems and employee conversations.

06:21

Planning has to account for company-specific context

A work plan depends on how a particular company actually handles its cases. Fabian describes this as corporate memory and know-how, including the patterns used by a railroad company or a support desk. Those patterns are usually absent from public data because they can be a competitive advantage. The same request can have several acceptable outcomes, and the best choice may depend on whether the company values speed, customer value, or another business constraint.

07:49

Language models struggle with autonomous planning

Fabian says language models are not built for reliable autonomous planning. He points to Blocks World and Simple Bench as examples where models perform poorly on planning tasks. Real cases are harder because they are open-ended and depend on context. A request involving a delayed purchase order may require weeks or months of work, hundreds or thousands of subtasks, and coordination among several people rather than a single linear answer.

12:07

Work can be treated as a navigation problem

Fabian compares Interloom's approach with Google Maps. A destination can have many possible routes, but the system presents feasible options based on context such as the mode of travel or an added stop. He proposes a similar navigation system for work. A case becomes a destination, and the system proposes a feasible sequence of tasks based on the case context and what happened in similar cases.

14:23

Interloom builds plans from precedent and workflow patterns

In the product demonstration, a new order case includes system data, an email, and information from a colleague about earlier customer delays. The system combines a knowledge graph, process-mining-like analysis, clustering, and a language model to propose a plan. One plan routes triage to a colleague. After Fabian adds the context that the customer is Carpenter Solutions, the system replans and adds a 10% discount based on a similar precedent case.

17:47

The Pathfinder view makes the source of a plan visible

Interloom's Pathfinder view visualizes how similar cases moved through task clusters. The size of each dot shows the size of a cluster, and language models label clusters such as invoice management, client follow-up, and case triage. Users can follow the current case through the graph and inspect which cases went to which people. Fabian says this visibility matters because large companies do not immediately want completely opaque agent automation.

20:20

Small tasks with better context make agents more useful

Once a plan is split into subtasks, Interloom can assign each subtask to a human or an agent. Fabian demonstrates assigning an agent called Odin to draft an apology email that includes a 10% discount. The agent can search the internet, internal repositories, and company knowledge bases. Fabian's view is that agents become more accurate when the problem is smaller and the context is more faithful, much like assigning a task to a person with the right skills.

25:22

Automation should increase gradually as companies collect precedent

Fabian says companies do not currently want a fully self-driving platform for every process. Interloom plans an accuracy-control system that would compare a proposed action with similar precedent cases and estimate whether the result is safe to release. The initial approach keeps humans involved and speeds up end-to-end work. Over time, as the system collects more company-specific precedent, selected simpler tasks could be automated with less supervision.

"Knowledge work is nothing else but literally working with information retrieval, which is nothing else but searches and taking that information somehow refining it by making a decision or reasoning over it and then enriching it and then pushing it along to towards a productive outcome."02:20
Who should watch
  • You are building agents for enterprise workflows and need a way to ground their plans in private company data.
  • Your team is deciding how much human review to keep in case management, claims, logistics, or support processes.
  • You want to see how clustering, workflow history, and knowledge graphs can turn unstructured employee activity into reusable task plans.