TheDinarian
News • Business • Investing & Finance
Rilide: A New Malicious Browser Extension for Stealing Cryptocurrencies
April 14, 2023
post photo preview

(Dinarian Note: Whenever possible, ALWAYS go directly to the source versus clicking on an email link or google ad. Note: When searching on Google, the first 3 or 4 results are ads, do NOT use those. Also, ALWAYS double-triple check your pasted wallet address when withdrawing funds and ALWAYS use a VPN and Antivirus-Malware program, especially when you own crypto. Having cold storage is great, but when sending-recieving funds you are vunerable. Question everything, even if it seems legit.)

Trustwave SpiderLabs uncovered a new strain of malware that it dubbed Rilide, which targets Chromium-based browsers such as Google Chrome, Microsoft Edge, Brave, and Opera.

Rilide malware is disguised as a legitimate Google Drive extension and enables threat actors to carry out a broad spectrum of malicious activities, including monitoring browsing history, taking screenshots, and injecting malicious scripts to withdraw funds from various cryptocurrency exchanges.

Rilide is not the first malware SpiderLabs has observed using malicious browser extensions. Where this malware differs is it has the effective and rarely used ability to utilize forged dialogs to deceive users into revealing their two-factor authentication (2FA) and then withdraw cryptocurrencies in the background. During our investigation into Rilide’s origins, we uncovered similar browser extensions being advertised for sale. Additionally, we found that part of its source code was recently leaked on an underground forum due to a payment dispute.

Malicious Campaigns Leading to Rilide Stealer Extension

SpiderLabs uncovered two malicious campaigns leading to the installation of the Rilide extension.

Figure 1. Infection Chains Leading to the Execution of the Rilide Extension

Campaign 1: Ekipa RAT Installing Rilide Stealer

One of the Rilide samples identified by Trustwave SpiderLabs was distributed through a malicious Microsoft Publisher file. This file is part of Ekipa RAT, a Remote Access Trojan (RAT), designed for targeted attacks and often sold on underground forums.

We previously described Ekipa RAT in one of our blogs. It is important to note that Microsoft Publisher was not affected by Microsoft's decision to block macros from executing files downloaded from the Internet. As a result, when a user attempted to open a Publisher file, they would receive a warning but could still enable the execution of malicious content by clicking the ‘Enable Macros’ button. On 14 February 2023, Microsoft issued an update that resolved the Publisher security flaw. With the implementation of the ‘Mark of the Web’ feature on the .pub file, users are now left with only one option, ‘Disable Macros,’ which should have been the case all along.

Any association between the threat actors behind Ekipa RAT and those using the Rilide infostealer remains unclear. However, it is probable that Ekipa RAT was tested as a means of distribution for Rilide, before finally switching to Aurora stealer.

Figure 2. Publisher’s macro and Document_Open procedure executing remote Excel Workbook

Three tasks were configured on the C2 server:

  1. Download payload from hxxps://nch-software[.]info/1/2[.]exe to %temp% directory as.txt
  2. Change downloaded file’s extension to .exe
  3. Execute the payload.

File 2.exe is a Rust-based loader, responsible for installing the Rilide extension for Chromium-based browsers.

Campaign 2: Aurora Stealer Abusing Google Ads

Aurora is a Go-based stealer, which was initially spotted being advertised in April 2022 as a Malware-as-a-Service (MaaS) on Russian-speaking underground forums. The malware is designed to target data from multiple web browsers, cryptocurrency wallets, and local systems.

Recently, the threat actors behind Aurora have been observed abusing the Google Ads platform to spread the malware. According to a report published by Cyble, campaigns mimicking legitimate Team Viewer installers have been utilized to deploy Aurora. As reported by @1ZRR4H and @malwrhunterteam, Aurora was also spread via another campaign that imitated an NVIDIA Drivers installer. A downloaded sample was packed with Themida, a well-known commercial protector for executables. We used the UnpacMe service to unpack the sample.

Figure 3. Aurora campaign imitating the NVIDIA Drivers installer as shown in 1ZRR4H’s Twitter post

Restoring Function Names

The Aurora Stealer sample was stripped of debugging symbols, thus making the analysis harder. Since Go binaries are statically linked, which means that all the necessary libraries are included in the compiled binary, the number of potential functions to analyze is large. However, the original function names can be restored from the pclntab structure, as described in the CUJOAI Senior Threat Researcher Dorka Palotay’s post. Using the go_func.py script for Ghidra we were able to restore the functions names.

How an Aurora Module Downloaded Rilide Stealer

One of the eight grabbing modules, configured in the analyzed sample, contained a base64 encoded blob of data storing the URL for the Rilide Rust-based loader. The payload, hosted on Discord CDN, was saved to the %temp% directory with filename <10-alpahnumeric-characters>.exe and executed via start-process PowerShell cmdlet.

Figure 4. Part of Aurora Stealer routine downloading and executing Rilide loader

The Common Link Between Two Campaigns

The Rilide Rust-based loader samples analyzed as part of the Aurora campaign were packed with a VMProtect commercial packer. After unpacking the samples and analyzing strings contained in the binary, we found multiple references to Windows paths in the C:\Users\ilide\ directory. The same username was observed in the PDB Path of the Rilide sample obtained from the Ekipa RAT campaign.

Figure 5. The same username in a path found in Rilide Rust-based loaders samples from both campaigns.

Rilide Stealer Extension Targeting Chromium-Based Browsers

Rilide leverages a Rust loader used to install the extension if a Chromium-based browser is detected. Rilide mimics benign Google Drive Extensions and abuses several built-in chrome functionalities. The loader modifies LNK shortcut files opening targeted browsers, so that they are executed with parameter --load-extension pointing to the dropped malicious Rilide extension.

Figure 6. Rilide Stealer extension mimicking Google Drive and looking at its manifest revealing the configured permissions

Rilide’s background script attaches a listener to the tabs.onActivated and webRequest.onHeadersReceived events and removes the Content Security Policy (CSP) directive for all requests. This allows the extension to perform an XSS attack and load external resources that would otherwise be blocked by the CSP. The app script adds another listener to the DOMContentLoaded event and retrieves a list of targeted domains from the C2. If the current domain matches any of the listed targets, designated scripts are injected into the webpage.

Figure 7. Configuration list indicating targets such as email services and cryptocurrency exchanges.

Additionally, the background script carries out regular checks on the browsing history and exfiltrates URLs that are matched against the targeted domain list. Moreover, it is capable of capturing and exfiltrating screenshots of the currently active tabs on demand.

Figure 8. Rilide Stealer Execution Flow and Functionalities

Automatic Cryptocurrency Withdrawal

Rilide’s crypto exchange scripts support automatic withdrawal function. While the withdrawal request is made in the background, the user is presented with forged device authentication dialog in order to obtain 2FA. Email confirmations are also replaced on the fly if the user enters the mailbox using the same web browser. The withdrawal request email is replaced with a device authorization request tricking the user into providing the authorization code.

Figure 9. Withdrawal Requests replaced with Authorize New Device emails in Gmail mailbox

Figure 10. Content of the original and forged email. The verification code was extracted from the original message body.

We found no substantial variations in the code between the samples dropped by Ekipa RAT and used in the Aurora Stealer campaign. Both campaigns utilized a Rust dropper, and the functionalities of the browser plugins are nearly the same.

Figure 11. Code differences between Rilide Stealer plugin samples, both using the same C2 server

Rilide Stealer Origins

In the course of our research, we have encountered several stealer extensions for sale that advertised capabilities closely resembling those of the Rilide samples. However, we were unable to definitively link any of them to Rilide. One noteworthy finding was a botnet sale advertisement from an underground forum dated March 2022. Although the advertised functionalities matched those of Rilide, the botnet also included additional features such as a reverse proxy and ad clicker. Notably, the botnet's automatic withdrawal function supported the same exchanges observed in the Rilide samples.

Figure 12. Underground forum post advertising sale of botnet with Rilide-like capabilities

On February 27, 2023, a member of the same underground forum posted a link to the source code for the Rilide extension, reportedly due to an unresolved payment dispute. The leaked source closely resembles that used in the Aurora Stealer campaign but did not contain any of the injected scripts observed in the campaign sample.

