1 /

The Constraint
Just Broke

Every business you've ever run was built around the limits of human time. That assumption is gone.

Ashkaan Hassan · We Solve Problems · EO Los Angeles

Think About What Actually Stops You

You want every lead answered in five minutes. You can't staff that.

You want the numbers reviewed every Monday. Someone has to build it.

You want the follow-up done. Someone has to remember.

You want to enter a new market. Who's going to run it?

It was never the ambition. It was the capacity.

Intelligence Was Scarce

There are only so many hours in a week. Only so many people who are genuinely good at the work.

And the good ones are expensive, already busy, and eventually leave.

So every plan you've ever written was shaped by that scarcity. You didn't design around what you wanted. You designed around what you could staff.

That Premise Just Broke

Competent thinking is now something you buy by the unit. It doesn't sleep, doesn't quit, and gets cheaper every quarter.

The question stopped being

“Who do I hire to do this?”

“What should own this?”

Almost nobody has rebuilt their company around that yet.

What I Run My Company On

I run an IT firm with 25 clients and 6 people. For the past year I've been building the system I'm about to show you, and running the company on it.

78

automations running

59

connected systems

65

run on a schedule

226

projects finished

It runs my company and my house. None of this is a demo.

Four Things That Decide Whether It Works

The model is not the hard part

Switching models changes almost nothing. What it knows about your business changes everything. Most people optimize the wrong one.

If it isn't written down, it doesn't exist

Whatever lives only in your head is invisible to the system. The work isn't prompting. The work is getting your business onto the page.

Tasks are the small win

Automating one task saves an hour a week. Handing over a whole function saves a role. Stop at the first and you'll conclude it wasn't worth it.

Corrections have to stick

If a fix doesn't become a rule, you give the same correction forever. Build the place corrections live before you build anything else.

Three Levels

L1
A chatbot answers a question
You ask, it responds, you do the work.
L2
An agent completes a task
It does the thing end to end. You still decide what the thing is.
L3
An AI workforce owns a function
You set the outcome. It figures out the tasks, does them, and reports back.

Most people live at Level 1. Level 3 is where the constraint actually lifts.

What a Workforce Actually Is

Not one clever AI. A set of systems that hold together the way a good team does.

Memory

Last time is still there.

Feedback

It sees what its work produced.

Learning

Corrections become rules.

Coordination

Handoffs skip you.

Delivery

It lands. Not a draft.

Then it loops

Next cycle starts smarter.

That loop is the whole difference. A function you own gets better on its own.

Part I

Building Your
AI's Brain

The six pieces of an AI operating system

Piece 1

Instruction Files

Your AI behaves the same way every time — your way.

Think of it as an employee handbook. It covers how you communicate, what tools to use, what rules to follow, and what's off limits.

You write it once. Every conversation after that follows your rules.

# My AI Instructions
Be concise, not verbose
Technical depth is welcome
Never send emails without my approval
Use sub-agents for research
End every session with a journal entry
Commit and push all changes

What Goes in an Instruction File

Your Voice

Output matches your tone — direct, concise, technically deep. No more editing AI drafts to sound like you.

Your Team

The AI delegates research, bulk edits, and scheduled tasks to specialist agents. It manages them like you'd manage a team.

Your Workflow

Every session follows the same lifecycle: load context, do the work, log what happened, save everything. Automatically.

Your Safety Net

The AI never sends emails without approval, never exposes credentials, never takes an action you haven't authorized.

Different AI agents can get different instruction files — a research agent gets different rules than your primary agent.

Pro tip

The Context Router

The AI always has exactly the right information for what you're doing — without you asking for it.

Writing an email? It already loaded your email templates. Talking about a client? It already pulled their profile.

It never loads everything at once. It stays fast and focused by only pulling what the moment requires.

# When this happens → load this
Writing emails → email templates
Building apps → dev style guide
Project work → project index
Person mentioned → their profile
Using an API → API docs
Handling credentials → security rules
# Only loads what's needed, when needed
Piece 2

Your Rules & Preferences

Everything comes out in your voice — on the first draft, every time.

Your email style, code conventions, presentation format, communication tone — captured once, applied forever.

No more editing AI output to sound like you. It already does.

Email Templates
How to structure proposals, follow-ups, cold outreach
Code Conventions
Naming, structure, testing standards
LinkedIn Voice
Tone, topics, formatting for posts
Behavioral Rules
Guardrails, safety policies, deploy procedures
Piece 3

Your Domain Knowledge

The AI knows your world — your people, your numbers, your goals. It never asks "what do you do?"

👥
People
Team, clients, contacts, family
📈
Business
KPIs, processes, strategy
💰
Finance
Budget, tax, investments
🎯
Goals
Quarterly targets, milestones

Mention a person — the AI knows them. Discuss finances — it has your budget. Context shows up automatically.

Piece 4

Your Automations

