Search and source discovery
Finding the public pages that could plausibly answer a question — and knowing when none do.
Web context systems for practical AI
Sourceframe is an independent exploration of what sits between a URL and a usable fact: discovery, retrieval, normalization, extraction, and the provenance record that lets a product say where an answer came from. Written with the trade-offs left in.
A conceptual sequence, not a running service. Each stage is separately inspectable, and each one can fail in its own way.
Current sources
Context is only useful if it reflects the page as it exists now.
Structured outputs
Defined shapes beat free text when software has to consume the result.
Traceable context
Every claim keeps a path back to the URL it came from.
Production-minded workflows
Designs that assume failure, drift, and rate limits from the start.
What Sourceframe explores
Each one is cheap to ignore during a prototype and expensive to discover in production.
Finding the public pages that could plausibly answer a question — and knowing when none do.
Reducing a rendered page to the content a model can actually use.
Turning inconsistent pages into typed records with explicit nulls.
Scope rules, deduplication, and chunking that survives a recrawl.
Separating changes that matter from the churn that does not.
Answers where every claim keeps a path back to its source.
How it works
Identify relevant sources
Retrieve the useful content
Normalize page noise into usable context
Extract facts into defined structures
Deliver context to an AI application
Preserve source-level traceability
Provenance can tell you where a claim came from. It cannot tell you the claim is true — and presenting it as certainty moves the open web's errors into your product.
Featured field guides
AI Agents
A practical guide to discovery, retrieval, clean context, structured extraction, and source traceability.
Foundations
Why clean, structured text often matters more than raw HTML in AI workflows.
Decision Guides
Choose the right web-data approach for research, RAG, monitoring, and agent workflows.
Research Workflows
A source-first workflow for turning open-web information into accountable AI answers.
RAG and Knowledge Systems
Turn product documentation into a useful, maintainable knowledge source.
Web Monitoring
Separate signal from noise when product pages, policies, prices, and documentation update.
Featured workflow patterns
Knowledge base
Crawl a documentation set, clean it, chunk it on structure, and keep it current without rebuilding from scratch.
Research
Answer open questions from current public sources, with every claim linked to the passage that supports it.
Competitive intelligence
Understand how a topic is being covered publicly, where the gaps are, and which formats recur.
Monitoring
Watch a defined set of public pages and alert only when a change could plausibly change a decision.
Research
Compare vendors on declared criteria using each vendor's own public pages, with disagreement preserved.
Research note
Most AI products that reason about the outside world fail for an unglamorous reason: the material they reason over is incomplete, stale, or structurally unusable. This note argues that web context is a distinct infrastructure layer with its own quality properties, and that treating it as a solved detail of prompt engin…
Read the research note →Experiment log
| Experiment | Status | Next step |
|---|---|---|
| Direct-answer-first guide structure | Published as a design exploration | Applied across guides 1–10. Next step: test whether the takeaway list … |
| Comparison-table placement in technical content | In synthesis | Early impressions favour table-early when options are parallel, table-… |
| Tutorial code sample position | Prototype reviewed | Next step: try a toggle between 'whole sample' and 'step by step' on o… |
| Decision-tree content format | Awaiting user testing | Live in the Tools section. Needs at least five external reviewers.… |