Technical 9 min read

The business knowledge base: evidence, risks, and how to build one

What a business knowledge base actually is, what the evidence says it delivers, the security and privacy realities, and how we build one that holds up.

Every AI system a business runs, a website chatbot, a document engine, an assistant that drafts replies, has the same thing underneath it: a body of knowledge the system is allowed to trust. Get that layer right and the AI answers from what your business actually knows. Get it wrong and you have a confident generator of plausible fiction wired to your name.

Over the past eighteen months that layer has acquired a boom of its own. “Second brain”, “AI memory”, “knowledge base”: the labels vary but the promise is the same. Perfect recall across everything the business has ever captured; walking into every client meeting with a brief that reads like one experienced practitioner handing off to another, generated from files nobody had time to reread. The promise is real enough to take seriously. But the boom has outrun the evidence, and it has shipped with security and privacy problems the enthusiastic write-ups mostly skip.

This is the full picture as we read it: what a business knowledge base actually is, what the measurements say it delivers, where the real risks sit, and how we build them so the risks stay handled.

What is a business knowledge base?

A business knowledge base is a curated, maintained body of what your business knows, structured so an AI system can retrieve from it when it answers, with explicit rules about what to trust. It is not a pile of documents. A pile of documents in a vector database is storage; a knowledge layer is a scoped corpus the system has been told to trust, with rules about which sources outrank which when they conflict. It is one of the six functions of a working AI system, and the one every other function leans on.

The pattern most people now picture arrived in early 2026. Andrej Karpathy’s gist of 4 April 2026 named it: a folder of markdown files an AI agent reads, writes, and maintains. It passed 5,000 stars and forks within three months, and Google formalised the same idea as a draft Open Knowledge Format on 12 June 2026. A hyperscaler moving to standardise a three-month-old pattern is a real signal. It is a signal of momentum, not of proof, which brings us to the first honest question.

Does an AI knowledge base actually save time?

Nobody has measured it properly yet, and the best honest self-tracking in the field says the answer is roughly a wash. That finding comes from Brian Buntz at R&D World (11 June 2026), one month into disciplined use, maintaining roughly 760 pages under citation-required schema rules and lint gates. His verdict: “the time I spend maintaining the wiki and the time it saves me are roughly a wash.” The payoff, he found, concentrated on narrow topics the open web covers poorly.

The field’s one controlled experiment is sharper. The archcheck project ran an A/B test in July 2026 on an agent-built wiki over a codebase and found it saved nothing over letting the agent search the source directly, because the wiki pages were larger than the files they described. Its author’s conclusion is the best design principle the field has produced: token saving “appears only when a page aggregates facts scattered across many files (compression ratio > 1)”, and pages that mirror small source files “are pure maintenance debt”. Either the knowledge base earns its keep through compression, or it should not exist.

Set that against the marketing. Jeremy Utley’s “Teammate Stack” (two Substack posts, 12 May and 16 June 2026) packages the same pattern as eight persona files loaded into a chat assistant; the mechanics are sound, but the “11.5x smarter” claim attached to it carries no cited methodology anywhere it is written. A widely cited survey (Vibehackers, 4 March 2026) reports that most of the 27 public AI memory-system builds it examined were abandoned within weeks; its methodology could not be independently verified when we checked, so we repeat it as the article’s own stated finding. As of mid 2026, no independent, controlled measurement of aggregate time saved by this kind of knowledge base exists, by any organisation. Multiplier claims travel further than the measurement behind them because there usually is no measurement behind them.

None of this makes the pattern a bad idea. It means the time-saved claim is the one to verify yourself, on your own work, before it becomes the reason for the project. Pilot one workflow, measure your own before-and-after, and treat “roughly a wash” as the honest floor rather than an outlier.

If the notes are not the asset, what is?

The durable asset in a business knowledge base is the judgement encoded in its rules, not the notes the AI produces. Hand an agent the same folder of raw material twice, once with a careful instruction file and once without, and you get two different knowledge bases from identical inputs. Karpathy’s own architecture makes this explicit: raw sources, the wiki the agent writes, and a schema document (typically a file called CLAUDE.md or AGENTS.md) that is, in his words, “what makes the LLM a disciplined wiki maintainer rather than a generic chatbot”.

Kenneth Reitz’s essay of 6 March 2026 shows what that file looks like in mature use: a vault of 467 files governed by a roughly 200-line CLAUDE.md he frames as an “API contract” with the agent, whose most valuable section is a list of prohibitions: “Do not create new files unless explicitly asked… Do not restructure existing folder hierarchies.” The negative space does as much work as anything the agent is told to produce.

