The Next AI Breakthrough Is Not Better Answers, but Better Evidence Paths
Hatched by Jason Ridge
Aug 11, 2026
11 min read
0 views
88%
What if the most important question about AI is not whether it can answer a question, but whether it can find the right evidence before answering it?
That distinction is easy to miss. A person asks an AI system, “What happened to our customer retention last quarter?” The system produces a fluent answer. It may even include percentages, trends, and a plausible explanation. Yet the answer can still be useless if it drew from the wrong spreadsheet, ignored a more recent report, misunderstood a column, or treated a discussion document as authoritative data.
The future of useful AI therefore depends on a less glamorous capability than eloquence: evidence orchestration. An AI assistant must know how to move through a company’s documents, tables, reports, and project files; determine which sources matter; combine them; and explain the result in a form a human can inspect.
This creates a powerful connection between two developments that are often discussed separately. One concerns AI assistants that can summarize documents, discuss several files, retrieve project facts, and explore a topic inside a shared workspace. The other concerns a shift from asking language models to translate questions directly into database queries toward a system that retrieves relevant tables and generates answers from them.
Together, they point toward a new model of knowledge work: AI should not merely generate language from information. It should construct an evidence path from a question to a defensible conclusion.
The real problem is not retrieval, but choosing what counts as evidence
Most discussions of enterprise AI begin with search. Put all the files in one place, add a conversational interface, and let people ask questions. This is useful, but incomplete. Finding a document is not the same as understanding its authority, scope, or relationship to other documents.
Imagine asking, “What is the status of the product launch?” A workspace might contain a launch plan, a meeting transcript, a budget spreadsheet, a customer research summary, and a presentation prepared for executives. Each may contain a different version of the truth.
The launch plan says the release is scheduled for October 15. The meeting transcript records a decision to delay it. The budget spreadsheet still uses the original date. The executive presentation, created two weeks earlier, claims the launch is on track. A simple retrieval system might find all four. A useful system must do more. It must recognize that the answer depends on time, role, source type, and internal consistency.
This is why document question answering and table based question answering are more closely related than they first appear. Both are attempts to solve the same epistemic problem: how can an AI move from a natural language question to a trustworthy answer when the relevant knowledge is distributed across imperfect artifacts?
A document is not simply a bag of sentences. A table is not simply a grid of values. Both encode structure.
A document has headings, authorship, dates, revisions, recommendations, assumptions, and quotations. A table has column definitions, units, categories, missing values, aggregation rules, and relationships to other tables. In both cases, the meaning of a piece of information depends on its context.
The central unit of enterprise intelligence is not the answer. It is the relationship between a question, its evidence, and the reasoning that connects them.
This changes what we should expect from an AI assistant. “Summarize this file” is a valuable function, but it treats the file as a closed object. “What do these files collectively imply about our launch risk?” treats the workspace as an open system of evidence. The second task is harder because it requires synthesis, comparison, and judgment about conflicts.
Why direct translation from questions to queries is too narrow
Traditional text to SQL systems try to convert a natural language request into a database query. If a user asks, “What were sales in Europe last year?” the system attempts to produce something like a structured query that selects the appropriate rows, filters the region and date, and calculates the total.
This approach works well when the database is clean, the schema is known, the question is precise, and the desired answer can be expressed through the database’s existing operations. But real organizational data rarely satisfies all four conditions.
The user may not know whether “sales” refers to booked revenue, recognized revenue, or invoiced revenue. “Europe” might be defined by billing address, shipping destination, or sales territory. “Last year” could mean the calendar year or the company’s fiscal year. The required information may be spread across several tables, with inconsistent labels and undocumented business rules.
A syntactically valid query can therefore produce a numerically precise answer to the wrong question.
This is the limitation exposed by the move toward table augmented generation. Instead of treating the task as pure translation, the system first identifies relevant tables or tabular fragments, then uses them as evidence for generating an answer. The table is not merely an execution target. It is part of the context that helps the model understand what the question means.
Consider a manager who asks, “Which customers are becoming less profitable?” A direct query system might look for a profitability column. But perhaps profitability must be calculated by joining revenue, service costs, support tickets, and discount records. Perhaps one table reports monthly figures while another reports account totals. Perhaps the company changed its cost allocation method halfway through the year.
A table augmented system can at least expose the intermediate problem: these are the candidate tables, these are their relevant columns, and these are the assumptions required to combine them. That makes the answer more inspectable and gives the user an opportunity to correct the system before a misleading conclusion becomes a business decision.
The same principle applies to files in a shared workspace. A question about a project rarely belongs to one document. It may require extracting a deadline from a plan, a risk from meeting notes, a budget figure from a spreadsheet, and a customer constraint from research. The assistant’s value lies in coordinating these sources, not simply writing a polished paragraph about each one.
From answer generation to evidence graphs
A useful mental model is to think of enterprise AI as building an evidence graph.
At one end is the user’s question. In the middle are source objects: documents, tables, charts, emails, meeting notes, dashboards, and records. Between them are operations such as retrieval, filtering, joining, summarizing, calculating, comparing, and resolving contradictions. At the other end is the answer, ideally accompanied by a compact explanation of how it was produced.
For example:
- Question: Why did customer retention decline in the second quarter?
- Retrieval: Find retention reports, customer cohort tables, support records, and pricing change documents.
- Interpretation: Identify how each source defines retention and the relevant time period.
- Combination: Compare cohort behavior with support volume and pricing changes.
- Validation: Check whether the apparent relationship survives alternative explanations.
- Answer: State the observed decline, the strongest contributing factors, and the remaining uncertainty.
This model reveals why summaries alone are insufficient. A summary compresses a source. An evidence graph connects sources.
Compression is valuable when the problem is volume. Connection is valuable when the problem is ambiguity.
Suppose an assistant summarizes a 60 page customer research document. It may correctly report that users struggle with onboarding. But a decision maker might actually need to know whether onboarding difficulty explains a rise in cancellations, whether the issue affects a particular segment, and whether the product team has already tested a remedy. Those questions require links across research, behavioral data, experiment results, and project plans.
The distinction can be expressed as two different transformations:
Summarization: many passages become a shorter passage.
Synthesis: many sources become a structured claim with supporting and conflicting evidence.
The first saves reading time. The second changes what can be reasoned about.
This is also why the interface matters. An AI assistant that simply returns a final answer encourages passive acceptance. An assistant that shows the relevant files, tables, definitions, calculations, and unresolved conflicts turns the user into a participant in the reasoning process.
That does not mean every answer needs a long chain of thought or an overwhelming audit trail. It means the system should provide an appropriate evidence surface: enough context for a person to verify the important claims.
For a quick factual request, this might be a link to the source file and the relevant table. For a strategic recommendation, it might include the assumptions, competing interpretations, and sensitivity to missing data.
The hidden bottleneck is semantic alignment
The most difficult part of combining documents and tables is often not retrieval. It is aligning meanings.
Organizations use the same word in different ways. “Active customer” may mean a customer who logged in during the month, placed an order, or maintained a paid subscription. “Churn” may refer to cancellations, nonrenewals, or accounts that have not purchased recently. A project document may call something a “launch,” while the data team counts the release only when the feature is available to every customer.
An AI system that retrieves the right sources but fails to align their definitions can create a particularly dangerous kind of error: coherent inconsistency. The answer sounds clear because the model has smoothed over incompatible meanings.
This suggests a practical framework for reliable AI collaboration. Every important question should pass through four semantic checks:
- Entity: What thing is being discussed? A customer, account, user, contract, or organization?
- Metric: What exactly is being measured, and how is it calculated?
- Time: Which date, period, or version applies?
- Authority: Which source governs when sources disagree?
These checks are useful whether the evidence is prose or data. They also reveal why organizational AI cannot be treated as a generic chatbot layered over a file repository. The system needs a working model of the organization’s vocabulary and source hierarchy.
A simple example makes this concrete. A finance spreadsheet may be authoritative for recognized revenue, while a sales dashboard is authoritative for pipeline value. A meeting note may be authoritative for a decision that has not yet appeared in either system. The right answer depends not just on finding all three sources, but on knowing what each source is allowed to establish.
This is where humans remain essential. People often possess tacit knowledge about which report is trusted, which field is unreliable, and which operational exception matters. The best AI systems will not eliminate that knowledge. They will help organizations encode, test, and reuse it.
Designing AI workspaces around questions, not files
The practical implication is that teams should stop organizing AI projects around file access alone. Access is necessary, but the deeper design question is: What kinds of questions should the system be able to answer defensibly?
Start by defining recurring decisions rather than generic use cases. “Help with documents” is too vague. Better examples include:
- Identify the current owner, deadline, and unresolved risks for a project.
- Explain the change in a key metric and distinguish observed facts from hypotheses.
- Compare customer feedback with product usage data before prioritizing a feature.
- Reconcile the figures in an executive presentation with the underlying tables.
- Locate the source and definition behind every number in a board report.
Each question implies an evidence pattern. The first requires project documents and version awareness. The second requires numerical data plus narrative context. The third requires qualitative and quantitative synthesis. The fourth requires discrepancy detection. The fifth requires provenance.
Teams should also create lightweight source contracts. For important datasets and documents, record who owns them, what they mean, how often they change, and when they should be considered authoritative. This may sound administrative, but it is actually an investment in machine reasoning. Clearer source relationships reduce the number of assumptions an AI system must invent.
A second practice is to separate discovery from judgment. AI can discover relevant files, calculate comparisons, identify contradictions, and propose explanations. Humans should retain responsibility for decisions that involve values, accountability, or unmeasured consequences.
A third practice is to ask for calibrated answers. Instead of “Give me the answer,” ask:
- What is directly supported by the available evidence?
- Which assumptions did you make?
- What sources disagree?
- What additional information would most change the conclusion?
These prompts turn an AI assistant from a rhetorical machine into a research partner.
Key Takeaways
- Treat every answer as an evidence path. Ask the system to identify the documents, tables, definitions, and calculations behind its conclusion.
- Prefer synthesis over isolated summaries. When a decision involves a project, metric, or customer, request a comparison across the relevant sources.
- Make semantic definitions explicit. Clarify the entity, metric, time period, and authoritative source before trusting a result.
- Use tables as context, not only as query targets. The structure and definitions in a table often determine what a natural language question really means.
- Separate facts, interpretations, and recommendations. A strong answer should show where the evidence ends and judgment begins.
The promise of AI in shared workspaces is often described as convenience: fewer searches, faster summaries, quicker facts. Those benefits are real, but they are the surface of a deeper transformation.
The important shift is from document access to organizational sensemaking. A system that can read one file saves time. A system that can connect a project plan to a budget, a customer complaint to a usage pattern, and a table to the definition hidden in a policy document can improve the quality of collective thought.
That future will not be won by the system that produces the most confident answers. It will be won by the system that makes the path to an answer visible, checks whether the evidence belongs together, and knows when the available information is not enough.
The decisive question for AI is therefore not, “Can it answer us?” It is, “Can it help us see why an answer deserves to be believed?”
Sources
Hatch New Ideas with Glasp AI 🐣
Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)
Start Hatching 🐣