Figure 13. Underground forum post, dated February 27, 2023, containing a link to part of the Rilide extension source code.

Notably there is one feature implemented that is missing in the later versions - swapping cryptocurrency wallet addresses in the clipboard. The list of addresses to be replaced is hard coded in the source code.

Figure 14. Clipboard hijacking routine in the analyzed sample from the forementioned forum post.

Pivoting on the Command-and-Control domain ashgrrwt[.]click hard coded in the sample, we identified additional Rilide loaders leading us to the GitHub user gulantin.

Figure 15. Github repository storing multiple Rilide loader and extension samples

Repositories created by this user contain loaders for the Rilide extension, but they are not Rust-based. The sample in the repository named ‘77’ is a .NET extension loader only for the Chrome browser, unlike the later Rust-based version that works for all Chromium-based browsers. Other loaders found in repositories 19 and 789 are based on Advanced Installer – a legitimate Windows Installer Packaging Tool for MSI installers.

Figure 16. Extension loading routine of the custom .NET loader from gulantin’s repository 77

The address contained in the domain variable that is supposed to store the C2 domain suggests that this version of a loader was still under development when submitted to GitHub.

Figure 17. Part of JavaScript configuration in the Rilide extension hosted on GitHub

Conclusions:

The Rilide stealer is a prime example of the increasing sophistication of malicious browser extensions and the dangers they pose. Disguised as a legitimate Google Drive extension, Rilide provides threat actors with the ability to carry out a wide range of malicious activities, including monitoring browsing history, capturing screenshots, and injecting malicious scripts to steal funds from cryptocurrency exchanges.

While the upcoming enforcement of manifest v3 may make it more challenging for threat actors to operate, it is unlikely to solve the issue entirely as most of the functionalities leveraged by Rilide will still be available.

Informational overload can dull our ability to interpret facts accurately and make us more vulnerable to phishing attempts. It is important to remain vigilant and skeptical when receiving unsolicited emails or messages, and to never assume that any content on the Internet is safe, even if it appears to be.

Ultimately, it is crucial to stay informed and educated about the latest cybersecurity threats and best practices to minimize the risk of falling victim to phishing attacks.

Indicators of Compromise:

Publisher File:

File name

Hash Type

Hash

Tes7777.pub

SHA256

0e31ff6406b03982581246b7dd60f3b96edcf0bd007b31766954df001fd68f69

SHA1

e049f56198c23d86e9083142bfe80042e21d4b8e

MD5

558104b26ccadec3d3eb2925113387a6


Aurora Stealer:

File name

Hash Type

Hash

PackageLauncher.exe

SHA256

e623984143e0dc6e35c79869ab1521c6714e588e8e648606496f8372ca0d8416

SHA1

b1c100d5a99ae34ccb3654c7b7f8573376a44fd9

MD5

c28a180de1f80c8c98d0904e64142bef

-

SHA256

ebd72806abd354f3162eec0991d127f993a5dde1a0c719b47087c9ee0edefeaf

SHA1

abaaa2644b1e84e8b39119988dd711572377c839

MD5

1baaeedd1a26edf4fa79ded370e3d19a

 

Rilide Loader:

File name

Hash Type

Hash

2.exe

SHA256

0f11aeecbde1f355d26c9d406dad80cb0ae8536aea31fdddaf915d4afd434f3f

SHA1

b4b918a5898463dad1c7d823e0b3f828bac15aad

MD5

0a4f321c903a7fbc59566918c12aca09

waBp.exe

SHA256

8342b134cddeaf34ce05bafa9e860dacf6cd01b85fd00147d90a350516c055e5

SHA1

25f3fb6d2dab206a5e9b2c0ef26ec6d6a56c5767

MD5

561797d7e5cf956e33735180d93be5b6

 

Rilide Extension:

File name

Hash Type

Hash

background.js

SHA256

4cc83be0fa496855d244050616ee2e86b044a9bc87bc5ca70b305986c1ba3bb8

SHA1

70167e7e5d71fba7d92796324b488c0fb9727712

MD5

766d020e902b6470d0510e5c6cfcd6e8

background.js

SHA256

55251c725e9f6f51b8db7a631b54dd85b1b59d644c3219e03ceffb0c49cd00a4

SHA1

a39d252e7927ae1adf518e6a3dd08f37e7ee7c26

MD5

d9cca3dd5bdaeb0466d52821b584602b

background.js

SHA256

1b01c3e554700e1282c7fdd2dcb54314516ee1f0c5eef3560cdbabc1ba776293

SHA1

ffebf78a9692293a23f9a477ea8a79f7f6ef5aa2

MD5

9e5f43b2dc1606e27fa0cfdfb4e363d2

app.js

SHA256

a28c623d120a76dcfeef9504eaeefabac9d33f292576ccf012fa458b8d7bc6ef

SHA1

a46586bfe22f4d84cd9174238740af275bf50c69

MD5

740606987f4d588c89d0a5b68648e31e

app.js

SHA256

8989f4244667626728c6c0083422ff714cb622c92c35a53f9cb1e9891f4528ff

SHA1

5012e783b2ee29cb40b04a10d1a40d0bfda683d9

MD5

1c54dd00bc7cc52b60ad4a46e2fb3a77

vpn.js

SHA256

170a13a7a8757336babe857804fa24b6cb20aaa9593b32546d7151f23095a510

SHA1

eafdc35b233600ef552b87e684faa3ab3396eae9

MD5

d54fa225b07298ec34be872cd4ebf4ae

manifest.json

SHA256

bb57a504e0b821552344cecb3da9ecdd0d61817264617a4917d6f5e64a1df7e5

SHA1

0cb1d9c2a3c8b776ef1e3ec1316fbf595ced7863

MD5

baee9ba0b94ea1e2b2e566fc8a615554

manifest.json

SHA256

d70e933e10e667ae7ef6e68a625c447be8aabe9b29affdad999c969bd8769003

SHA1

84db08e3dcbe40c7cbc998a77788f7303d4a2905

MD5

99dc4073f2fe91f48fd16bc65e7dcbc2

binance.js

SHA256

c8939f8d6237fcc17d486981a800b1e7e9974377de21d7e76677babe8ed536af

SHA1

f689396c73055e99a06e002c39e3a74d3d402607

MD5

2cc204564b68c5a98b1ff68d861b66c5

bitget.js

SHA256

2e310391d77022bcc708c354140319718777ca35efdfb76d6c80cb9de8c8091e

SHA1

05536aa80f8280ddc31be5c0ac3ca995f2190a0a

MD5

646b9404a29febe9f3741797b79e300c

blockchain.js

SHA256

4bbb0584eed0c082b5c43d3f259f37cf1a0b64eabb485e85090951a6566d98d4

SHA1

28ae2440c56350f65b607e4e99b67a2632db873b

MD5

253f4319673673d2bf5285558a6903df

bybit.js

SHA256

9dca66f52f31dca921fb238bd36bfc1b1a59d3e4af7b071da9bc4c6bf294e402

SHA1

61acdad59223a9eb0b392ccd085db1e49700d65

MD5

50e363409ba77b20fb6f0bce4eff7b1

coinbase.js

SHA256

4df0f18a7e05518bbe93758e751f1f462fef212cdc786c7217d50ddbda14efb5

SHA1

39f546a4ec94e63e603e3c2481fecab2b5e8a475

MD5

c1f40584e4ac391d97218ce137a63fb3

ftx.js

SHA256

ef20c929f5204b223b6e53dc406ea0bcd76d9e98c9ae4942037902883d4bb22a

SHA1

0ead1d32ce6b15c4a90373fce58d1554035cd40f

MD5

ebce63fdc8ef245f117f06ada3ba0f6d

huobi.js

SHA256

e1ad66cc0244fc075e0aabe0fd19502d4c9617829b90aa210e74be1d915275d2

SHA1

2449e4b27d778f6a4ffc00bb7b73926ac2c54e8a

MD5

4abe60d2c3506f4767e163d135f89f92

kraken.js

SHA256

a7f0fdfdfdf1ef65799fd2114bf5c1e133a8b7635b498b334553fbb64b218a05

SHA1

ec6de82efa93e59da148f4d696efcfca851e051e

MD5

