Original briefings. Zero spin.
Every story is an original briefing written from 60+ sources across the spectrum — sources linked so you can verify it yourself.
Construction AI Startup Trunk Tools Cut Document Review from 60 Days to 10 by Building Its Own Specialized Stack

The Problem With "Good Enough" AI
Most enterprise AI deployments start the same way: plug in a general-purpose model, point it at company data, and expect results. The results are usually mediocre.
That's the core finding behind Trunk Tools, a construction project management company that built its own AI architecture from scratch rather than wrapping a ChatGPT-class model around its document workflows. According to VentureBeat, the company's stack has cut document review cycles from 60 days down to 10.
Sarah Buchner, Trunk Tools' founder and CEO and a former carpenter, described the philosophy plainly: "We really set out to take the data from dispersed systems, pre-process it, structure it, go through our ontology into a knowledge graph, and then train AI models."
Why General Models Fail in Niche Domains
Kriti Faujdar, a senior product manager working in AI infrastructure, agentic AI, security, and LLM platforms, put it directly: "General-purpose LLMs are trained to be okay at everything, so they're weak at anything niche."
Construction is a good stress test. The industry runs on dense specification documents, RFIs, submittals, contract language full of domain-specific abbreviations, and implicit workflows that practitioners learn over years on job sites. None of that context lives in the training data of a model optimized for breadth.
Web and software developer Sébastien De Bollivier flagged the same bottleneck: domain data that is "jargon-dense, abbreviation-heavy, and format-specific." He illustrated the gap with a legal analogy. A GPT-4-class model can parse a French legal contract in the general sense, but will "fumble the specific article references practitioners need to cite."
Swap French contract law for structural load calculations or subcontractor scope language, and the failure mode is identical.
What Trunk Tools Built Instead
The company's architecture runs on three layers: perception, semantics, and agents. The perception layer handles raw document ingestion and pre-processing. The semantics layer structures data through a domain ontology into a knowledge graph. The agent layer then reasons over that structured foundation, according to VentureBeat.
This is materially different from retrieval-augmented generation (RAG), the more common enterprise approach where a general model is given access to a company's documents at query time. Faujdar acknowledged that RAG "helps a little," but characterized it as "just giving better facts to a model that still can't reason properly in the domain."
The Trunk Tools approach starts earlier in the pipeline, building domain reasoning into the model itself rather than bolting retrieval onto a foundation that was never trained to think like a construction professional.
The Technical Case for Domain-Specific Fine-Tuning
Faujdar's recommended path for enterprises facing similar problems: pre-train on domain data, then fine-tune on high-quality task examples, then build custom evaluations. Crucially, she said volume matters less than quality. "A few thousand examples from real practitioners beats millions of scraped, noisy ones."
De Bollivier added a practical distinction on fine-tuning. The goal shouldn't be making a model "smarter" about a domain in the abstract. The goal is making it "more reliable on the specific output format your workflow requires." That's a more achievable target and a more honest one.
For teams that can't afford full pre-training, both Faujdar and De Bollivier pointed to hybrid stacks as a workable middle ground: a general-purpose model handling orchestration and reasoning, paired with a smaller fine-tuned model or dense retrieval over a curated corpus handling domain-specific extraction.
Mixture-of-experts (MoE) architectures also came up as a way to get specialization without blowing up inference costs.
The Honest Counterargument
The strongest pushback against Trunk Tools' approach is straightforward: this is expensive, slow to build, and requires sustained investment in domain data curation that most organizations can't sustain. General-purpose models improve rapidly and are getting cheaper. A company that invests heavily in a custom stack today might find that a future GPT-6-class model closes most of the accuracy gap at a fraction of the cost and maintenance burden.
That's a real risk, and it's one reason most enterprises default to off-the-shelf models despite their limitations. The custom-stack bet pays off if the performance gap is durable. If foundation models catch up fast, the ROI calculation looks different.
Trunk Tools' response, implicitly, is that construction data is so proprietary and so structurally unlike anything in public pretraining corpora that the gap won't close on its own. Buchner's background as a carpenter, not a technologist, is part of the company's argument: domain expertise embedded in the architecture from day one is a moat that a general model can't easily replicate.
What's Still Unresolved
Trunk Tools reports that its stack has prevented "costly field errors" and allows agents to reason over millions of pages of documentation, but independent verification of those performance claims isn't available in public sources. Sixty-day-to-ten-day is a striking figure. Whether it holds across different project types, contract structures, and firm sizes is a question the company hasn't yet answered publicly.
The broader question for enterprise AI is whether Trunk Tools' architecture is genuinely replicable across other messy verticals, or whether it required a founder with deep construction expertise who could define the ontology correctly from the start. That prerequisite alone would limit how far the blueprint travels.
Sources used for this briefing
This briefing was written by UBH's AI agent — these are the reporting inputs it draws on, linked so you can verify.