Sphere wins 2026 Global Recognition Award
Sphere Partners

Author

Anton Macius

Field CTO

Anton Macius is a technology and product leader with experience spanning mobility, infrastructure, AI, and enterprise software platforms. Having worked with organizations including Gett and bp pulse, Anton has led and contributed to the development of high-scale operational systems, digital products, and modernization initiatives across multiple industries. Today, he focuses on building practical, automation-driven platforms in areas such as AI, public infrastructure, property operations, and intelligent workflow systems. Anton is passionate about combining strong engineering foundations with real-world operational impact, helping organizations simplify complexity and scale technology effectively.

26 posts by this author

Compiled Is Not Done: Why "It Ran" Is Not "It Works" for AI

Compiled Is Not Done: Why "It Ran" Is Not "It Works" for AI

The most dangerous word in AI development is 'done.' A system that treats 'it produced an output' as success will confidently ship things that don't work. Verifying the outcome — not the activity — is what closes the gap.

Read the article
No-Code, Still Governed: Composing an Enterprise Agent Without Losing Control

No-Code, Still Governed: Composing an Enterprise Agent Without Losing Control

No-code AI builders make it easy to ship an agent and easy to ship an ungoverned one. The interesting problem is letting non-engineers compose agents while every governance control still applies.

Read the article
Eval-Gated Publishing: No Agent Ships Until It Passes Its Goldens

Eval-Gated Publishing: No Agent Ships Until It Passes Its Goldens

In the AI Factory, an agent can't be published until it passes evaluation against a set of known-good questions at a configured threshold. Correctness becomes a deploy gate, not a dashboard you check later.

Read the article
Institutional Memory AI for Manufacturing: Capturing Engineering and Operations Knowledge

Institutional Memory AI for Manufacturing: Capturing Engineering and Operations Knowledge

Most of a manufacturer's load-bearing operating context lives with the senior engineer, the plant manager, and the technician who knows what broke last time — not in the ERP. Institutional memory AI indexes the equipment manuals, drawings, CMMS / EAM / QMS records, and decision trails that already encode it, with multimodal retrieval over the PDF, diagram, and photographic corpus.

Read the article
RAG for Regulated Industries: Healthcare, Financial Services, and Legal

RAG for Regulated Industries: Healthcare, Financial Services, and Legal

Most RAG guides assume every enterprise is the same. For a hospital, a bank, or a law firm, the hard part isn't retrieval — it's the compliance overlay on top of it. Here's what actually changes under HIPAA, SEC/FINRA, and legal privilege, and the common thread — a tamper-evident audit trail and human-in-the-loop review — that runs through all three.

Read the article
Permission-Aware RAG: Why Your AI Must Forget What the User Can't See

Permission-Aware RAG: Why Your AI Must Forget What the User Can't See

The fastest way to turn a helpful AI assistant into a data breach is to let it retrieve without checking permissions. If your assistant reads every document and then answers everyone, it will eventually tell someone something they were never allowed to see. Permission-aware retrieval closes that gap: an answer can only ever be built from sources the person asking is already entitled to open.

Read the article
Data Exfiltration Through AI: The Quiet Channel Nobody Watches

Data Exfiltration Through AI: The Quiet Channel Nobody Watches

Security teams spend years locking down email, USB ports, and file transfers, then connect an AI assistant to their most sensitive systems and forget it's a channel too. Every prompt is an outbound message, and an outbound message can carry data out. AI-assisted exfiltration is quiet precisely because it rides inside traffic that looks like ordinary use.

Read the article
Content Policy as Code: Turning an Acceptable-Use Policy into Enforcement

Content Policy as Code: Turning an Acceptable-Use Policy into Enforcement

Most organizations have an AI acceptable-use policy. Almost none can show that it's enforced, because the policy lives in a document and the AI traffic lives on the wire, and the two never meet. Content policy as code closes that gap: the rules become runtime checks applied to every call, with a record that they ran.

Read the article
What a Hash-Chained AI Ledger Actually Proves to a Regulator

What a Hash-Chained AI Ledger Actually Proves to a Regulator

A hash-chained AI ledger is an append-only record where each entry is cryptographically linked to the one before it — so any change to history is detectable. To a regulator, that proves three things a pile of logs cannot: that a record exists, that it hasn't been altered, and that a specific decision happened exactly as shown.

Read the article
Guardrails That Do Not Cost You Latency

Guardrails That Do Not Cost You Latency

A guardrail that adds noticeable delay to every response gets turned off — quietly, by an engineer under pressure to make the product feel fast. The only guardrails that survive production are the ones cheap enough to run on every call without anyone noticing.

Read the article
Stopping Secret Leakage: Keeping API Keys Out of Prompts and Completions

