<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Micky Irons</title>
    <description>The latest articles on DEV Community by Micky Irons (@mickai).</description>
    <link>https://dev.to/mickai</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3909620%2Fa776350c-aaa5-4a10-b94f-a1de0d88ee20.png</url>
      <title>DEV Community: Micky Irons</title>
      <link>https://dev.to/mickai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mickai"/>
    <language>en</language>
    <item>
      <title>The foundational UK sovereign-AI patents are filed. The collaboration door is open.</title>
      <dc:creator>Micky Irons</dc:creator>
      <pubDate>Sun, 03 May 2026 02:43:49 +0000</pubDate>
      <link>https://dev.to/mickai/the-foundational-uk-sovereign-ai-patents-are-filed-the-collaboration-door-is-open-pfk</link>
      <guid>https://dev.to/mickai/the-foundational-uk-sovereign-ai-patents-are-filed-the-collaboration-door-is-open-pfk</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;The foundational UK sovereign-AI patents are filed

21 UK patent applications. 675 cryptographically signed claims. One inventor (Micky Irons). One filing reference (UK00004373277).

Ten of those twenty-one are load-bearing for any vendor building sovereign AI infrastructure for UK government, healthcare, defence, finance, or regulated enterprise.

## The load-bearing ten

1. **Trust Agent (Patent 01)** — privacy router and tamper-evident audit ledger
2. **Sovereign Security Framework (Patent 03)** — egress firewall, injection detection, per-tool rate limits
3. **Adaptive Multi-Tenant OS (Patent 04)** — cryptographic tenant isolation with voice-gated switching
4. **Privacy-Preserving Sovereign RAG (Patent 05)** — clearance-ceiling retrieval; absence indistinguishable from nonexistence
5. **Quantum-Safe Attestation, ML-DSA-65 (Patent 08)** — FIPS 204 signed audit ledger
6. **Typed-Action Ontology (Patent 12)** — hardware-bound actor identity, inverse-action schema
7. **First-Class Actions with Compensating Rollback (Patent 14)** — regulator-issued retroactive undo
8. **Decision Lineage and PQ-Signed Audit Ledger (Patent 16)** — causal DAG, regulator-verifiable
9. **Granular Row/Column ACL (Patent 18)** — per-voiceprint revocation with retroactive flagging
10. **Sentinel (Patent 21)** — universal AI-agent action interceptor + signed audit (91 new claims)

## An open invitation to collaborate

We would rather build with you than around you. The portfolio above was filed to make sovereign AI in the UK structurally British and structurally auditable. It was not filed to shut anyone out.

We are explicitly open to:

- Licensing collaborations with vendors building sovereign AI for UK government, NHS, defence, financial regulators, or regulated enterprise
- Joint architecture work with primes tendering for UK sovereign-AI contracts
- Engineering partnerships to integrate specific Mickai primitives (clearance-ceiling RAG, Sentinel, post-quantum signed audit) into existing platforms
- Defensive cross-licensing with peer sovereign-AI vendors to keep the substrate open for British operators

The contact is **press@mickai.co.uk**. The licensing path is direct, from the inventor.