The wiki pages are, by comparison, replaceable. Delete them and the same agent under the same instruction file regenerates something close to the same wiki. Degrade the instruction file and everything drifts: Karpathy’s comment thread through June 2026 records an unconstrained agent generating “company, Company, Business, and Organization” as four different entities across runs, because nothing pinned the vocabulary down. The instruction file is the one artefact in the system that is genuinely the operator’s intellectual property: a specific person’s decisions, in writing, about what counts as a trusted source, what structure the knowledge takes, and what must never be touched without asking. Spend the careful hours there, not on organising the first batch of notes, and keep that file with the person who runs the business.

Is an AI knowledge base a security risk?

Yes, and it should be designed as an attack surface, because that is what it is. An agent that reads and writes your business’s knowledge combines three things Simon Willison calls the “lethal trifecta”: private data, exposure to untrusted content, and an outbound channel. Put all three in one system and it can be induced to leak what it holds. A knowledge base built from clipped web pages, pasted emails, and forwarded documents is untrusted content by definition.

This has been demonstrated, not theorised. Within 48 hours of Anthropic’s Cowork (a desktop agent with folder access) launching in research preview in January 2026, the security firm PromptArmor demonstrated a working attack: a Word document containing invisible one-point white text that caused the agent to exfiltrate financial documents. The clearest numbers come from OpenClaw, the open-source agent framework whose memory is plain markdown files. In its early-2026 security crisis, SecurityScorecard research reported by Infosecurity Magazine on 9 February 2026 found 40,214 exposed instances across 28,663 unique IP addresses, 63 per cent of observed deployments vulnerable, and 12,812 exploitable by remote code execution. The detail that matters most for this pattern: marketplace skills wrote persistent backdoor instructions directly into the memory files, and those instructions survived after the skill itself was removed. The memory file was the payload. A poisoned note is not bad data sitting in a folder; it is an instruction the agent may act on the next time it reads the file.

The mitigations with real evidence behind them are not exotic. Read-only defaults, so the agent cannot write without deliberate permission. A human gate on anything moving from raw capture into the trusted, reviewed layer. Version control as a rollback mechanism, so a bad write can be undone rather than just discovered. Secrets never stored in notes. And anything ingested from outside the business treated as untrusted until a person has reviewed it, not the moment it lands in the folder. A knowledge base with unattended write access and no gate between capture and trusted knowledge is the one part of a build we treat as non-negotiable.

What happens to client data in a cloud AI memory?

Whatever a vendor’s deletion policy says, data the vendor holds sits under the vendor’s legal exposure, and that is the fact a professional practice has to plan around. In NYT v. OpenAI, a court order issued in May 2025 required OpenAI to preserve output logs it would otherwise have deleted, including chats users had deleted themselves; the blanket order ended on 26 September 2025, but the data it covered remains under legal hold. Retention terms shift too: Anthropic’s consumer terms changed in August and September 2025, moving consumer plans to opt-out training with five-year retention for users who allow it. Commercial and API terms were excluded, which matters, but a policy in force at signup is not a guarantee about next year. Zero-retention arrangements are real, but they are enterprise contract terms, not default architecture.

The honest complication is that “just go local” is not yet a complete answer. The best independent evaluation we have found (a 30-day, six-stack study of local models published in May 2026) puts a floor under private AI: reliable tool-calling starts around 27 to 32 billion parameters, and a supervised local agent handles capture, summarisation, and note updates about as well as a frontier cloud model on short tasks. Long-horizon work past roughly five to eight steps, and the judgement work of curating the trusted layer, remain frontier-model territory, and most practitioners running these systems in 2026 still route through cloud models. The posture that follows from the evidence is hybrid: local processing for the continuous capture of the most sensitive material, frontier models for the judgement work, and the most sensitive files excluded from cloud sessions by design rather than by policy promise. That is the principle behind ConfideAI, our product for mental health practitioners, which de-identifies session content on the practitioner’s own device before anything reaches a cloud model. None of this is legal advice; it is what has actually happened, so a practice can ask its own adviser sharper questions.

How do we build one that holds up?

We build the same knowledge base to face two directions, with a hard boundary between them. Externally, we ground the public chatbot in the public website and nothing else. Your website is the one body of knowledge your business has already cleared for release, so the knowledge boundary and the privacy boundary become the same line, and the same plainly written pages earn citations when AI search engines answer “who does this in Perth”. We run our own site this way, and the full argument is in your website is your AI knowledge base.

Internally, the same discipline applies to the material you would never publish: a scoped corpus the system is told to trust, an instruction file carrying the owner’s judgement, a human gate between raw capture and reviewed knowledge, version control underneath, and client-sensitive material handled on the hybrid terms above. That is where the perfect-recall payoff lives, the pre-meeting brief drawn from every prior interaction, and it is worth pursuing with the measurement discipline this field has so far skipped: pilot, measure, and let compression justify every page. Getting a whole team working against that shared corpus is its own adoption problem, covered in your team has AI licences, you don’t have an AI system.

