Glossary / Data & Knowledge

Data

Information a system can read, store, compare, or use to make a decision.

Updated July 2, 2026

In AI work, data isn’t just rows in a spreadsheet. It’s emails, transcripts, client notes, PDFs, call recordings, and the messy trail of how work actually happens.

Think about a client file on your desk: some is neat (the signed agreement, the invoice) and some is messy (handwritten notes, call summaries, a transcribed voicemail). It’s all information, but some pieces are easier to use. The system can only work with what it can access and read: if it’s trapped in someone’s head, it isn’t usable data yet; put it in a transcript, a note, or a database, and the system has something to work from. You can start with raw material. A model can read a messy transcript, pull out themes, and turn it into structured data or find patterns in email threads. Messy data still costs you, though: if the source is incomplete, stale, or scattered across six places, the model will struggle.

How it shows up

When we say AI integration is really data engineering, this is what we mean. Where does the information live? Who can access it? Is it in a database, a shared drive, a CRM, or an inbox? In a RAG system, data becomes source material the model retrieves before answering; in an agent workflow, it’s the input the agent needs to do real work.

Why you care

The practical move: make the important work visible. Record the call, save the note, put the file where the system can find it, name the source clearly. AI can’t help with work it can’t see. Data is how the work becomes visible.