Stopping Secret Leakage: Keeping API Keys Out of Prompts and Completions

A pasted stack trace, a hardcoded password, a model that echoes back a credential it retrieved — secret leakage is common and costly, and one of the most reliably catchable patterns in AI traffic.

Read the article
Jailbreak Defense That Survives the Next Clever Prompt

Jailbreak Defense That Survives the Next Clever Prompt

Jailbreaks evolve constantly, but they share recognizable shapes. Defending against them with another model is a losing arms race; defending against their structure is not. Here's how to build jailbreak defense that lasts.

Read the article
Red-Teaming Your Own AI: An Enterprise Playbook

Red-Teaming Your Own AI: An Enterprise Playbook

You don't know whether your AI assistant is safe until you've tried to break it. Red-teaming turns that from a one-off exercise into a standing practice — adversarial tests run before and after every change, with the results on the record.

Read the article
Indirect Prompt Injection: The Document That Attacks Your Assistant

Indirect Prompt Injection: The Document That Attacks Your Assistant

The most dangerous prompt injection doesn't come from the user — it hides in a document your AI retrieves. Indirect injection turns your own knowledge base into an attack surface. Here's how it works and how to neutralize it.

Read the article
Redacting PII at the Wire: Before the Prompt Ever Leaves Your Boundary

Redacting PII at the Wire: Before the Prompt Ever Leaves Your Boundary

The safest place to remove personal data from an AI prompt is before it crosses your boundary. Redaction at the wire masks PII inbound and outbound as a runtime step, so the model gets the context it needs without the identifiers it doesn't.

Read the article
The 6 Attack Classes Every Enterprise LLM Faces

The 6 Attack Classes Every Enterprise LLM Faces

Enterprise AI faces a small, well-defined set of attacks on the wire: prompt injection, jailbreaks, data exfiltration, PII leakage, secret leakage, and unsafe tool calls. Here's what each looks like, and where it's caught.

Read the article
Why an AI Firewall Has to Be Deterministic, Not Another Model

Why an AI Firewall Has to Be Deterministic, Not Another Model

An AI firewall inspects every prompt and completion crossing your boundary. For regulated enterprise AI it has to be deterministic — rule-based, repeatable, and auditable — not a second model guessing.

Read the article
Compiled Is Not Done.

Compiled Is Not Done.

The most dangerous word in autonomous software is “done.” A system that rewards activity ships nothing that works.

Read the article
Nobody Assigned This Work.

Nobody Assigned This Work.

No sprint board. No manager. The work runs hot where it matters and cools where it doesn't — and the workers follow the heat.

Read the article
Drop a Spec. Ship a Feature.

Drop a Spec. Ship a Feature.

The backlog used to be a queue of work waiting for engineers. Now it’s a queue of specifications waiting for a signature.

Read the article
The Organizational Memory Problem: Why Fast-Growing Companies Lose Their Institutional Knowledge

The Organizational Memory Problem: Why Fast-Growing Companies Lose Their Institutional Knowledge

As an enterprise scales, the total amount it knows rises with headcount — but the share any one person can access falls. This article introduces the Knowledge Dilution Curve, names the four inflection points that concentrate knowledge risk, and explains how a Company Brain closes the gap before it becomes an operating problem.

Read the article
Enterprise RAG Implementation: The 8-Phase Deployment Playbook

Enterprise RAG Implementation: The 8-Phase Deployment Playbook

An 8-phase project playbook for enterprise RAG — from use-case scoping and data audit through security review and production monitoring — based on Sphere's AI Foundry delivery path.

Read the article
RAG vs. Fine-Tuning: The Enterprise Decision Framework (2026)

RAG vs. Fine-Tuning: The Enterprise Decision Framework (2026)

An 8-criteria decision framework for choosing between RAG and fine-tuning for enterprise AI — with a real financial-services call-through.

Read the article
Compliance as Runtime — Sphere Quarterly · Issue 03

Compliance as Runtime — Sphere Quarterly · Issue 03

The audit binder is dead. The ledger is the binder. A field guide to making compliance a property of the runtime — every read, write, and AI decision signed by default — by the team that ships the reference implementation.

Read the article
The Self-Rewriting Site — Sphere Quarterly · Issue 02

The Self-Rewriting Site — Sphere Quarterly · Issue 02

One URL. Every visitor sees a different page. The memory belongs to them. A field guide to browser-resident engrams, declared visitor intent, and pages composed at view-time by the team that ships the reference implementation.

Read the article
Agent-Ready Sites — Sphere Quarterly · Issue 01

Agent-Ready Sites — Sphere Quarterly · Issue 01

Your site has an API for humans (HTML). In 2026 it needs one for agents (MCP). A field guide to building marketing sites that LLM agents can actually call, by the team that ships the reference implementation.

Read the article