That evidence base, all of it, is why our Business knowledge base service is shaped the way it is: grounded external answers, gated internal knowledge, and no multiplier claims we cannot show you the working for. If you want to talk through what a knowledge base would actually do for your business, start with a conversation.

Published 29 August 2026

Perth AI Consulting delivers AI opportunity analysis for small and medium businesses. Start with a conversation.

Prepared by Claude, directed and approved by PAC.

More from Thinking

Evaluation 11 min read

AI in property valuation: the evidence, the design rules, and what it could become

The best Australian evidence on vision AI in valuation measures a different task than the one vendors demo. The findings, and the design rules that follow.

Evaluation 7 min read

Eleven cells moved. Here is what they mean for your business.

Reading the September 2026 State of AI verdict table: what improved, what declined, and what to do differently this quarter.

Evaluation 7 min read

Competitor intelligence for small business: what AI can and cannot see

What AI-assisted competitor intelligence really is for a small business: the public sources worth watching, what they cannot tell you, and the legal line.

Evaluation 10 min read

AI in regulated professional work, Mid-2026

One structure links family law, valuation, and building inspections: a signed document others rely on. How each field's regulator answered the AI question.

Evaluation 8 min read

What AI can see in your customer data (and what it cannot)

What AI can genuinely find in the customer records an SME already holds, what it cannot, and when a spreadsheet honestly beats a model.

Building 7 min read

What an AI quoting engine actually does

What an AI quoting engine takes in, what it drafts, what the evidence says about accuracy and speed, and why the final price stays with a human.

Adoption 6 min read

Australia's AI adoption gap is bigger than the 12% headline suggests

ABS says 12% of Australian businesses use AI. The real story is 35% of large businesses against 11% of small ones, and the barrier isn't the technology.

Building 7 min read

Why we let AI run the interviews (and why we never let it pretend to be human)

AI-conducted interviews compress weeks of stakeholder discovery into days, standardise what gets asked, and lower the guard that distorts honest answers.

Adoption 14 min read

How AI capability actually moves through a business

The decisive variable in SME AI adoption is the human absorption sequence, not the tooling. A working framework from observation across WA businesses.

Evaluation 7 min read

AHPRA advertising rules for psychologist websites

Recovery stories, 'specialist', 'clinical psychologist', and endorsement titles are where psychology sites breach the National Law. A practical read-through.

Adoption 4 min read

Customer service AI has finally grown up

Chatbots and AI receptionists earned their bad reputation. What changed, and how the mature version answers every call without replacing anyone.

Evaluation 6 min read

Who can use the titles 'Dr', 'Specialist', and 'Surgeon'?

AHPRA restricts 'specialist' and 'surgeon' to specific registrations, and 'Dr' has its own rule. What health practice websites can and cannot claim.

Adoption 5 min read

Your best people hate writing reports

The operators you promote are brilliant at the work and allergic to reporting. A scheduled AI call interviews them, drafts the briefing, they approve it.

Building 6 min read

Your website isn't just for humans anymore

How to build a chatbot that keeps itself up to date, can't leak client information, and won't answer beyond what you've published.

Evaluation 7 min read

Can you show Google reviews on your health practice website?

AHPRA bans clinical testimonials, even true ones, but service reviews are fine. What that means for the Google reviews widget on your practice site.

Evaluation 7 min read

What AHPRA's advertising rules mean for your website

Your practice website is advertising under the National Law. What AHPRA's rules prohibit, who is responsible, and how to check your own site.

Evaluation 8 min read

Is it safe to paste client data into ChatGPT?

Short answer: it depends on one setting, and most people have it wrong. What ChatGPT, Claude and Copilot do with your data, and what the Privacy Act expects.

Evaluation 4 min read

What a good AI audit actually delivers

The audit report named one recommendation specific enough to check, and what the Build that followed looked like: one real engagement, generalised.

Evaluation 7 min read

AI and video, Mid-2026: the models can watch now, not just listen

AI could always transcribe video. It can now read the frames as well, and every hour of footage a business owns becomes something it can question.

Building 7 min read

Case study: a 119-page AML/CTF program in three days

How we built a seven-document AML/CTF compliance pack for a small accounting practice in three days, working from 31 confirmed assumptions.

Building 11 min read

From evidence base to delivery: a production AI methodology

How we delivered 34 evidence-anchored AI briefings to a WA peer-advisory chapter: fact-checked literature review, multi-agent verification, one method.

Technical 9 min read

The six functions of a working AI system

A working AI system is six functions doing six jobs. When all six connect, hallucinations get caught, outputs hold steady, and models become swappable.