Work happens while you sleep. Reports generate, systems get monitored, content gets drafted — all on a schedule.

The AI understands each automation and can modify, debug, and extend them on its own.

I have dozens of automations running right now — from news digests to financial reports to health tracking.

# Example automations
Morning news digest (daily 7 AM)
Weekly business scorecard (Mon midnight)
Security assessments (per client)
Goal tracking dashboard (every 15 min)
LinkedIn content publisher
System health monitoring (24/7)
Piece 5

Your Integrations

Your AI talks to all your tools — pulling data, pushing updates, and orchestrating across systems you already use.

Google Workspace
QuickBooks
1Password
Cloudflare
Todoist
Home Assistant
Autotask
NinjaOne
Hudu
Strety
Monarch
LinkedIn
TRMNL
Zoom
Notion

Your AI becomes the nervous system tying all your tools together.

Piece 6

Long-Term Memory

"What did we decide about the pricing model?" Six months later, the AI knows.

Every initiative is tracked as a project with status and next steps. Every session ends with a journal entry logging decisions and changes.

The AI's memory gets better over time — not worse.

Projects

Each initiative gets a folder with status, description, and next steps. The AI updates these as work progresses.

Journal

Daily session logs capture every decision, change, and lesson. Searchable forever. Every session compounds on the last.

The Complete Picture

Instruction Files

Consistent behavior, every time

Rules & Style

Everything in your voice

Domain Knowledge

It knows your world

Automations

Work happens while you sleep

Integrations

All your tools, connected

Long-Term Memory

It remembers everything

All plain text. All in one folder. All version-controlled.

No database. No proprietary format. No vendor lock-in.

Part II

Your AI Team

One orchestrator, multiple specialists

The Delegation Chain

Your primary AI doesn't do everything itself. It delegates to specialists — just like you manage a team.

Primary Agent (Claude)
Plans, coordinates, writes, journals — the "manager"
Research Agent
Web research, video summaries, fact-checking
Code Agent
Bulk edits, file changes, code generation
Workflow Engine
Scheduled jobs, monitoring, alerts

Each specialist has its own instruction file. The primary agent only receives a summary back — keeping it fast.

A Typical AI Session

01
You start a conversation — AI loads your preferences and rules automatically
02
You describe the task — AI loads only the context it needs (router)
03
AI does the work — delegates to specialists, calls your integrations
04
You review and approve — human in the loop for anything that matters
05
AI journals the session — logs decisions, changes, and what's next
06
Everything is saved — version-controlled, searchable, permanent

Every session builds on every session before it. That's the compounding effect.

Part III

“Show Me the Money

What this system produces in practice

Weekly Scorecard — Zero Data Entry

BEFORE

Every Monday, 45 minutes pulling ticket data, calculating KPIs, typing numbers into a spreadsheet.

AFTER

Ticket system → AI computes KPIs → pushes to scorecard. Every Monday at midnight. Zero human effort.

0
minutes per week
was 45 min

Morning Briefing

Every day at 7:00 AM, an email lands in my inbox:

Curated news digest (filtered for relevance)
Today's calendar at a glance
Task priorities for the day
Weather and commute info
7:00
Every. Single. Day.

I didn't ask for it. It just shows up.

Self-Healing Automation

Dozens of automations running 24/7. When something fails:

01

A monitoring system catches it immediately

02

AI diagnoses the root cause

03

Applies the fix automatically

04

Notifies me only if it can't self-resolve

Most failures are fixed before I even notice.

The Real ROI

Weekly scorecard
45 min/week0 min
Security assessments
hours/clientminutes
Morning briefing
15 min/day0 min
Content production
hours/piecereview only

This isn't incremental improvement. This is a step change.

And it compounds — every automation you build frees time to build the next one.

Part IV

Your Turn

How to start building this for yourself

Start This Week

1
Write your instruction file (30 minutes)

Tell the AI who you are, how you communicate, and what rules to follow. Save it where your AI can read it.

2
Add your business context

Start small: your team, your key clients, your quarterly goals. Even a few files make a massive difference.

3
Have a contextual conversation

Ask your AI something about your business. Watch the difference when it actually knows you.

Where Are You Today?

L1

“Hey ChatGPT, help me write this email.”

L2

You hand over a task and it comes back done.

L3

You hand over a function and stop thinking about it.

Getting to Level 2 takes an afternoon. Level 3 is the project after that.

Want a Head Start?

I open-sourced the framework behind everything in this talk. It's called Contextium.

Pre-built folder structure
Integration connectors for popular tools
Sample automations to learn from
Works with Claude, Gemini, Cursor, Copilot

Apache 2.0. Free forever. You own everything.

terminal
$ curl -sSL contextium.ai/install | bash

One command. Five minutes. You're at Level 2.

Q & A

Open floor

Thank You

Ashkaan Hassan

We Solve Problems · wesolve.tech · EO Los Angeles

contextium.ai — open source, free forever