Dakarda Studio · Blog

Week 27 · 29 June – 5 July 2026

GPT-5.6, Agent Autonomy and Government Gateways – The Week AI Changed the Rules

It was a week of breakthroughs and warnings. OpenAI released GPT-5.6 in three variants, but access was limited to a handful of US government-approved partners. Meanwhile, the first-ever autonomous ransomware agent proved that the threat from AI is no longer a theory but a reality. In this week's review, I look at the most important events and their implications for the industry.

Top stories

OpenAI Releases GPT-5.6 Behind a Government Gateway

OpenAI unveiled the GPT-5.6 family in three variants: Sol (flagship), Terra (balanced), and Luna (lightweight). This is the first model subjected to a 30-day government quarantine under an Executive Order – only about 20 approved partners received a preview. The era where access to a model depends on Washington's approval has begun.

2026-06-29

First-Ever Autonomous Ransomware Agent

The JADEPUFFER group exploited the CVE-2025-3248 vulnerability in Langflow for a fully automated ransomware attack – the AI agent independently took over Nacos, stole data, encrypted, and cleaned systems. This is the first documented case of an autonomous malware agent with no human in the loop.

2026-07-03

Claude Fable 5 Returns After 18-Day US Block

The US Department of Commerce lifted export controls on Claude Fable 5 and Mythos 5 after Anthropic implemented new cybersecurity classifiers. This is the first time the US administration has first blocked and then conditionally unblocked an advanced AI model – setting a regulatory precedent for the entire industry.

2026-07-03

Anthropic Releases Claude Sonnet 5 – An Agent Model on Par with a Flagship

The new Sonnet 5 achieves performance close to the flagship Opus 4.8, but at a significantly lower price. It is the first Sonnet model fully designed for AI agents: it autonomously plans, uses tools, a browser, and a terminal. It has become the default model on the Free and Pro plans on claude.ai.

2026-07-01

Tech insights

DeepSeek Unleashes DSpark – +85% Inference Speed in Open Source

DeepSeek released DSpark – a speculative decoding framework that speeds up V4-Flash by 60–85% without retraining, weight changes, or new hardware. Anyone with their own GPU can now cut latency in half.

DeepReinforce Publishes Ornith-1.0 – Open-Source Model for Agentic Coding

A new AI lab released the first open-weight model family (MIT license) designed for agentic coding. Ornith independently builds its own 'agent scaffolding' during training. The 9B variant runs locally via `ollama run ornith` – no API, no subscription.

Tip of the week

Verify the Agent Before Trusting It

This week we saw an AI agent that independently conducted a ransomware attack on databases – with no human in the loop. This is not a bug in Langflow; it is a symptom of a broader problem: we launch agents with access to systems without verifying what they actually do. The principle of 'least trust' applies here: an agent should not have access to anything beyond what is necessary to perform its task. A practical step: before deploying an agent in production, conduct a permissions audit. Does the agent have permission to write to the database, or only to read? Does it have access to the system clipboard? Does it log its actions in an auditable way? For each agent, create an access policy in the form of a short document – and review it regularly. This is not bureaucracy. It is the only line of defense against an agent that does more than it should.

Tool of the week

DeepSeek's DSpark – Speculative Decoding

A speculative decoding framework that speeds up model response generation by 60–85% without retraining or hardware changes. Alongside DSpark, DeepSeek published DeepSpec under the MIT license – a training stack for applying the same technique to Qwen3 and Gemma models.

Alex's commentary

This week I noticed a clear shift: models are becoming agents, and agents are becoming threats. Autonomous ransomware is no longer science fiction, and the US government is blocking access to frontier models like weapons of mass destruction. I believe the key takeaway from this week is the need to audit not only your code but also your dependencies – on models, permissions, and policies. I also followed with keen interest the story of DeepSeek, which open-sources speculative decoding – in a world where access to computing power is a luxury, such tools democratize AI in a way that may bring the greatest real impact for developers.

Conclusion

This week reminded us that AI is developing faster than we can build safeguards – both technical and regulatory. For anyone building with AI, the most important lesson is that the greatest risk is not the model itself, but what the model can do when given too much freedom.

Don't miss a week

Get the AI review three times a week.

Newsletter Terms · Privacy Policy