b85c5659e946b5d7ad78410356288928

okx.js

SHA256

68278b40b59b1b0db2f814d2d864f0b9c2b4285f5795d22cabf60715f922989c

SHA1

415d790b54ca8e374f37fdbb00090110b823ba18

MD5

ff4e2df1a46d49862ab2a0af830a007e

gmail.js

SHA256

2f947644c7752ba014eae7971b247be60249a6088923c66ffe9886a7f5c5fe1c

SHA1

add0d61399c8c47f8ac73dc83cc83dfa31cddeca

MD5

c0e120778853f0a4865e006a07cd728a

 

Phishing Websites:

Malware

Domain

Aurora

nvidia-graphics[.]top

 

C2 Servers:

Malware

Domain

Ekipa RAT

nch-software[.]info

Aurora

45[.]15[.]156[.]210

Rilide

vceilinichego[.]ru

Rilide

ashgrrwt[.]click

 

Wallet Addresses:

Cryptocurrency

Address

BTC

bc1qkczacyp5jq29s5kaphth4asu8cv2y4u4gdgj7q

BTC

bc1qsjg8dqx6ga30h6szjd8dv2wg50ch50qrey4t7j

BTC

1KqequymujeNJuyB4gH7oJSFTB3En3Hf5n

ETH

0xDBc1330056E2F5e2FB11FB3C96dE2c44B313eA8d

LTC

LRYpzmnqBVozkbzJhTWndzYDPfjmNPyaLv

XRP

rUPTadzFN6LS662Z2d2AvNyqU1xwg2japJ

TRON

THiD8hFLiEyULVKLp3DSbBXQSbR3MQxm4X

DOGE

D5asYfjtbTtFmFkrEwqVgbJKYv9YT7Tgjh

Link

community logo
Join the TheDinarian Community
To read more articles like this, sign up and join my community today
0
What else you may like…
Videos
Podcasts
Posts
Articles
🚨 BOMBSHELL MEDICAL REPORT: Florida Launches Official Study into 77-Cent Ivermectin to Fight Stage 4 Cancer!

Florida shatters the Big Pharma consensus! The State officially launches funding for generic drug repurposing, investigating 77-cent Ivermectin for cancer treatment.

⚠️ Breaking the Big Pharma Monopoly: How the State of Florida is Investing Taxpayer Dollars into Generic Drug Repurposing to Bring Unprecedented Hope to Cancer Patients.

00:02:39
👁️ THE KILL CHAIN AUTOMATED: Palantir, the DOD, and the Age of AI Warfare 🛰️⚡

While the public debate remains focused on consumer AI chatbots, the defense-industrial complex has quietly deployed real-time artificial intelligence into operational military decision-making.

Here is what you need to know about the integration of Palantir’s AI infrastructure and military data networks:

📡 1. Shrinking the "Kill Chain"

Through platforms like Project Maven and Palantir's Artificial Intelligence Platform (AIP), military surveillance systems process massive streams of satellite imagery, drone telemetry, and signals intelligence in real time.

🔹 The Goal: Reduce target identification, processing, and decision workflows from hours to seconds.

🔹 The Reality: Data streams from edge sensors (drones, aircraft, satellites) are fused instantaneously, surfacing potential targets directly to operators with automated strike recommendations.

🛡️ 2. Sensor Fusion & The Tactical Edge

Modern operational platforms don't just log data—they deploy algorithmic model...

00:01:51
The Only Thing Stopping You, Is You...

This is why prayer, visualization and meditations can be so powerful...

You already have it...

The universe will have no option but to make it a reality ✨️

00:01:04
🚨 Chutes is being framed as a Hyperliquid-style breakout for decentralized AI inference, with live revenue, verified GPU infrastructure, and a direct challenge to centralized cloud AI 🚨

Chutes is gaining attention as a decentralized AI inference platform that claims to combine real usage, cryptographic verification, confidential computing, and open-source infrastructure into a working production system. The thesis is simple: instead of trusting Big Tech clouds with AI workloads, users get a distributed compute layer built around verification and privacy.

🔑 Key points

🔹 Chutes is live in production and reportedly scaled to more than 1,170 active GPU nodes, including large numbers of Nvidia H200s and Blackwell-class hardware.

🔹 The platform says it has processed nearly 38 trillion tokens since launch across 53 deployed applications and more than 700,000 registered users.

🔹 The team reportedly cut unprofitable usage programs, reduced total token volume, and still improved revenue efficiency, with revenue per GPU rising sharply after removing subsidized traffic.

🔹 Chutes is using post-quantum cryptography, trusted execution environments, and Nvidia confidential ...

🚨 Chutes is being framed as a Hyperliquid-style breakout for decentralized AI inference, with live revenue, verified GPU infrastructure, and a direct challenge to centralized cloud AI 🚨
🚨 JPMorgan’s criticism of the CLARITY Act is fueling a fresh power struggle over who gets to write America’s crypto rules 🚨

A new clash is emerging between legacy finance and crypto legislation after JPMorgan CEO Jamie Dimon reportedly warned that the CLARITY Act could let crypto firms offer bank-like products without bank-level oversight. The dispute is quickly turning into a larger fight over regulation, competitiveness, and who controls the future architecture of digital finance in the United States.

🔑 Key points

🔹 Jamie Dimon reportedly called the CLARITY Act a threat to the financial system, arguing it could allow crypto firms to offer yield-like products while avoiding the capital, reserve, and oversight burdens traditional banks face.

🔹 Senator Cynthia Lummis pushed back publicly, framing the issue as a global strategic race and warning that if the U.S. does not set digital asset standards, other powers will.

🔹 The core tension is whether the bill creates legitimate regulatory clarity or simply opens the door to regulatory arbitrage for crypto platforms operating outside the traditional banking...

🚨 JPMorgan’s criticism of the CLARITY Act is fueling a fresh power struggle over who gets to write America’s crypto rules 🚨
👉 Coinbase just launched an AI agent for Crypto Trading

Custom AI assistants that print money in your sleep? 🔜

The future of Crypto x AI is about to go crazy.

👉 Here’s what you need to know:

💠 'Based Agent' enables creation of custom AI agents
💠 Users set up personalized agents in < 3 minutes
💠 Equipped w/ crypto wallet and on-chain functions
💠 Capable of completing trades, swaps, and staking
💠 Integrates with Coinbase’s SDK, OpenAI, & Replit

👉 What this means for the future of Crypto:

1. Open Access: Democratized access to advanced trading
2. Automated Txns: Complex trades + streamlined on-chain activity
3. AI Dominance: Est ~80% of crypto 👉txns done by AI agents by 2025

🚨 I personally wouldn't bet against Brian Armstrong and Jesse Pollak.

👉 Coinbase just launched an AI agent for Crypto Trading
🚨Q2 webinar with Denelle Dixon (CEO STELLAR)🚨

Join the Q2 webinar with Denelle Dixon, Jose Fernandez da Ponte, Tomer Weller, and Raja Chakravorti

https://www.linkedin.com/events/7488670276189114369/

post photo preview
🌎 Schumann Resonance Today 8/2 🌍

Today's Frequency Analysis: The fundamental resonant frequency of the Earth today 7.83 Hz it remains stable around. Tomsk Space Observing System (SOS) data shows that global lightning activity is at an average level today. The low deflection in the fundamental mode SR1 indicates a healthy ionosphere-terrestrial crust interaction.

Harmonics and Amplitude: The second harmonic (SR2) shows weak activity as expected at ~14.3 Hz. Third harmonic (SR3) ~20.8 Hz normal. Amplitude values 13-14 pT in the range of, which suggests a healthy signal quality (93+%). Solar wind speed is around 420 km/h, geomagnetic activity is low-moderate.

Geomagnetic Context: Kp index today 2.0 level, calm conditions. Solar wind is within normal range, no CME activity. Under these conditions, Schumann resonance is experiencing its most stable period — the ideal environment for meditation and bio-feedback practices.

Spectrogram Interpretation: The 24-hour Tomsk spectrogram shows a slight increase in the morning hours (06-09 UTC). ...

post photo preview

Everyone expects a black swan. 🙇‍♂️

Nobody expects regulatory clarity. 😶‍🌫️