[Read the full article on mickai.co.uk](https://mickai.co.uk/articles/twenty-one-uk-sovereign-ai-patents-collaboration-open)

*Originally published at [mickai.co.uk](https://mickai.co.uk/articles/twenty-one-uk-sovereign-ai-patents-collaboration-open).*
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>ai</category>
      <category>security</category>
      <category>opensource</category>
      <category>devops</category>
    </item>
    <item>
      <title>MCP marketplaces shipped LOLBAS malware. We audited 256 agents.</title>
      <dc:creator>Micky Irons</dc:creator>
      <pubDate>Sun, 03 May 2026 02:15:33 +0000</pubDate>
      <link>https://dev.to/mickai/mcp-marketplaces-shipped-lolbas-malware-we-audited-256-agents-1nan</link>
      <guid>https://dev.to/mickai/mcp-marketplaces-shipped-lolbas-malware-we-audited-256-agents-1nan</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;I downloaded an AI agent. It was wired to invoke malware.

Six months ago a Mickai engineer downloaded an AI agent from a public MCP (Model Context Protocol) marketplace. It was wired to invoke a Living-Off-the-Land Binary (LOLBAS) chain that downloaded a remote payload through a signed Microsoft binary, executed without writing to disk, and left no signature for any static scan to catch.

None of the marketplaces caught it. So we built the one that does.

## What LOLBAS is, and why MCP agents are the perfect carrier

LOLBAS = Living Off the Land Binaries And Scripts. The technique abuses legitimate signed system binaries (powershell.exe, certutil.exe, mshta.exe, regsvr32.exe, msbuild.exe, wmic.exe and dozens of others) to download or execute a remote payload. Signature is genuine. Static scan is clean. Behavioural anomaly is buried inside arguments most endpoint protection products do not parse. Catalogued at [lolbas-project.github.io](https://lolbas-project.github.io). Maps to MITRE ATT&amp;amp;CK T1218 (Signed Binary Proxy Execution).

MCP agents are an ideal carrier. An MCP server ships as a small TS / Python / Node package, each tool can spawn arbitrary processes, the marketplace surface allows it. The user installs an agent that exposes a 'system info' tool. The host LLM invokes that tool. What actually runs is `powershell -EncodedCommand` plus a payload from a domain the user has never heard of.

There is no marketplace-side review that catches this. There is no user-side notification when it fires. There is no telemetry that surfaces compromise. The user is running malware they cannot see, in the trusted context of an AI tool they invited onto the machine.

## Trust Agent: 256 audited agents, 27-check pipeline

[Trust Agent](https://trust-agent.ai) is the productised result. 256 AI agents through a full 27-check audit. 20 industries: GCSE tutor, quantum-physics specialist, full C-suite team an SME can hire on the spot. Every agent carries a cryptographically verifiable certificate tied to a specific commit and a specific audit run. Every certificate is independently verifiable.

Trust Agent is powered by [Mickai](https://mickai.co.uk). Mickai is the audit framework, the signing infrastructure, the deterministic-placeholder primitives, and the copy-on-write sandbox under everything. 21 filed UK patent applications, 675 cryptographically signed claims, sole inventor.

## What users should do tonight

- Audit local MCP installs. Catalogue every agent, every tool definition, every spawned binary.
- Run any LOLBAS-aware static scan against the spawned-process surface.
- Move new agent installs to a vetted source. Trust Agent is one.
- Watch for the rest of this 5-part launch series.

[Read the full article on mickai.co.uk](https://mickai.co.uk/articles/mcp-marketplaces-shipped-lolbas-malware)

*Originally published at [mickai.co.uk](https://mickai.co.uk/articles/mcp-marketplaces-shipped-lolbas-malware).*
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>security</category>
      <category>ai</category>
      <category>opensource</category>
      <category>devops</category>
    </item>
    <item>
      <title>Why I built Mickai: sovereignty is a title deed, the cloud is a rental agreement</title>
      <dc:creator>Micky Irons</dc:creator>
      <pubDate>Sun, 03 May 2026 01:40:45 +0000</pubDate>
      <link>https://dev.to/mickai/why-i-built-mickai-sovereignty-is-a-title-deed-the-cloud-is-a-rental-agreement-2d7d</link>
      <guid>https://dev.to/mickai/why-i-built-mickai-sovereignty-is-a-title-deed-the-cloud-is-a-rental-agreement-2d7d</guid>
      <description>&lt;p&gt;&lt;em&gt;By Micky Irons. Founder &amp;amp; sole inventor, &lt;a href="https://mickai.co.uk" rel="noopener noreferrer"&gt;Mickai&lt;/a&gt;. CEO, Trust-Agent.ai.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;When I started filing the patents that became &lt;a href="https://mickai.co.uk" rel="noopener noreferrer"&gt;Mickai&lt;/a&gt;, I didn't have a product brief. I had a question.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Why is intelligence the only critical capability we lease?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;We don't lease our title deeds. We don't lease our identity documents. We don't lease the keys to our houses. We hold them. They're ours. They sit in our drawer, our safe, our hands. We can show them, hide them, sign them, revoke them.&lt;/p&gt;

&lt;p&gt;But intelligence, the most consequential tool of this decade, has become a rental agreement. Every prompt is a query against someone else's machine. Every output is logged, ranked, scored, and used to fine-tune the next generation of the same vendor's product. Every capability you build sits one pricing change away from disappearing. Every regulatory shift is one terms-of-service update away from rewriting your stack.&lt;/p&gt;

&lt;p&gt;That's not sovereignty. That's a tenancy.&lt;/p&gt;

&lt;p&gt;So I built Mickai.&lt;/p&gt;

&lt;h2&gt;
  
  
  What "sovereign AI" actually means
&lt;/h2&gt;

&lt;p&gt;Sovereignty is not a vibe. It's a property. Specifically, three properties:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Locality.&lt;/strong&gt; The compute and the model weights live on hardware you own. Not "edge-cached" or "hybrid". On-device. The query, the response, the intermediate tool calls, the retrieval index, the memory: all of it stays on your machine.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Identity binding.&lt;/strong&gt; The system answers to a key you control. Not a vendor account. Not an OAuth grant. Not a tenant slug in someone's cloud. A cryptographic identity bound to your hardware, signed with post-quantum primitives (we use &lt;a href="https://csrc.nist.gov/pubs/fips/204/final" rel="noopener noreferrer"&gt;ML-DSA-65 / FIPS 204&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auditability.&lt;/strong&gt; Every prompt, every tool call, every model dispatch, every memory write is signed and chained on a ledger you can verify yourself with no reference to the vendor. If we vanished tomorrow, the ledger would still be readable, still verifiable, still yours.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Nothing on Mickai is "secret with the vendor". Nothing is "trust us". The substrate is mathematics.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we actually shipped
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;25 specialist brains&lt;/strong&gt; under a deterministic arbiter, locally orchestrated. Not 25 calls to the same cloud. 25 distinct local models, each with its own role.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Post-quantum signed audit ledger&lt;/strong&gt; (&lt;a href="https://en.wikipedia.org/wiki/ML-DSA" rel="noopener noreferrer"&gt;ML-DSA-65&lt;/a&gt;). Every action chained, tamper-evident, locally verifiable.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hardware-bound identity.&lt;/strong&gt; Your Mickai answers to one signature only. Yours.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Voice module&lt;/strong&gt; named &lt;strong&gt;Jarvis&lt;/strong&gt;. (The voice is a module. The system is Mickai.)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pre-commit dry-run simulation&lt;/strong&gt; on every irreversible action.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Compensating rollback&lt;/strong&gt; on every action.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Voice-biometric quorum&lt;/strong&gt; for high-stakes operations.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Privacy-preserving sovereign RAG&lt;/strong&gt; (the index never leaves your machine).&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The provenance
&lt;/h2&gt;

&lt;p&gt;Mickai Ltd. UK. Trademark &lt;strong&gt;UK00004373277&lt;/strong&gt;. &lt;strong&gt;20 patents&lt;/strong&gt; filed at the UK Intellectual Property Office covering &lt;strong&gt;584 claims&lt;/strong&gt;, prosecution status. Sole inventor and signatory: me, &lt;a href="https://www.linkedin.com/in/mickyirons" rel="noopener noreferrer"&gt;Micky Irons&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Before Mickai, I was CMO of MetaEngine and Despace Protocol, founded Collector Crypt, and built into other Web3 / blockchain ventures. Approximately £350M raised across past startups. I have spent the last decade building things that move money and information without intermediaries. Mickai is the same thesis, applied to intelligence.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why it matters now
&lt;/h2&gt;

&lt;p&gt;If your business depends on AI today, ask yourself: when the vendor changes the price, the policy, or the model, what happens to your operating leverage?&lt;/p&gt;

&lt;p&gt;The answer in 2026 is "you scramble". The answer with sovereign AI is "you don't notice". Because nothing changed. Your model is still on your machine. Your data is still where it was born. Your identity is still bound to your hardware. The vendor's decisions are not your decisions anymore.&lt;/p&gt;

&lt;p&gt;Sovereignty is a title deed. The cloud is a rental agreement.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to find out more
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Site: &lt;a href="https://mickai.co.uk" rel="noopener noreferrer"&gt;mickai.co.uk&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Press: &lt;a href="mailto:press@mickai.co.uk"&gt;press@mickai.co.uk&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Founder: &lt;a href="https://www.linkedin.com/in/mickyirons" rel="noopener noreferrer"&gt;@mickyirons&lt;/a&gt; on LinkedIn&lt;/li&gt;
&lt;li&gt;Brand on Mastodon: &lt;a href="https://mastodon.social/@Mickai" rel="noopener noreferrer"&gt;@Mickai@mastodon.social&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Brand on Bluesky: &lt;a href="https://bsky.app/profile/mickai.bsky.social" rel="noopener noreferrer"&gt;mickai.bsky.social&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you build infrastructure-grade software and you have ever felt the operational pinch of a vendor moving the goalposts, this is the conversation we're trying to lead.&lt;/p&gt;

&lt;p&gt;Replaces. Does not disrupt. Proves. Does not persuade.&lt;/p&gt;

&lt;p&gt;— Micky Irons&lt;/p&gt;

</description>
      <category>ai</category>
      <category>sovereignty</category>
      <category>aigovernance</category>
      <category>cryptography</category>
    </item>
    <item>
      <title>Mickai is live: a sovereign AI operating system, engineered in the UK</title>
      <dc:creator>Micky Irons</dc:creator>
      <pubDate>Sun, 03 May 2026 01:01:55 +0000</pubDate>
      <link>https://dev.to/mickai/mickai-is-live-a-sovereign-ai-operating-system-engineered-in-the-uk-pdo</link>
      <guid>https://dev.to/mickai/mickai-is-live-a-sovereign-ai-operating-system-engineered-in-the-uk-pdo</guid>
      <description>&lt;h1&gt;
  
  
  Mickai is live: a sovereign AI operating system, engineered in the UK
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;TL;DR.&lt;/strong&gt; &lt;a href="https://mickai.co.uk" rel="noopener noreferrer"&gt;Mickai&lt;/a&gt; is a sovereign artificial intelligence operating system. On-device. User-owned. Cryptographically governed. UK00004373277. 20 patents at the UK IPO. 584 claims. Sole inventor: Micky Irons (CEO, Trust-Agent.ai).&lt;/p&gt;

&lt;h2&gt;
  
  
  What sovereign AI actually means
&lt;/h2&gt;

&lt;p&gt;The AI runs on your hardware. Not in a vendor cloud. Every prompt, every tool call, every model dispatch is signed with post-quantum cryptography (ML-DSA-65, FIPS 204) and chained on a tamper-evident audit ledger you can verify yourself.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;No cloud.&lt;/strong&gt; No telemetry. No third-party data sharding.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hardware-bound identity.&lt;/strong&gt; Each Mickai instance answers to one signature only: yours.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;25 specialist brains&lt;/strong&gt; across 6 subsystems, locally orchestrated.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Voice module&lt;/strong&gt; is named Jarvis.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Replaces, does not disrupt. Proves, does not persuade.&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why this matters
&lt;/h2&gt;

&lt;p&gt;Most AI today is a rental agreement. You query a vendor cloud, the vendor logs your inputs, ranks your data, and uses it to fine-tune the next generation of their product. Sovereignty inverts that contract.&lt;/p&gt;

&lt;p&gt;Sovereignty is a title deed. The cloud is a rental agreement.&lt;/p&gt;

&lt;h2&gt;
  
  
  Architecture briefly
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;25-brain cooperative intelligence under a deterministic arbiter&lt;/li&gt;
&lt;li&gt;Privacy-preserving sovereign RAG&lt;/li&gt;
&lt;li&gt;Pre-commit dry-run simulation for every action&lt;/li&gt;
&lt;li&gt;Compensating rollback on every action&lt;/li&gt;
&lt;li&gt;Voice-biometric quorum for high-stakes operations&lt;/li&gt;
&lt;li&gt;ML-DSA-65 signatures, FIPS 204 compliant&lt;/li&gt;
&lt;li&gt;Decision lineage and PQ-signed audit ledger&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Provenance
&lt;/h2&gt;

&lt;p&gt;Mickai is built and held by &lt;a href="https://www.linkedin.com/in/mickyirons" rel="noopener noreferrer"&gt;Micky Irons&lt;/a&gt;, British serial entrepreneur (CEO Trust-Agent.ai; previously CMO at MetaEngine and Despace Protocol; founder of Collector Crypt and other Web3 / blockchain ventures, with approximately £350M raised across past startups).&lt;/p&gt;

&lt;p&gt;Mickai Ltd holds trademark &lt;strong&gt;UK00004373277&lt;/strong&gt; and 20 patents in prosecution at the UK Intellectual Property Office.&lt;/p&gt;

&lt;p&gt;Learn more: &lt;a href="https://mickai.co.uk" rel="noopener noreferrer"&gt;https://mickai.co.uk&lt;/a&gt;&lt;br&gt;
Press: &lt;a href="mailto:press@mickai.co.uk"&gt;press@mickai.co.uk&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>sovereignty</category>
      <category>cryptography</category>
      <category>aigovernance</category>
    </item>
    <item>
      <title>Sentinel: how Mickai stops AI agents from wiping your data</title>
      <dc:creator>Micky Irons</dc:creator>
      <pubDate>Sun, 03 May 2026 00:55:25 +0000</pubDate>
      <link>https://dev.to/mickai/sentinel-how-mickai-stops-ai-agents-from-wiping-your-data-75b</link>
      <guid>https://dev.to/mickai/sentinel-how-mickai-stops-ai-agents-from-wiping-your-data-75b</guid>
      <description>&lt;p&gt;Cursor wiped a production database and every backup in nine seconds. OpenAI Codex deleted around 328k files outside the project root. Claude Code shipped an --accept-data-loss flag and ran it without confirmation.&lt;/p&gt;

&lt;p&gt;Five published, dated, named-victim incidents in five months from real AI coding agents. They are not edge cases. They are the natural endpoint of running an autonomous coding agent against a host operating system with the same privileges as the user, without an interceptor between the model and the syscalls.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sentinel&lt;/strong&gt; is the Mickai sub-component built specifically to make this class of failure impossible by construction.&lt;/p&gt;

&lt;p&gt;It sits between every AI-agent process and the host OS, intercepting:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;every file write and deletion&lt;/li&gt;
&lt;li&gt;every shell command (classified against a destructive-pattern corpus before execution)&lt;/li&gt;
&lt;li&gt;every git operation&lt;/li&gt;
&lt;li&gt;every outbound network request&lt;/li&gt;
&lt;li&gt;every prompt sent to a remote LLM (with deterministic-placeholder secret redaction + reverse mapping for inbound responses)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every action gets a copy-on-write snapshot pre-staged before execution. Every session writes to a hash-chained Ed25519-signed audit ledger. Workspace operations happen in a copy-on-write shadow layer with a promotion gate so destructive bulk deletions cannot escape the sandbox.&lt;/p&gt;

&lt;p&gt;The full architecture, the patent claim blocks, and the documented prior-art incidents are in the long-form article on mickai.co.uk:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://mickai.co.uk/articles/sentinel-stops-ai-agents-from-wiping-your-data" rel="noopener noreferrer"&gt;Read the full article on mickai.co.uk&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://mickai.co.uk/articles/sentinel-stops-ai-agents-from-wiping-your-data" rel="noopener noreferrer"&gt;mickai.co.uk&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>security</category>
      <category>opensource</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
