18/05/2026
4 levels of AI and Data adoption
Level 0 - You use AI through chat (ChatGPT, Claude, Gemini, Grok) to ask something, basically using it like google. You ask some info and you use that info to do a task. For example, a real estate agent from Cebu will ask Claude to suggest content to attract buyers, then the real estate agent will create content based on Claude's suggestion.
Level 1 - You use AI to make stuff for you, but there is still a lot of human in the loop. For example, a Civil Engineer can ask Grok to create a weekly progress report in Powerpoint, based on the pictures, reported progress from subcons, minutes of meeting etc. The CE will still need to refine its output through iteration
Level 2 - You give AI an end to end task, from research, planning, and creating. For example, an accountant can ask Codex to create invoices for this week. Codex AI then will pull data from a CRM (Salesforce, Hubspot), apply the necessary filters. Structure the data using a data pipeline (python or SQL, no more excel files) to create different API payloads, then upload those data to an accounting software (Quickbooks, Xero, Netsuite) and call an API to create invoices based on uploaded data. After all that, the accountant will still review everything, once done, let AI send all the invoices.
Level 3 - You use multiple AI agents in parallel. For example, a software engineer will create a mobile app using Spec Driven Development principle, then let claude code create the app using the written spec. One agent will start building the infrastructure, one agent will research competitors with similar concept, one agent will start conceptualizing the UI.