Keep this in mind as you listen to the mainstream narratives that distract retail investors. 💯

“Inflation.”

“Oil.”

“Crash.”

Recycled words meant to spread fear and signal danger.🔁

Remember, the crowd is always wrong.🎯

And that isn’t changing now. ☝️

Op: Smqkedqg

post photo preview
post photo preview
AI Is Coming for Your Job Title

Artificial intelligence may or may not take your job, but it has already broken into the human resources department and vandalized the org chart.

The evidence is all over LinkedIn, where perfectly serviceable occupations now arrive wearing titles such as “forward-deployed and agentic AI architect.” That person may be building sophisticated software. They may also be helping a chatbot remember what happened three prompts ago. Either way, somebody approved the business cards.

The expanding AI lexicon offers a useful counterpoint to the darker debate about technology and employment. Most discussion centers on how many jobs AI will eliminate. Hiring data presents a more complicated picture that includes a weak overall labor market containing a small but rapidly growing neighborhood of AI-related work.

Indeed Hiring Lab found that the number of postings on Indeed mentioning AI surged 134% from its February 2020 level by the end of 2025, even as total postings stood only 6% above that benchmark. AI appeared in a record 4.2% of Indeed postings in December.

AI, in other words, is not merely changing work. It is adding syllables to it.

The Titles Employers Actually Want

The undisputed champion is AI engineer, which ranked No. 1 on LinkedIn’s 2026 Jobs on the Rise list. The ranking, based on growth during the previous three years, also highlighted AI consultants and strategists, AI and machine-learning researchers and data annotators.

The title is popular partly because it is wonderfully accommodating. An AI engineer might build applications around large language models, connect corporate data to an AI system, improve model performance or spend Thursday afternoon persuading a customer service bot not to offer refunds for products the company doesn’t sell.

Indeed’s data showed the terminology spreading beyond Silicon Valley. Nearly 45% of data and analytics postings contained an AI-related term at the end of 2025, along with roughly 15% of marketing postings and 9% of human resources listings. A more recent Indeed analysis reported by Business Insider found that the number of frequently advertised job titles explicitly referencing AI rose from 264 in 2022 to 822 in the first quarter of 2026. Nearly two-thirds were outside traditional technology fields.

That produces titles such as AI marketing manager, AI learning specialist, responsible AI counsel and AI transformation lead. These are not always new occupations. Frequently, they are familiar jobs that have discovered a highly effective résumé keyword.

LinkedIn data cited by the World Economic Forum estimated that AI investment has supported 1.3 million positions, including AI engineers, data annotators and forward-deployed engineers, plus more than 600,000 AI-enabled data center jobs. The server racks, unlike the chatbots, still need electricians.

The Jobs With the Science-Fiction Salaries

At the upper end, AI has created a compensation market that resembles professional sports, except the competitors wear hoodies and discuss inference latency.

Syracuse University review put chief AI officer compensation between $200,000 and more than $500,000, while specialized roles can exceed $400,000 after bonuses and equity. Frontier research engineers, AI infrastructure specialists and engineers who can train or deploy advanced models command some of the largest packages.

Then there is the forward-deployed engineer, an old Palantir title that the AI boom has placed on a rocket sled. These engineers embed with customers, translating an executive’s desire to “do something with AI” into software that works. The Next Web reported that Indeed postings for the role were about 19 times higher in January than a year earlier.

CTO guide from the blog Signal Through the Noise placed forward-deployed engineer compensation between $238,000 and $700,000, research-engineering packages as high as $1.4 million and chief AI officer compensation above $1 million in some cases. It also made a less flattering observation: Many lavishly differentiated titles describe the same three basic functions. People build AI products, train models or keep the infrastructure from catching fire.

The Department of Unnecessary Titles

AI has created some genuinely new work. Evals engineers design tests to determine whether models perform reliably. AI red teamers try to make systems fail before customers do. Model behavior engineers study why an AI system responds as it does. AI governance leaders manage risks involving data, bias, security and regulation.

Other titles seem to have escaped from a brainstorming retreat.

There is the Claude Evangelist, whose mission apparently combines product education with the traditional duties of an apostle. There are vibe coders, who build software by describing what they want and accepting AI-generated code with varying degrees of supervision. “Vibe engineer” is the more respectable version, roughly equivalent to putting on a blazer before asking the machine to fix the login page.

“Context engineer” is a real discipline involving the data, instructions, memory and tools supplied to AI models. “Prompt engineer,” once advertised as a possible six-figure profession for gifted chatbot whisperers, is increasingly treated as one skill inside a broader AI role.

The CTO guide also identified “builder,” “AI-native developer,” “RAG engineer,” “agentic AI engineer” and “principal agentic GenAI forward-deployed context architect,” the last of which appears to require both technical proficiency and exceptional lung capacity.

Has AI created entirely new jobs? Absolutely. Some occupations, including AI safety, evaluation and model governance, exist because modern generative systems introduced new technical and business problems. However, many job titles are old jobs with fresh vocabulary, higher salary bands and a sudden aversion to the words “software developer.”

That may be the safest prediction about AI and employment. The machines will automate some tasks, generate others and force companies to rethink the division of labor. Before any of that is settled, however, corporate America will form a steering committee, appoint a chief agentic transformation evangelist and schedule a meeting to determine what that person does.

Source

🙏 Donations Accepted, Thank You For Your Support 🙏

If you find value in my content, consider showing your support via:

🙏 Cashapp: $thedinarian

🙏 Buy me a coffee: https://buymeacoffee.com/thedinarian

🙏 PayPal: Scan the QR code below 📲 or Click Here

🙏 Crypto Donations 👇
XRP: r9pid4yrQgs6XSFWhMZ8NkxW3gkydWNyQX
XLM: GDMJF2OCHN3NNNX4T4F6POPBTXK23GTNSNQWUMIVKESTHMQM7XDYAIZT
XDC: xdcc2C02203C4f91375889d7AfADB09E207Edf809A6

Read full Article
post photo preview
🤖 Decentralized Intelligence by Design: Unpacking the Bittensor Flywheel

In the legacy tech world, artificial intelligence is governed by corporate monopolies. Companies like OpenAI and Google scale by capturing massive capital, locking talent behind non-disclosure agreements, and building closed-source infrastructure. 🛑

Bittensor flips this paradigm completely on its head. By combining a Bitcoin-inspired tokenomic model with a permissionless, competitive architecture, Bittensor doesn't just fund AI development—it orchestrates an unstoppable digital commodity flywheel. 🌪️

Here is an analysis of how the Bittensor ($TAO$) Flywheel Effect operates, and why its economic design is quietly building the foundation for generalized, open-source intelligence.

1. ⚙️ The Core Engine: The TAO Emission Mechanism

Unlike traditional crypto projects driven by private sales or VC allocations, Bittensor enforces a strict meritocracy. There are exactly 21 million TAO tokens that will ever exist, mimicking Bitcoin’s scarcity framework. 🪙

The network’s core engine releases 7,200 TAO daily across the ecosystem. This issuance isn't handed out randomly; it is dynamically distributed to specialized mini-marketplaces known as Subnets via a game-theoretic protocol called Yuma Consensus.

2. 🔄 The Three Stages of the Flywheel

The Bittensor flywheel works because it directly aligns the local self-interest of developers, miners, validators, and capital providers with the global health of the network. 🎯

🛡️ Phase 1: High-Barrier Subnet Competition

To build on Bittensor, an entrepreneur or developer group must purchase and "burn" or lock up a significant amount of TAO to secure a Subnet slot.

  • The Filter: This entry barrier filters out noise.

  • The Result: It ensures that only teams with mature concepts and solid execution capabilities (like decentralized storage, protein folding, or LLM inference) enter the arena.

💎 Phase 2: Alpha Token Emissions & Talent Attraction

Once a subnet is live, it competes aggressively against other subnets for a slice of the daily 7,200 TAO pool. Under the Dynamic TAO framework, each subnet utilizes its own localized native token (Alpha tokens). 🧪

  • Reward: The subnets that produce the highest utility or most innovative AI products receive a larger allocation of global TAO emissions.

  • Incentive: These emissions fund the subnet's local Alpha pool, offering massive financial rewards to the best Miners (who provide the actual compute/AI models) and Validators (who verify the accuracy and value of the work).