Technical 7 min read

Supervised autonomy: the middle path for AI architecture

Between drafts you approve and agents you hope about sits the middle path: an envelope of authorised routine work, supervised, audited, and yours to widen.

Evaluation 5 min read

The state of applied AI in Mid-2026

Our literature review of applied AI in mid-2026: ten capability categories, three fact-check passes, written for operational leaders.

Technical 9 min read

How to design a PHI redaction system for clinical AI

PHI redaction is part of a clinical AI tool's architecture, not a feature you add. What the literature says it should look like, and how we built it.

Building 9 min read

How we built on-device de-identification so AI never sees real names

Most AI privacy is a policy. Ours is architecture: an NER model runs in the browser and strips names before anything leaves the device.

Technical 7 min read

Your agency's clients are about to ask why this costs so much

A solo consultant built in three weeks what your agency quoted twelve for. The client doesn't know why yet. The agencies that survive change what they sell.

Adoption 6 min read

What do you love doing? What do you hate doing?

Ask people what they love doing and what they hate doing, then show them AI is coming for the second list. Why the reframe works, and how it fails.

Technical 7 min read

Why I don't use n8n (and what I do instead)

n8n demos well. But a compelling demo and a reliable production system are different things, and the distance between them is where businesses get hurt.

Technical 10 min read

Your codebase was not built for AI. That's the actual problem.

Amazon's mandatory meeting about AI breaking production is an architecture story: codebases built for human maintainers only, now maintained by AI.

Adoption 4 min read

Your team has AI licences. You don't have an AI system.

Fifteen people, fifteen separate AI accounts, no shared context. The problem isn't the tool; it's the architecture around it. Here's the fix.

Building 7 min read

Your $2,000 day starts the night before: our system keeps you on the tools, not on the phone

Optimised routes overnight, automatic customer notifications, and promises the system keeps or corrects. A scheduling system that protects your daily rate.

Evaluation 4 min read

The fastest way for an executive to get across AI

AI moves faster than any executive can track. One focused conversation, one written report, and a decision you can act on: your time stays on the business.

Building 6 min read

Your IT department will take 18 months. You need this working by next quarter.

Senior leaders know what they need built; the gap is time. A prototype gets the tool working now and hands IT a validated blueprint for later.

Building 8 min read

We built an AI invoice verifier. Here's where it hits a wall.

We built an AI invoice verifier and watched a fake beat a real invoice. Why document analysis alone cannot stop fraud, and the five layers that can.

Building 5 min read

How to build an AI chatbot that doesn't lie to your customers

Woolworths scripted its AI to talk about its mother. The business fix is honesty; the technical fix is architecture that prevents fabrication by design.

Technical 9 min read

Why AI safety features are load-bearing architecture, not political decoration

The 'woke AI' label came from real failures, but they were engineering failures, not safety failures. The difference matters wherever errors have consequences.

Adoption 3 min read

Woolworths' AI told a customer it had a mother. That's a problem.

Woolworths' AI assistant Olive was scripted to talk about its mother and uncle. When callers realised, trust broke instantly. The fix is honesty.

Evaluation 5 min read

Google is no longer the only way your customers find you

Customers now find businesses through ChatGPT, Perplexity, and Gemini. The sites AI cites are structured differently to the sites Google ranks.

Evaluation 6 min read

The personal workflow analysis: what watching a real workday reveals about automation

People describe the work they value, not the work that eats their time. Recording a real workday reveals the automation opportunities interviews miss.

Evaluation 11 min read

An AI audit that starts with your business

How an operations-first AI audit works: what it looks for, how the evidence is collected, what the report contains, and what it tells you to skip.

Building 6 min read

What production AI teaches you that demos never will

The gap between a demo and a working system is where the useful lessons live. Architecture, framing, privacy, adoption: the patterns repeat every time.

Adoption 6 min read

The psychology of why your team won't use AI

You buy the tool, run the demo, and three months later nobody is using it. Five predictable psychological barriers, each with a strategy that works.

Technical 4 min read

Stop telling AI what NOT to do (and what to say instead)

Instructions built on prohibitions make AI cautious and generic. Describing what you want instead transforms the output, and the reason comes from psychology.

Building 5 min read

How we turned generic AI into a specialist: and what that means for your business

Mediocre AI output is rarely the model's fault. Three structural changes that turn the same model from generic to specialist-grade.

Evaluation 6 min read

Your business has 9 customer touchpoints. AI can fix the 6 you're dropping.

You pay to get customers to your door, then lose them to missed follow-up. AI can handle the six touchpoints most businesses drop.

Technical 6 min read

What happens to your data when you press 'Send' on an AI tool

Businesses send customer data to AI tools without knowing what happens during processing. The spectrum of AI privacy is wider than you think.