Before You Build With AI, Make Your Knowledge Usable
Jul 28
/
Mathias Vermehren
Artificial intelligence can read documents, generate reports, and support business decisions. But reliable AI depends on more than selecting a model or platform. Companies must make their knowledge clear enough for people and technology to understand which information is current, what it means, who owns it, and what a correct result looks like.
The T5 Cycle provides a practical way to build this foundation one useful workflow at a time. It helps a company understand the work, organize the relevant knowledge, create a focused improvement, test it in practice, and use what was learned to guide the next step.
T5 does not replace AI strategy, data science, software development, or risk-management methods. It acts as connective tissue between the business problem and those specialist methods. This allows also smaller companies to prepare for AI gradually while creating useful, company-owned results along the way.
How companies can prepare for AI one valuable step at a time
The Most Urgent AI Question Is Not About Technology
Preparing for AI starts before choosing a platform or model. The most urgent AI question is not about technology, but whether the company’s work and knowledge are clear enough for AI to support them reliably.
Read more...
Artificial intelligence is advancing quickly. Companies are under pressure to choose platforms, launch pilot projects, connect internal documents, and automate work.
But the most urgent question is not:
Which AI tool should we buy?
It is:
Can our company explain its work clearly enough for an AI system to support it?
Most companies already have large amounts of data and knowledge. They have procedures, reports, spreadsheets, drawings, databases, project files, software, and experienced people.
The problem is that these resources may not work together.
Important information may exist in several versions. Departments may use different names for the same thing. A spreadsheet may contain rules that are not documented elsewhere. A procedure may describe the normal case, while important exceptions are understood through experience but may not be written down.
An AI model may be able to read these files. That does not mean it can determine which information is current, which source should take priority, when an exception applies, who owns the information, or what a reliable result should look like.
An early demonstration may still look impressive. AWS describes a common gap between proving that generative AI can work and turning it into a dependable system that creates measurable business value.[1]
The technology may generate an answer. The company knowledge behind that answer may not yet be ready for dependable use.
The Real AI Urgency Is a Knowledge Urgency
If the technology can produce an answer but the knowledge behind it is not dependable, the real AI urgency becomes a knowledge urgency. Getting important company knowledge into better shape now can make future AI work easier and more useful.
Read more...
AI platforms will change. But the company will still need to know:
what its information means;
where approved information is stored;
who owns and maintains it;
how different sources relate;
and what a correct result looks like.
Microsoft’s AI adoption guidance recommends inventorying data assets and assessing their sources, formats, quality, accessibility, skills, and readiness.[2]
Delaying this work does not remove it. It moves the same work into every future AI project.
Each project must then find documents, resolve conflicting terms, identify owners, and define success. Different teams may create separate sources, definitions, and rules instead of a reusable foundation.
The answer is not a large program to clean everything before AI can be used.
The practical answer is to improve the knowledge behind one valuable workflow at a time.
AI Can Read Information. That Is Not the Same as Understanding the Business.
Improving knowledge one useful area at a time starts with an important distinction: AI can read information, but that does not mean it understands the business behind it. It still needs help knowing what is current, approved, and relevant.
Read more...
Modern AI can work with documents, images, tables, audio, and video. A company does not need to convert every file into a database before AI can use it.
But reading information and understanding its business meaning are different problems.
An AI system may not know:
which of three similar procedures is approved;
whether an old project note still applies;
whether two departments use different terms for the same equipment;
whether an instruction is a requirement or a recommendation;
or whether a rule applies to one location or the entire company.
This problem is especially visible in retrieval-augmented generation, commonly called RAG.
A RAG system searches company documents for information related to a question. It then gives the selected information to an AI model so the model can prepare an answer.
AWS explains that document-based AI works better when source information is clearly organized, consistently written, and supported by enough context.[3]
In simple terms, the AI may find a relevant paragraph and still use the wrong one.
A search system can find similar text. It cannot decide which version the company approves. Better instructions cannot repair information that is missing, unclear, or contradictory.
AI can work with unstructured information.
Reliable business AI still needs clear meaning.
What Does It Mean to Make Knowledge Usable?
If reliable AI needs clear meaning, the next question is what does it mean to make knowledge usable? It means making the important information clear enough that people and AI can understand what it means, which sources matter, who owns them, and what a good result looks like.
Read more...
Making knowledge usable does not always require a large database, a knowledge graph, or a company-wide transformation.
It means making enough of the following clear:
Purpose: What work is the information meant to support?
Meaning: What do important terms and classifications mean?
Authority: Which source should be used when sources disagree?
Ownership: Who reviews and maintains the information?
Relationships: How do documents, decisions, people, and systems connect?
Evaluation: Which examples and expected results can test the system?
This may be expressed through a shared glossary, an approved-source register, document classifications, process models, example questions, expected answers, and simple ownership rules.
These resources help people immediately. They also give future AI systems clearer information to find, interpret, and apply.
T5 Does Not Require Perfect Information Before Work Can Begin
Making knowledge usable does not mean everything must be cleaned up first. T5 does not require perfect information before work can begin; it lets the company improve one useful area at a time while AI can already help with parts of the work.
Read more...
T5 is not a program for delaying AI until every document is perfect.
AI can be used during a T5 engagement to:
compare and consolidate information;
identify possible conflicts;
summarize source material;
prepare draft reports;
organize requirements;
generate test questions;
and support prototype or tool development.
People still provide the business context. They review important results, resolve unclear information, and decide what should become an approved company resource.
The goal is to use AI inside a controlled improvement cycle.
Each cycle makes the work clearer, improves the knowledge behind it, and creates a stronger foundation for future tools.
How T5 Fits With Existing AI Methods
Once a clearer foundation is being built, the next question is how T5 fits with the established methods companies may use for AI. T5 does not replace them. It helps prepare the business problem, workflow, and knowledge first, so later specialist work can begin from a clearer starting point.
Read more...
T5 is not intended to replace established AI strategy, data-science, software-delivery, operational, or risk-management methods.
The sections below explain their general purpose. Detailed implementation belongs with specialists.
A well-run AI program may already include many T5-like activities. T5 does not claim those methods are incomplete or that our process is automatically better.
Its narrower role is to clarify the business problem, workflow, information, and expected result before and during a larger project.
AI Strategy and Adoption Frameworks
AI strategy frameworks help leaders identify opportunities, assess readiness, set priorities, choose suitable technologies, and plan how AI should be introduced.
One example is Microsoft’s Cloud Adoption Framework for AI. Its strategy guidance begins with business problems, develops them into use cases, and then considers data, skills, cost, and technology choices.[4]
A strategy may identify an opportunity such as a company knowledge assistant or automated document creation.
The company must still decide:
Which documents should the assistant trust?
How is the work actually performed?
Who approves the result?
How will success be tested?
What this means is: An AI strategy helps decide where the company may want to invest. Before committing to a large program, a focused T5 Cycle can be the first investment: clarify one opportunity, organize the knowledge behind it, and produce evidence for the next decision.
CRISP-DM and Data-Science Lifecycles
CRISP-DM organizes data-mining work into business understanding, data understanding, data preparation, modeling, evaluation, and deployment.[5] Microsoft’s Team Data Science Process provides a related structure.[6]
These methods already recognize that teams must understand the problem and prepare the data.
T5 does not claim otherwise.
T5 can begin earlier, when the company is not yet sure whether it has a data-science problem.
The immediate issue may be:
an unclear workflow;
conflicting definitions;
weak documents;
missing ownership;
or important experience that has not yet been written down or shared.
What this means is: Data-science methods help specialists build a model once the company knows what it wants to predict and has suitable data. T5 can help confirm whether that starting point exists before a larger technical effort begins.
Agile Delivery and AI Pilots
Agile delivery emphasizes smaller increments, user collaboration, early results, and learning from change.[7] These principles fit AI projects well.
A well-run AI pilot may already include careful discovery, data preparation, testing, documentation, and a useful prototype.
T5 does not claim that pilots are only demonstrations or that a T5 prototype is automatically better.
The difference is not the prototype.
T5 can begin before a pilot, prepare it, or accompany it. It makes the workflow, knowledge, ownership, and success criteria useful results in their own right.
Those results remain valuable if:
another team builds the final solution;
the technology changes;
the pilot takes a different direction;
or the company decides not to continue with AI.
What this means is: Agile and pilots help teams build and learn in small steps. T5 prepares the ground and helps the company retain clearer knowledge and reusable resources whatever happens to the pilot.
MLOps and LLMOps
MLOps and LLMOps are practices for managing AI systems as they are developed and operated.
They address testing, deployment, monitoring, updates, and ongoing evaluation.
Google’s MLOps guidance explains that model development is only one part of a working system. Data collection, verification, configuration, deployment, and monitoring are also required.[8]
These practices do not decide:
what a specification means;
who owns a procedure;
which business rule should take priority;
or what experienced employees have learned from real work but may not be written down.
What this means is: MLOps and LLMOps help specialist teams build and operate an AI system. T5 helps prepare the business knowledge, sources, examples, ownership, and expected results those teams need. It does not replace them.
AI Risk-Management Frameworks
AI risk-management frameworks help companies identify and manage AI risks.
The NIST AI Risk Management Framework is a leading example. It organizes the work around four functions:
T5 can support this work in a focused area by helping make owners, use boundaries, expected results, test cases, human-review points, and feedback needs visible.
What this means is: A risk framework explains what must be governed and controlled. T5 can turn those expectations into practical questions and resources for one workflow. It does not replace legal, cybersecurity, compliance, or specialist risk advice.
T5 Is the Connective Tissue
Those specialist methods each address an important part of the AI journey. T5 acts as the connective tissue by keeping the work, the people who understand it, the company knowledge, the expected result, and the technology connected as the initiative develops.
Read more...
T5 is not more technically complete than AI strategy, CRISP-DM, Agile, MLOps, LLMOps, or the NIST framework.
Those methods contain specialist practices that T5 does not attempt to replace.
T5 acts as the connective tissue between:
the work that needs to improve;
the people who understand it;
the knowledge they use;
the documents and systems that contain it;
the result the company needs;
and the technology selected to support it.
We bring visibility and structure to the smaller parts and prepare them for larger methods, whether those methods are applied now, later, or not at all.
An AI strategy can identify an opportunity.
T5 can define the work and prepare its knowledge.
A data-science lifecycle can develop a model.
Agile can organize implementation.
MLOps can operate the system.
A risk framework can guide governance.
T5 helps ensure that all of these activities begin with a shared and company-owned understanding of the problem.
A Practical First Investment
If T5 helps create that shared foundation, the company does not need to begin with a large AI program. A practical first investment can be one focused T5 Cycle that clarifies an opportunity, creates something useful, and provides better evidence for deciding what to do next.
Read more...
For a small or mid-sized company, the first AI investment does not need to be a large platform or consulting team.
The first investment can be clarity.
A focused T5 engagement can help the company:
select one repeated area worth improving;
understand how the work is currently performed;
identify important sources and knowledge gaps;
organize enough information for a useful next step;
create or accompany a focused prototype where appropriate;
test the result with real users;
and decide what should happen next.
This creates value before the company commits to a larger program.
It also gives future specialists a clearer starting point.
Our Role Is Focused by Design
A focused first investment also calls for the right level of support. Our role is focused by design: we help clarify, prepare, and move the work forward, while internal teams or specialist providers can take on larger implementation needs when they become necessary.
Read more...
T5 is designed for focused advisory and improvement engagements.
We do not claim to replace an enterprise AI team or deliver every part of a company-wide transformation, production platform, cybersecurity program, data-science program, or compliance framework.
Our role is to act as a strategic catalyst.
We help a smaller company move forward one step at a time. In a larger initiative, we can work beside internal teams and specialist providers by:
clarifying the need;
organizing the relevant knowledge;
shaping a practical first result;
supporting testing;
and capturing what is learned.
A T5 engagement may produce:
a clearer model;
a structured report;
improved source material;
a focused prototype;
a test approach;
practical training;
or a better definition of the work another specialist should perform.
This focused role helps avoid paying for a large solution before the problem is clear or expecting one advisor to provide every enterprise capability.
How the Five T5 Steps Support an AI Project
Within that focused role, the five T5 steps provide a practical way to support an AI project: understand the work, make the knowledge clear, create something useful, test it in real work, and decide what should improve next.
Read more...
Understand the current work, the people involved, the required result, the information being used, and where repeated effort or uncertainty appears.
Create a shared view through resources such as a process map, glossary, source hierarchy, information model, example questions, or acceptance criteria.
Microsoft’s RAG guidance recommends defining the business area, reviewing available content, and gathering realistic questions the content should answer.[10]
Create something useful: improved documents, a searchable knowledge source, an AI-supported report, a focused prototype, training, or a conventional tool.
Check the result against real work, including normal situations, difficult cases, missing information, conflicting sources, and cases requiring human review.
OpenAI’s model-optimization guidance emphasizes evaluation with representative inputs and improving the system from measured results.[11]
Capture what was learned and decide what should change next.
The answer may be better information, clearer terminology, improved instructions, a changed workflow, or another technical approach.
An AI problem is not always a model problem.
A Practical Example
The five steps become easier to understand when applied to a practical example. A technical knowledge assistant shows how the real challenge may be less about connecting an AI tool and more about preparing the company knowledge behind it.
Read more...
Consider a smaller manufacturer that wants an AI assistant for technical and maintenance questions.
It already has manuals, procedures, maintenance records, spreadsheets, project files, and experienced technicians.
The apparent solution seems simple:
Upload the documents, connect an AI model, and provide a chat interface.
Then real questions expose uncertainty.
The system may find an old manual, overlook a machine-specific exception, combine procedures that should remain separate, or miss a warning inside a drawing.
A focused T5 Cycle would not attempt to organize the entire company at once.
It could begin with one valuable group of questions. It would identify the people, sources, exceptions, and expected results involved. It would create a shared view of approved information and terminology.
It could then prepare or help create a focused solution, test it with experienced employees, and capture what was learned.
Even if another specialist builds the final assistant, the company keeps:
better-organized knowledge;
clearer ownership;
improved source material;
shared terminology;
and realistic test questions.
The investment remains useful when the tool, model, provider, or project plan changes.
Prepare for AI While Creating Value Today
If the knowledge and lessons remain useful even when the tool, provider, or project direction changes, there is no need to wait for a large AI program. A company can prepare for AI while creating value today, one useful area at a time.
Read more...
A company does not need a large AI program today. But it should begin making important knowledge more usable.
Start with one repeated area where people:
search for information;
compare documents;
recreate reports;
ask experienced people the same questions again and again;
or make decisions from scattered sources.
Then apply one focused T5 Cycle:
Trace the work.
Translate the knowledge.
Transform it into a useful result.
Test it in real conditions.
Tune it using what was learned.
The result may be an AI-supported tool.
It may also be a clearer process, an improved knowledge source, focused training, a reusable model, or a simpler improvement that should come before AI.
Either result creates value and prepares the company for what comes next.
The goal is not to place an intelligent interface over unclear work. It is to combine useful technology with knowledge the company understands, maintains, and owns.
We can prepare and accompany a company on its AI journey, one focused step at a time, while creating useful results along the way.
The most useful questions are:
Have we made our knowledge clear enough for AI to support the work?
What is the smallest valuable step we can take now?
You do not need to have the AI solution defined before you contact us. Start by describing where knowledge, information, decisions, or repeated work become unclear, disconnected, difficult to maintain, or risky.
Training can give a team a shared foundation, close knowledge gaps during a project, or preserve what was learned for future employees and projects.
Typical deliverables may include:
A self-paced online course
A live or hybrid team-training program
A role-based learning path
Practical exercises and guided laboratories
An internal workshop or knowledge-transfer session
Training guides, examples, and reference materials
Explore how our courses and training options turn process-industry experience into skills people can apply at work.
Procedures and Methods
Make important work easier to repeat
Clear procedures and methods make routine work easier to repeat and reduce the need for experienced people to answer the same questions again and again.
Typical deliverables may include:
A documented technical or project workflow
A standard operating or engineering procedure
A review and approval method
A clear handoff process between teams
A decision or quality checklist
Defined responsibilities, ownership, and update rules
See how T5 can turn repeated tasks and decisions into a clearer way of working that the team can reuse.
Models and Specifications
Create a shared view before implementation
Models and customer-owned requirements make complex work easier to understand, discuss, review, and test before significant time and money are committed.
Typical deliverables may include:
Process, workflow, or information models
Sequence and control diagrams
Customer-owned requirements and review criteria
Structured requirements
Current-state and future-state views
Responsibility and dependency maps
See how a T5 engagement can turn knowledge from different people and disciplines into a clear, shared project foundation.
Templates and Libraries
Reuse good work instead of recreating it
Templates and libraries capture useful structure, decisions, examples, and proven content so future work can begin from a stronger starting point.
Typical deliverables may include:
Reusable specification and report templates
Standard project document sets
Calculation or estimating workbooks
Engineering and software libraries
Test scripts and review checklists
Organized knowledge and reference libraries
See how reusable project resources can improve consistency and carry learning from one project into the next.
Practical Tools
Use the right tool for a clearly defined need
A practical tool can remove repeated manual effort, reduce errors, or make important information easier to use. T5 does not assume that a new tool is always the answer.
Typical deliverables may include:
A small internal application
A calculation, estimation, or comparison tool
A document or report generator
A workflow prototype or proof of concept
A data-checking or validation tool
An improvement to an existing spreadsheet, platform, or application
See how T5 compares the available options and helps identify the improvement that creates useful value now without becoming another isolated solution.
About the Challenge Review
What should be easier at work?
Tell us about one recurring part of your work that takes more time or preparation than expected.
We use your answers to:
understand the challenge and what already helps;
identify whether there is a useful place to start;
prepare your short Challenge Review Report.
We use the information you provide only for this review and related communication.
What to expect:
A simple questionnaire that takes about five minutes
Start with the challenge, not the solution
No technical specification or project plan required
If there appears to be a useful fit, we may invite you to a short conversation about a possible next step
No obligation to buy anything or continue beyond the review
You decide whether to continue beyond the review.
Login or sign up to start learningLogin to start learning