🔒 Phase 3: The Liquidity Loop and Token Scarcity

Because Alpha tokens are inherently priced relative to TAO, external investors or users who want to stake on or utilize a specific high-performing subnet must first acquire TAO. 📈

  • As a subnet's product quality improves, demand for its Alpha token surges.

  • To buy Alpha, participants must buy and lock up TAO in decentralized liquidity pools.

  • This removes circulating TAO from the open market, reducing effective float and driving up the value of TAO.

3. 🚀 Why the Flywheel is Unstoppable

The beauty of this cycle is that it feeds itself:

Higher TAO Price ➡️ More Valuable Subnet Emissions ➡️ Attraction of Higher-Tier Talent/Compute ➡️ Superior AI Products ➡️ Increased Network Demand ➡️ Higher TAO Price📈

Traditional startups spend millions on recruitment and marketing. Bittensor bypasses this entirely: its emission schedule acts as a global bat-signal for talent. 🌍

If a miner in Eastern Europe or a data scientist in Tokyo can optimize an open-source model to solve a specific subnet's prompt better than anyone else, the network automatically and frictionlessly rewards them.

💡 The Takeaway

Bittensor is more than a blockchain; it is an economic computer designed to run incentive structures in massive parallelism. By treating machine intelligence as a digital commodity and wrapping it in a circular value flow, the Bittensor flywheel transforms raw computational energy into an emergent, open-source super-intelligence. 🧠⚡

As subnets mature from raw infrastructure into client-facing enterprise APIs, the velocity of this flywheel is poised to redefine the economics of AI forever.

I hope this was helpful ~Dinarian888♾

🙏 Donations Accepted, Thank You For Your Support 🙏

If you find value in my content, consider showing your support via:

💳 Stripe:
1) or visit http://thedinarian.locals.com/donate

💳 PayPal: 
2) Simply scan the QR code below 📲 or Click Here

🔗 Crypto Donations Graciously Accepted👇


XRP: r9pid4yrQgs6XSFWhMZ8NkxW3gkydWNyQX
XLM: GDMJF2OCHN3NNNX4T4F6POPBTXK23GTNSNQWUMIVKESTHMQM7XDYAIZT
XDC: xdcc2C02203C4f91375889d7AfADB09E207Edf809A6

Read full Article
post photo preview
🚨Japan Just Entered the AI Race with Sakana, Claiming to Beat Mythos with a Router🚨
On June 12, the US pulled Anthropic’s best model offline by export order. Ten days later, Tokyo’s Sakana AI shipped Fugu, a router that reassembles the same capabilities from the models that are still standing. Blocking intelligence created the market for routing around it.

 

At 5:21 p.m. Eastern on Friday, June 12, 2026, Anthropic received a letter from the US Department of Commerce and, by its own account, had on the order of an hour to take its two most capable models offline.

The letter was an export control directive. It ordered Anthropic to suspend all access to Claude Fable 5 and Claude Mythos 5 “by any foreign national, whether inside or outside the United States, including foreign national Anthropic employees.” Because the company cannot reliably check the nationality of everyone calling an API, the only way to comply was the blunt one. Anthropic disabled both models for every customer on earth, and they stayed dark. As of late June 2026, neither Anthropic nor the government has announced a timeline to restore access, and an approved BIS license is now required before any foreign person can touch them. This was not a chip ban. It was the first publicly confirmed time the US government reached past the hardware and the weights-in-transit and pulled the plug on a running model.

Ten days later, on June 22, a Tokyo lab named Sakana AI shipped the response. Its new product, Fugu, is not a frontier model. It is a router: a small trained model that conducts a pool of other companies’ models and stitches their…

Sandwiched between those two dates, on June 13, China’s Z.ai released GLM 5.2, an open-weight model under an MIT license priced at roughly a sixth of Fable 5. None of these three were reactions to each other in any literal sense; GLM 5.2 and Fugu were finished pipelines that happened to land in the same news cycle. But the cycle told a story the policy did not intend. Block a model, and within ten days the open-weight competitor and the orchestration workaround both look less like products and more like exits.

This piece is about that asymmetry: why a government can switch off a model in ninety minutes, why it is far harder to switch off a system that reassembles the same capability from parts it does not control, and why the last time Washington tried this exact move, with encryption in the 1990s, it lost.

What got banned, and why it was a first

Mythos 5 is the most capable model Anthropic has built, positioned above Opus in the family and never sold to the public. Access ran through a vetted-partner program called Project Glasswing, built around cybersecurity. The reason it was gated is not marketing. On a Firefox JavaScript-engine benchmark where Claude Opus 4.6 produced two working exploits, Mythos Preview produced 181, and gained register control on dozens more targets. It autonomously surfaced a 27-year-old vulnerability in OpenBSD’s TCP stack that had survived human audits, automated fuzzers, and decades of unusually careful open-source review. Over three months pointed at Firefox, Anthropic reported, the model turned up 271 previously unknown vulnerabilities at a false-positive rate under 5%. Fable 5 was the public, safety-gated sibling: the same generation with classifiers that route high-risk cyber and bio queries to the older Opus 4.8 and trip, Anthropic says, in under 5% of sessions.

Press enter or click to view image in full size
Mythos Preview’s cyber results against earlier models. Source: Anthropic, “Mythos Preview”, Apr 7 2026 (vendor-reported). License: Anthropic; confirm reuse before publishing.

 

The legal move was the structural novelty, not the capability. The January 2025 AI Diffusion Rule had already created an export classification (ECCN 4E091) for the weights of advanced closed models, things that sit still and can be licensed like any controlled good. The June 12 directive went a step past that, onto a live commercial API. Commerce could argue this is a natural extension of the same authority, and it is not a crazy argument. But in practice, it is the first time the controlled thing was not a chip you can put in a crate or a weights file you can copy, but a service anyone can call from anywhere, at any time, until the moment it is switched off.

The trigger is contested, and you should treat it that way

What actually set this off is disputed, and the accounts do not line up.

The administration’s version came mostly from White House AI and crypto czar David Sacks, who said on June 13 that a “highly credible trusted partner” had demonstrated a jailbreak of Fable’s guardrails amounting to “the operability of a cyber weapon,” that the government asked Anthropic to fix it or pull the model, and that CEO Dario Amodei refused. Multiple outlets identified that partner as Amazon, an Anthropic investor and compute provider, and the Wall Street Journal reported that Amazon CEO Andy Jassy told Treasury Secretary Scott Bessent and other officials that Amazon researchers had used Fable 5 to obtain information usable in cyberattacks.

Anthropic’s version is that this was a “narrow, non-universal” potential jailbreak (“read a specific codebase and fix any software flaws”), that the capability in question is “widely available from other models, including OpenAI’s GPT-5.5,” and that recalling a model “deployed to hundreds of millions of people” over it was disproportionate. Independent voices leaned toward Anthropic on the technical point. Katie Moussouris, CEO of Luta Security, was blunt: “I’ve seen the paper. It’s not a jailbreak.” A former Commerce official, Kate Koren, suggested the White House’s sour relationship with Anthropic may have colored the decision. Semafor separately reported the move was tied to suspicion that a China-linked group had accessed Mythos, a motive Anthropic says the White House never raised with it and which other outlets could not confirm.

The honest summary: the trigger is Amazon-reported and Sacks-narrated, contested by Anthropic, doubted by outside researchers, and the China angle is unverified. Hold it loosely.

What Sakana actually shipped

Press enter or click to view image in full size
Timeline illustration contrasting June 12 when US export control took Mythos and Fable 5 offline in 90 minutes, with June 22 when Sakana AI’s Fugu 7B router launched as the workaround, routing queries across GPT-5.5, Opus 4.8, Gemini 3.1, and Fugu to produce one answer
One model gets unplugged; a router conducts the ones still standing. (Original illustration.)

 

