05 — LOCAL AI

The serious game of opening the box

The local-AI work grew because ordinary problems kept returning.

Audio needed transcription. The Master archive was becoming too large to navigate manually. Research needed continuity across long runs. Different tasks needed different engines. Cloud conversations could be extraordinarily capable and still forget part of the history the next task depended on.

Alongside those needs was curiosity. Antonio wanted to understand more of what happened below the interface: what ran where, what survived a restart, what could remain local, what belonged to a model and what belonged to the environment around it.

The laptop slowly became a workshop.

Whisper, OpenVINO, Ollama, llama.cpp, Python, PowerShell, virtual environments, different models, ports, crashes, folders and scripts accumulated through use rather than through one master plan. Between March and June, transcription work moved from specialised Whisper batches toward OpenVINO pipelines that could process much larger audiovisual corpora. The Master archive gave the technical work enough scale to make transcription, retrieval and provenance practical problems rather than hobbies.

Eventually the question shifted from can the model run? to what is the model allowed to change?

OCEANIC became one answer. The deterministic layer passed its structural tests. The runtime worked. Some outputs were complete and plausible.

Their meaning did not hold together.

The gate stopped them before they entered the evidence ledger.

Later designs grew around failures like that: protected corridors, rollback, clearer separation between engine state and work state, explicit human review and recovery after crashes or restarts.

Other models entered the workshop for the same reason. Claude, Gemini and different local engines were useful partly because their weaknesses were different. The point was not to ask several AIs and let the majority win. Difference could be used to expose assumptions that a single system had made invisible.

There was also pleasure in making the machinery useful.

On 11 August, an eleven-minute YouTube video needed to become a shorter Italian video. Download tools, ffmpeg, OpenVINO, timestamps, environments and editing procedures were already in place. Twenty-one minutes after the initial link, the finished MP4 existed.

The file itself was unremarkable.

What mattered was the accumulated ground beneath it: enough tools, continuity and understanding that a new problem did not begin again from zero.

That is the local-AI direction in its most concrete form. Open the box far enough to become less helpless in front of it — and remain able to stop the machine when fluency exceeds trust.