mindpool.io
why local AI
mindpool@local:~$ ./why --local

Rent intelligence, or own it

The fastest way to build with AI today is to rent it from a handful of providers. The most durable way is to own the stack you build on — the model, where it runs, and the data it sees. This is the case for learning to do the second one.

$ diff rent vs own

Learn what lasts, not one rented interface

A provider's interface changes; the layers underneath it don't. Learn those layers and you can swap any one of them — the model, the hardware, the data — without rebuilding your product, or your career.

what you rent
One closed interface

A single provider owns the model behind the wall. When they reprice it, restrict it, deprecate it, or go down, your product moves with them. You learned their surface — not the craft underneath.

implementation · rented · churns
what you own
  • 01Select a modelChoose open weights you can read, pin, and keep.
  • 02Serve itRun inference on hardware you control.
  • 03Ground it in your dataRetrieval over a private corpus — nothing leaves.
  • 04Evaluate itMeasure quality with your own harness, not a vendor's claims.
  • 05Deploy itShip behind an interface you own end to end.
architecture · owned · durable
› every layer is a module
$ cat ./what-changes

Three things you stop outsourcing

Cost

Renting means paying per use, forever, at a price someone else sets. When you run your own capacity, the math changes: routine work runs on hardware you've already paid for, and you spend on premium models only where it counts. Knowing which job needs which is a skill — and that is what this curriculum teaches.

› read the thesis
Continuity

A provider can reprice, restrict, or retire the model without notice. What runs on hardware you control can't be switched off, deprecated, or held hostage to a contract.

› read the thesis
Sovereignty

Your data and prompts stay on machines you own — nothing leaves to be logged, trained on, or subpoenaed. Privacy stops being a policy you hope for and becomes a property of the system.

› read the thesis
$ cat ./the-thesis
the long-form case
“Rent the edge. Own the core.”

Three forces, three essays, one argument: why the cost of what you run, whether it keeps running, and who gets to see your data all point the same way — toward owning the parts that matter. The Cost, Continuity, and Sovereignty cards above each open a full essay.

read all three theses
$ ls ./who-this-is-for
why learn it

Become the architect orgs are hiring for

Organizations need people who can keep them independent of any one provider — in control of cost, continuity, and the data they hand over. That skill is durable and portable. You can build it here.

browse the curriculum
why teach it

An AI program built on what lasts

Most programs teach a vendor's surface. This one teaches the durable layers underneath. Labs run locally and reproducibly — no per-seat API budget, no student data leaving the classroom, and students keep working offline and own everything they build.

see the university program

Own the stack you build on

Start by running your first local model, end as the architect who isn't locked in.