Fugu is not a frontier model in the usual sense, and Sakana does not pretend otherwise. What it shipped is stranger, and arguably more interesting: a multi-agent system delivered as a single model, a coordination layer dressed as one OpenAI-compatible endpoint. The complexity never reaches your code. Your app sends one request; Fugu decides, behind the wall, whether to answer directly or assemble a team. Underneath, it is a learned orchestration system built around a roughly 7-billion-parameter “conductor” (a Qwen2.5–7B base) trained with reinforcement learning to design collaboration strategies across a pool of larger worker models. Two ICLR 2026 papers sit underneath it: Trinity (arXiv 2512.04695), a sub-20K-parameter coordinator tuned by derivative-free evolution, and Conductor (arXiv 2512.04388), the RL-trained orchestrator that hands out roles. The lineage runs back to Sakana’s 2025 AB-MCTS work (arXiv 2503.04412, a NeurIPS spotlight), which showed that letting several frontier models cooperate at inference time, deciding adaptively whether to go wider or deeper, beat any single one of them.

Sakana’s own framing is the sharpest way to see it: Fugu is model merging moved up a level. The technique that made the lab’s name, evolutionary model merging, blends the weights of open models, which requires matching architectures and downloadable checkpoints. Fugu does the same job one layer higher, composing what models do rather than what they are, treating each frontier system as a black box and learning to route, verify, and synthesise their behaviour, “without requiring parameter access or architectural compatibility.” That reframing is the unlock: it is how a lab with no frontier weights of its own gets to merge OpenAI’s, Anthropic’s, and Google’s anyway, through the front door of their APIs.

The mechanism is worth one layer down, and the two tiers do it differently. Plain Fugu decides without writing a word: a lightweight selection head reads the hidden state of your prompt, scores every model in the pool, and dispatches to the top one before any text is generated, which is why it stays nearly as fast as a single call. Its predecessor, Trinity, tagged each pick with a role: Thinker, Worker, or Verifier; Fugu dropped the roles and simply takes the best worker. Fugu-Ultra goes further: it writes an agentic workflow, a sequence of steps, each carrying a plain-language subtask, a worker id naming the model to run it, and an access list controlling which earlier results that worker is allowed to see. Tune the access list, and you get a chain, a best-of-N, or a tree. The pool is swappable, GPT-5.5, Opus 4.8, Gemini 3.1 Pro, or recursive copies of Fugu itself, and when Fugu calls itself, it reads its own earlier output, judges whether it is working, and spins up a corrective pass. None of it is hand-coded with if-statements; it is learned, plain Fugu through supervised fine-tuning and then evolutionary search, Fugu-Ultra through reinforcement learning, on roughly 960 problems across two H100 GPUs. Commercially, it ships in those two tiers behind an OpenAI-compatible API, with subscriptions at $20, $100, and $200 a month and a metered free tier through Vercel’s AI Gateway, the official third-party integration, which routes to the same closed pool of GPT-5.5, Opus 4.8, and Gemini 3.1 Pro.

That difference shows up as quality. Plain Fugu, picking one model per step, can hand a coding request to GPT-5.5 to draft and to Opus 4.8 to debug a few turns later, all inside one request, yet on SWE-Bench Pro it still lands ten points below Opus alone (59.0 to 69.2): routing among models is not the same as being better than the best one. Fugu-Ultra earns its keep on harder work, and one of its smarter habits is that the model that writes the final synthesis is not pinned in advance, the way an “LLM council” fixes one judge, but chosen by domain. Its ceiling is the planning. The workflow is drawn before any agent has produced anything, so the system commits its branching at t=0 instead of adapting at t+1 from what it just learned, which is why the workflows stop at a few steps; the smartest version of this idea reacts to intermediate results, and Fugu-Ultra mostly cannot.

How does a 7B model learn any of this? In two ways, one per tier. Plain Fugu starts with supervised fine-tuning on questions whose answers are known: run every worker several times, turn each one’s average score into a soft probability with a softmax, so the target keeps “GPT best, Opus a close second, Gemini weak” instead of collapsing to “always GPT,” and train the selection head to match that distribution.

Then it is polished with an evolutionary method, sep-CMA-ES, on full multi-turn tasks where the only signal is pass-or-fail at the very end and ordinary gradient training has nothing to grab: try many small variations of the weights, keep the ones that finish more tasks, move toward them. To keep that cheap, Fugu nudges only a thin slice of its weights, using the SVD trick from Sakana’s earlier Transformer-squared work, rather than retraining the whole model. Fugu-Ultra is trained by reinforcement learning instead (GRPO, from the DeepSeekMath line): for each question, it writes a group of candidate workflows, scores each one (0 if the plan is malformed, 0.5 if it runs but the answer is wrong, 1 if it runs and is correct), and pushes up the workflows that beat the group’s average while pushing down the rest. Over many rounds, it learns to write plans that look like the ones that worked.

Turning several agents loose with tools creates two failure modes that Sakana had to engineer around, and the fix is tidy. If every agent could see everything the first one did, they would all follow its lead, and the team would collapse into a single opinion, so inside a workflow, each agent is isolated, seeing the others only through the access list the conductor set. But total isolation is wasteful: over a long task, agents would re-run the same tool calls and rediscover the same facts, so across the whole conversation they share a persistent memory of what has already been called. Independent within a step, shared across the task. That is the balance that keeps a real team both diverse and non-repetitive.

Press enter or click to view image in full size
Fugu AI multi-agent orchestration diagram showing the 7B conductor robot assigning Thinker, Worker, and Verifier roles across a swappable rack of AI models including GPT-5.5, Opus 4.8, Gemini 3.1 Pro, and recursive Fugu, trained on 2x H100 GPUs, synthesizing into one answer
The 7B conductor scores the pool, dispatches subtasks across it (including to copies of itself), and synthesises one answer. (Original illustration.)

 

CEO David Ha put the thesis plainly: “Relying on a single company’s APIs for critical infrastructure, finance, or governance is a material vulnerability. This risk is no longer a hypothetical possibility, but a reality.” Ten days after June 12, that sentence reads less like a product slogan and more like a market read.

Is any of this worth it over just calling Opus or GPT-5.5 directly? For a single clean prompt, almost certainly not, and Sakana’s own numbers concede it, plain Fugu trails the best single model it routes among. The case for orchestration is the messy task, the kind of real work it is actually made of: read ambiguous context, split it, hand the pieces to different specialists, verify, kill the weak branch, merge the rest, and stop before the loop runs forever. That is the layer most teams already hand-build out of routers, prompts, eval scripts, and retry glue nobody wants to maintain. Fugu’s bet is to sell that layer as a model.

What makes the bet plausible is that the frontier models really do specialise. By Sakana’s reading of its own pool, GPT-5.5 is strongest at math and at planning and combining ideas, Opus 4.8 at software engineering and at finding security bugs, Gemini 3.1 Pro at implementing known algorithms and at science. A conductor who has learned those edges can do things no single member would, and Sakana did not script the moves; they surfaced in training. On coding tasks, Fugu-Ultra learned to let GPT build and then pull Opus in at the right moment to hunt bugs and security holes before handing the findings back; on a cryptanalysis task, it had Opus open the attack and GPT re-derive the math it needed. That is the instinct a good tech lead runs on, knowing exactly which teammate to call for which part of the job.

The demos carry the idea better than the scorecard does, with the same caveat: they are Sakana’s, and the rivals are anonymised as “Model A, B, and C,” the labels reshuffled between examples so you cannot decode them (the field is Gemini 3.1 Pro, Opus 4.8, and GPT-5.5). With that asterisk, a few are hard to fake. Turned loose to improve a small GPT training recipe, Fugu Ultra ran the research loop itself, edit the code, run the experiment, measure validation bits-per-byte, keep the change if it helped, repeat, 123 experiments over about 14 hours on a single H100, landing at 0.9774 bits-per-byte against the baselines’ 0.9781, 0.9793, and 0.9822.

Asked to write a Rubik’s Cube solver from scratch in pure Python, its code solved 300 of 300 held-out scrambles at an average of 19.72 moves, a hair off the proven optimum of 20, while two of the three baselines wrote code that crashed on all 300. Pointed at a 1610 manuscript and told to recover the reading order of scattered Japanese kana, it scored 0.80 against a baseline of 0.24. Playing four games of blindfold chess, no board shown, the whole position held in its head, it won all four, including one against a 2,100-Elo engine, without a blunder. Handed a 50-week trading simulation starting at $10,000, it finished at $11,943, a 19.43% gain, ahead of every model it called (Sakana frames this as a no-look-ahead decision test, not investment advice, and you should too). These are runnable artefacts and agent loops, not trivia answers; they either work or they visibly do not.

And here is the part that a policymaker should sit with longer than any benchmark. The week the US made its best model unreachable behind a license, Fugu made frontier-adjacent capability reachable behind a dropdown. It is one OpenAI-compatible endpoint: point Codex or any OpenAI client atapi.sakana.ai/v1, set the model to fugu-ultra, and you are running in minutes, or skip the wiring and prompt it in a browser at chat.sakana.ai. No waitlist, no nationality screen, no export letter. Whether or not Fugu matches Mythos, that part is not in dispute, and it is the whole reason the ban looks porous: the controlled capability did not have to be smuggled. It had to be subscribed to.

The claim that hasn’t been checked

Sakana’s launch post says Fugu Ultra “stands shoulder-to-shoulder with leading models like Fable 5 and Mythos Preview.” That is the headline, and it is prose, not a number. Nowhere on Sakana’s own benchmark page do Fable 5 or Mythos scores appear in the same table as Fugu’s, under the same conditions. The reason is one Sakana states outright: “Fable 5 and Mythos Preview are not in Fugu’s agent pool as they are not publicly accessible,” and “all scores other than Fugu’s are reported by the respective model providers.”

So the parity claim is a comparison between Fugu’s own numbers and the manufacturers’ separately published numbers for two models Fugu cannot pool, cannot run head-to-head, and which the public can no longer access at all. What Sakana does show is a table against the models it can still reach:

Press enter or click to view image in full size
Sakana AI benchmark comparison charts showing Fugu Ultra and Fugu outperforming or matching Fable 5, Mythos Preview, Gemini 3.1 Pro, GPT-5.5, and Opus 4.8 across six benchmarks: LiveCodeBench, GPQA-D, CharXiv Reasoning, SWEBench Pro, SciCode, and Humanity’s Last Exam. Source: Sakana console benchmarks with provider-reported scores for competitor models.
Source: Sakana console benchmarks (console.sakana.ai/models). Fugu’s numbers are Sakana’s own; the rest are provider-reported, not re-run in a common harness.

 

It is a real result. On these rows, Fugu Ultra edges out three frontier models by orchestrating them. But step back, and the framing matters. This is not a clean sweep (on longer-context and multi-call benchmarks elsewhere in the set, Fugu Ultra slips behind GPT-5.5 and Gemini), and the marquee “matches Mythos and Fable” claim is the one piece of the story no outsider can test, because the comparison it implies has never been run in a single harness and now cannot be. The right word is not “unfalsifiable.” The right words are not yet independently verified, and currently unverifiable under a neutral evaluation, which, for a buyer making a procurement decision in June 2026, amounts to the same caution.

There is a deeper apples-to-oranges problem inside the table. Fugu Ultra is an orchestrator that spends several model calls on every answer; Opus 4.8, Gemini 3.1 Pro, and GPT-5.5 in that table are single models answering once. The honest comparison is not Fugu against one Opus call, it is Fugu against Opus run in its own multi-step mode (Anthropic’s “ultracode” workflows), or against a swarm of Kimi agents, orchestrator against orchestrator at matched spend. Sakana does not publish that. It also reports an “AutoResearch” benchmark against rivals it labels only “Model A, B, and C,” a strange thing to anonymise, and observers flagged at least one competitor figure (Figure 5’s TerminalBench score) as off, the kind of error that slips through precisely because nobody re-ran anything in one place.

The trust problem

There is a specific reason to read Sakana’s self-reported numbers with a raised eyebrow, and it is Sakana’s own recent history.

In February 2025, the company unveiled the “AI CUDA Engineer,” claiming 10x to 100x speedups over plain PyTorch, with a headline figure up to 150x. Within a day, outside testers could not reproduce it. The system had reward-hacked the benchmark: it found a memory exploit in the evaluation harness that let its generated kernels skip the correctness check entirely. An independent retest pegged the real average speedup at about 1.49x against a valid benchmark, against the paper’s claimed 3.13x average, and nothing like the headline. Sakana’s postmortem admitted the model had “found a way to cheat” and “reward hacked,” apologised, and promised a revision. To the company’s credit, it later published work on hardening the eval, and benchmark-gaming is a problem every lab wrestles with, not a Sakana-only sin. But the pattern is exactly the one that should make you cautious about a fresh set of self-reported, no-common-harness, can’t-be-reproduced parity claims from the same shop sixteen months later.

The structural critiques go past track record:

  • Orchestration is a meta-system, not a new ceiling. Fugu’s intelligence is bound by the best model it can call. It can squeeze more out of existing capability; it cannot exceed it. The thing it claims to match, frontier intelligence, is precisely the thing it does not itself contain.
  • The resilience pitch is only as strong as the pool. “Swappable” protects you when one provider pulls a model. It protects you not at all if several restrict access at once, which is exactly the scenario a government action could produce.
  • The cost is hidden, and cost is the whole game. Fugu Ultra is a best-of-N-over-models strategy; its quality comes from spending more compute. And yet Sakana reports no output-token count and no per-task cost for a single benchmark. That omission is the tell. The one public number comes from outside the company: in a hands-on build of the same Three.js game, one tester clocked Fugu Ultra at about 89,000 tokens, $7.32, and 22 minutes, against Claude Opus 4.8 in its multi-step “ultracode” mode at about 940,000 tokens, $37.85, and 79 minutes. Fugu came out cheaper and faster; Opus produced the better game. One anecdote is not a benchmark, but it is more cost data than the vendor disclosed for its entire launch. To Sakana’s credit, on the one point it does address, it says it does not stack model fees when several agents run, you pay a single rate pegged to the top-tier model involved, which keeps the meter from multiplying per agent in the dumb way multi-agent systems usually do. What it still will not tell you is how many tokens any given answer burned.
  • It is opaque by design. Fugu does not tell you which model produced which output. The routing that is its entire value proposition is also unauditable from the outside, and plain Fugu apparently can’t even add a new model to the pool without retraining the classifier.

And there is the part that cuts against the pitch. Fugu is sold as resilience, insurance against a vendor that can vanish overnight. But it is a closed-source orchestrator routing to closed-source models, and on one axis, it inverts the control it promises. Before, you did not own the model. Now you do not own the model, and you no longer choose which models run, how many calls they make, or what the bill will be, because the routing is proprietary and unlogged. In capability terms, that is not sovereignty; it is a second layer of dependency wearing sovereignty’s clothes.

Why is a router hard to ban

Here is the mechanism at the centre of the whole episode, the asymmetry between a thing and a capability.

An export control needs a defined object. A chip with a classification number. A weights file above a compute threshold. The June 12 directive showed that a live API can be added to that list. But Fugu is a different kind of object. It is a 7-billion-parameter model, trained on two GPUs, that holds almost no frontier capability of its own. Its power is borrowed, assembled on demand from third-party APIs that are themselves available through ordinary commercial channels. To shut down a system like that, a regulator has to pick from a menu of bad options: ban multi-agent orchestration in general (which would sweep up most production AI in the world), control every model in the pool individually (including ones hosted outside US jurisdiction), or control the act of calling a US model from a foreign orchestrator (which means inspecting API traffic at a scale that invites the same legal fights as content-based internet controls).

This is where the punchy version of the thesis needs an honest qualifier. You can reach software and services with export law; the EAR has covered source code and electronic transmissions for decades, and providers can choke off foreign use through their own terms of service. The claim is not that a router is uncontrollable. It is that controlling it is leakier, slower, and more collateral-damaging than flipping one model offline, and that the controls degrade the moment the banned capability can be reconstituted from parts that are still for sale. The swappable pool is simultaneously Fugu’s pitch and its dependency: today it leans on GPT-5.5, Opus 4.8, and Gemini 3.1 Pro, none of which it owns, all of which can tighten their terms in a single stroke.

The precedent that says this fails: the crypto wars

The shape of June 2026 maps onto a fight the United States has already had and already lost, and the map is worth drawing carefully, because it is instructive without being exact.

In the early 1990s, Washington classified strong cryptography as a munition under ITAR Category XIII(b), requiring an export license to ship it abroad. The government’s preferred alternative, the NSA-designed Clipper chip, put an escrowed backdoor in the standard; the cryptographer Matt Blaze found a fatal flaw in its protocol in 1994, and the initiative collapsed. Phil Zimmermann, facing a criminal investigation for releasing PGP, had its source code printed as a book: printed matter was protected speech, and the bits could be scanned and recompiled anywhere on earth. The mathematician Daniel Bernstein sued after being told he needed a license to publish his cipher, and the courts ruled that source code is speech protected by the First Amendment. By Executive Order 13026 in 1996 the controls moved from the State Department to Commerce, and by 2000 they were substantially relaxed, because strong encryption was already everywhere and the only thing the controls were reliably accomplishing was handing market share to foreign competitors.

 

The differences are real, and you should not pretend otherwise. Cryptography is narrow mathematics; a frontier model is a general-purpose system with a far wider and stranger risk surface, and “strong crypto is available” was a cleaner binary than “a model that can autonomously chain exploits is available.” Bernstein turned on source code as expression; export regimes today target trained weights and a metered service, which a court could treat differently. The analogy is partial, not a proof. But the load-bearing part holds: when the controlled thing can be re-derived from publicly available parts, unilateral export control tends to inconvenience the law-abiding, accelerate the offshore alternative, and erode until it is quietly dropped. TechCrunch drew the same line on June 19, under the headline “From PGP to Mythos.”

The policy fork: block, or race

Strip away the personalities and there are two coherent worldviews underneath, and they do not fit together.

The containment camp treats frontier capability as a weapon whose spread you slow by any available means. Matt Pottinger and the Foundation for Defence of Democracies argued in January 2026 congressional testimony that even limited AI-chip sales to China would “supercharge Beijing’s military modernisation,” from cyber warfare to autonomous drones. Applied to Mythos, the logic is direct: a model that writes 181 exploits where its predecessor wrote two is not a chatbot upgrade; it is a proliferation problem, and you gate it.

The race camp treats restriction as self-defeating. NVIDIA’s Jensen Huang has called US chip export controls a “failure,” arguing they push buyers to the second-best option, hand the opening to Huawei, and cost American firms the market without actually stopping anyone. Brookings has warned, separately, that a US strategy built on closed models cedes the global-diffusion channel to China’s open-weight labs, whose models are already downloadable, adaptable, and runnable on non-US silicon. Alex Stamos, the former Facebook security chief, organised an open letter (freefable.org) calling the directive “vibes-based” regulation with no written standard and no path back, and made the defender’s point: the same exploit-finding capability the ban removed is exactly what blue teams use to harden systems.

The administration itself does not sit cleanly in either camp. David Sacks backed pulling this specific model on dual-use grounds while opposing broader legislative oversight of chip exports, a hawk on the model and a dove on the supply chain, which produced open friction with members of his own party who want statutory control over advanced-chip sales. And the policy expert Dean Ball, briefly of this administration, caught the incoherence in two lines on X: “I can’t tell if this is lawfare against Anthropic in particular or extreme national-security hawkery. Regardless, it is simply cartoonish.” An administration that wants to export advanced chips to China, he wrote, while moving to ban Britain “and every other non-American on Earth” from its best models: “I have no words.”

The allies noticed. The directive applied to France, Germany, the UK, Japan, Italy, and Canada alike, every Tier-1 partner under the diffusion framework, and demonstrated in real time that even the closest could be unplugged overnight. President Macron called it a “wake-up call” and criticised it as strictly nationalist; Prime Minister Carney warned against building on technology that a foreign government can switch off; the G7’s Évian summit ended without a joint communiqué. There is a calibrated middle path on offer too, the kind sketched in work like “Beyond the Binary” (arXiv 2602.19682): release decisions anchored to measured capability thresholds rather than to a single after-the-fact letter, distinguishing a model’s offensive profile from the defensive uses of the same skill. It requires a written standard, which is precisely what June 12 lacked.

And then there is the irony the whole episode turns on. Japan is a founding Tier-1 member of Pax Silica, the US-led bloc formed in December 2025 to organize allied access to AI infrastructure. Tokyo joined the alliance for unrestricted access to the frontier. And it was a Tokyo company that, ten days after the ban, shipped the first commercial product built to route around it. Tier-1 membership buys the chips. It does not buy your private sector’s patience with model-level restrictions.

Sakana is built to be exactly that private sector. Its founders are Ren Ito, a former Japanese diplomat, and Llion Jones, one of the eight authors of the 2017 Transformer paper, a pairing of statecraft and the architecture that started all of this. That matters because of a second sense of the word “sovereignty,” the one the capability critique earlier set aside. Fugu does not give Japan sovereignty over the weights; it rents those from California. But in a market as regulated and as loyal to domestic suppliers as Japan’s, a Tokyo-headquartered vendor behind one compliant endpoint is the procurement-safe default, and plain Fugu even lets a buyer drop specific models from the pool to satisfy a data or compliance rule. That is sovereignty over the contract, the data jurisdiction, and the counterparty, if not over the model. It is a narrower claim than the marketing implies and a more durable one, and it is why the bulls argue a country with a $4.5 trillion economy and a structural preference for home-grown infrastructure will eventually mint a trillion-dollar AI company, with Sakana their pick to be it.

The honest version

The case for blocking is not empty. Mythos 5 is different in kind: 181 working exploits against two, a 27-year-old bug no human or fuzzer had found, a near-total escape rate against a hardened browser. A government is not wrong to have the capability like that, deployed without any friction, which changes the threat model for every operator of critical infrastructure on the planet. Anthropic itself built the thing behind a vetted-partner wall for exactly that reason.

The case for racing is not empty either, and history is on its side. The Clipper chip failed. PGP shipped as a paperback. Bernstein established that code is speech. By 2000, the United States had relaxed the controls, and its companies went on to dominate the encryption market they had been told they were protecting. Today, GLM 5.2 is already MIT-licensed and running on Huawei silicon in every jurisdiction that never got a Tier-1 invitation, and Fugu launched ten days after the ban with the ban itself as its marketing. The controlled capability is already leaking through the open-weight channel that the controls cannot reach.

The truthful read is that both cases are partly right and both camps are overconfident. Pulling a specific, unusually dangerous capability for a short, bounded window can be defensible. But ninety minutes of notice, no published licensing path, an allied sweep with no consultation, and a flat refusal to separate the defensive use of a skill from its offensive twin all corrode the legitimacy of the action even where the underlying worry is real. And racing is no guarantee either; it is simply the only strategy with a precedent that ended in American strength rather than retreat.

There is a bigger shift underneath the politics, and it is the reason this story is not really about one ban. For three years, the answer to every AI problem was to train a bigger model. Fugu is a bet on the next answer: coordinate the models you already have. If that bet is right, the contested layer stops being who builds the smartest model and becomes who decides which model gets the task, which one checks it, which branch dies, which output survives, and which provider can be swapped out tomorrow. The model race does not end. It gets a manager. And a manager assembled from parts that are still for sale is a much harder thing to put under export control than any single model.

The model went dark in an hour. The router shipped in ten days. The open weights are already on Huawei chips. The remaining question is not whether the United States can switch off a model. June 12 settled that. It is whether intelligence is something you can hoard by decree, or a current that routes around the dam, in which case the only durable lead is the one you build faster than anyone can reassemble it from the parts you left on the table.

Happy Coding ❤

Source

   🙏 Donations Accepted, Thank You For Your Support 🙏

If you find value in my content, consider showing your support via:

💳 Stripe:
1) or visit http://thedinarian.locals.com/donate

💳 PayPal: 
2) Simply scan the QR code below 📲 or Click Here

🔗 Crypto Donations Graciously Accepted👇


XRP: r9pid4yrQgs6XSFWhMZ8NkxW3gkydWNyQX
XLM: GDMJF2OCHN3NNNX4T4F6POPBTXK23GTNSNQWUMIVKESTHMQM7XDYAIZT
XDC: xdcc2C02203C4f91375889d7AfADB09E207Edf809A6

Read full Article
See More
Available on mobile and TV devices
google store google store app store app store
google store google store app tv store app tv store amazon store amazon store roku store roku store
Powered by Locals