Blog · June 28, 2026 · 15 min read
AI Week in Review: OpenAI GPT‑5.6 Previews, Claude Mythos 5 Hits Critical Infrastructure, and the Rise of Agentic Workflows
This week’s digest, fully queryable by agents via our MCP server, covers a cascade of practitioner‑level signals that collectively rewrite assumptions about cost, memory, and deployment. OpenAI teased the GPT‑5.6 family—Sol, Terra, and Luna—signaling a tiered‑model strategy for e
This week’s digest, fully queryable by agents via our , covers a cascade of practitioner‑level signals that collectively rewrite assumptions about cost, memory, and deployment. OpenAI teased the GPT‑5.6 family—Sol, Terra, and Luna—signaling a tiered‑model strategy for every budget. Anthropic locked Claude Mythos 5 into U.S. critical infrastructure, pushing frontier models into the highest‑stakes operational contexts. Meanwhile, the community demonstrated that chaining a cheaper model like GLM 5.2 can slash bug‑fixing costs 22x versus Claude Opus 4.8, a $25K/month AI‑persona business ran on Claude and ComfyUI, and a 14‑hour battery‑powered Mac Mini workstation turned the idea of local LLM freedom into a portable reality. Agent workflows became less of a demo and more of a doctrine: Claude Tag walked into Slack as a team member, Obsidian vaults became persistent memory for AI second brains, and Codex shipped a 206‑page guide that takes developers from zero to full‑stack projects. The message is clear—practitioners are no longer asking if AI can be woven into daily work, but how cheaply, reliably, and persistently.
TL;DR
- OpenAI previews GPT‑5.6 Sol, Terra, and Luna, a three‑tier family targeting different cost and capability trade‑offs.
- Anthropic deploys Claude Mythos 5 to U.S. critical infrastructure organizations, marking a new threshold for enterprise trust.
- GLM 5.2 demonstrates 22× cheaper code bug‑fixing than Claude Opus 4.8, and a cost‑saving workflow chains it with frontier models via OpenRouter to cut AI spend 5×.
- Agentic workflows graduate from experiments: Claude Tag becomes a Slack team member, ambient proactive follow‑ups ship, and practitioners build self‑compounding second brains with Obsidian + Claude.
- A $24,542/month AI‑girl persona operation and a $3,700/month Fanvue business illustrate concrete production pipelines for AI‑generated video and image content.
- Developers get a 206‑page Codex guide, Artifacts for Claude Code in beta, and 11 open‑source plugins that turn Claude into a back‑office coworker.
- Legal, licensed AI video generation arrives via Volcano Ark, while the community exposes a fake “Sora 2” scam, underscoring the need for verified toolchains.
Frontier Models
OpenAI’s GPT‑5.6 Family: Sol, Terra, and Luna Preview
pulled back the curtain on three forthcoming variants—Sol, Terra, and Luna—each optimized for a distinct performance envelope. Sol targets raw reasoning and code, Terra is the balanced generalist, and Luna is the lightweight, low‑latency option. For practitioners running multi‑stage pipelines, this means they can soon route a complex architecture brainstorm to Sol while Terra handles summarization and Luna powers sub‑second autocomplete or customer‑facing chat. Instead of paying top‑tier prices for every token, teams can match the model to the task, which directly impacts unit economics. The preview also confirms that the GPT family is moving toward a composable ecosystem where developers choose the right tool for the job, much like they select instance types in the cloud.
Claude Mythos 5 Deployed to U.S. Critical Infrastructure
announced that Claude Mythos 5 has been redeployed to U.S. critical infrastructure organizations. While the details of the institutions are not public, the statement signals that the model is now trusted to operate in environments where availability, security, and compliance are non‑negotiable. For enterprise practitioners, this is the strongest signal yet that a frontier model has cleared the rigorous bar of NIST‑level scrutiny and can be considered a candidate for regulated workloads—utilities, transport, health—without a separate air‑gap review. It also raises the stakes for competitors: GovCloud‑style readiness is becoming a differentiator.
14‑Hour Portable AI Workstation From a Battery‑Strapped Mac Mini
shared a field‑ready build that pairs a Mac Mini with a high‑capacity battery, yielding 14 hours of portable local LLM operation. The setup runs a quantized model entirely offline, giving field researchers, journalists, and defense teams a way to query a capable model without sending data over the wire. This is not a theoretical exercise: the build list is simple enough to replicate with off‑the‑shelf parts, making it a tangible blueprint for air‑gapped reasoning anywhere. Practitioners working in sensitive environments now have a verified, low‑cost way to run local inference without relying on a data center.
GLM 5.2 vs. Claude Opus 4.8: 22× Cheaper Bug Fixing
benchmarked GLM 5.2 against Claude Opus 4.8 on a standard bug‑fixing task and found that GLM 5.2 solved the issue at 22× lower cost while maintaining comparable success rates. The test wasn’t cherry‑picked; it was a real‑world codebase issue that many developers would face. The takeaway for practitioners is clear: cutting‑edge coding no longer demands the most expensive model for every stage. A pipeline that triages issues with a lower‑cost model and escalates only when confidence drops can drive down operating costs dramatically. The benchmark also increases pressure on model vendors to justify pricing with measurable deltas beyond vanity metrics.
$24,542/Month From Two AI “Girls” Built With Claude
documented a revenue stream of $24,542 per month generated by two AI‑persona accounts on a subscription platform. The system uses Claude to craft consistent character dialogue and ComfyUI for image generation, effectively turning a single operator into a micro‑media studio. Beyond the eye‑catching number, this development matters because it shows that persona consistency, not just high‑fidelity images, is the moat. Practitioners building brand‑aligned agents or interactive experiences should note the workflow: the AI generates, but the operator curates and enforces a style guide, turning raw generation into a monetizable asset.
12 Open‑Source AI Projects to Try Now
curated a dozen open‑source projects spanning agents, OCR, voice cloning, and code assistants. Collections like this reduce the discovery cost for practitioners who want to integrate a specific capability without sifting through thousands of repositories. The list includes projects with permissive licenses and active communities, making them safe bets for commercial experimentation. If you’re assembling a toolbelt for a client project, Berman’s line‑up is a useful shortcut.
Explore the latest model releases and cost benchmarks on our page.
AI Coding & Agents
206‑Page Codex Guide: From Zero to Real Projects
released a comprehensive 206‑page guide to OpenAI Codex, spanning installation, prompt engineering, and building full‑stack applications. The guide is structured as a project‑based curriculum, not a reference manual, which means a developer can follow it linearly and emerge with a portfolio of working apps. For teams onboarding junior devs or non‑technical stakeholders into AI‑assisted coding, this resource lowers the mentorship burden significantly. It also fills a documentation gap that official sources haven’t closed, making it a candidate for internal training libraries.
Building an AI Second Brain With Claude Desktop and Obsidian
Two independent creators demonstrated ways to turn Obsidian vaults into persistent memory for Claude. showed a prompt‑driven bridge that reads and writes notes, effectively turning Claude into a Zettelkasten maintainer that updates links and surfaces latent connections. adapted Andrej Karpathy’s method to create a full‑time Zettelkasten agent that tags, summarizes, and cross‑references thoughts on a schedule. For knowledge workers who already live in Obsidian, these setups transform a static note vault into a compounding asset: each captured idea becomes raw material for the model to retrieve and synthesize later. The immediate practitioner win is that meeting notes, research snippets, and half‑formed ideas no longer decay in a folder; an agent keeps them alive.
Codex Quality‑of‑Life Updates Improve Long Thread Scrolling
shipped UX improvements to Codex that target a long‑standing pain point: scrolling through extended chat threads. The update smooths navigation and maintains context across hundreds of lines of conversation, which directly reduces the friction of back‑and‑forth debugging or collaborative code review inside the editor. Small UX fixes like this matter to daily users, because lost context during a scroll can abort an entire reasoning chain. Practitioners who rely on Codex for marathon sessions will notice an immediate productivity gain.
Open Knowledge Format for Agent Knowledge Bases
proposed an Open Knowledge Format (OKF) to standardize the structure of AI agent knowledge bases. The idea is to define a common schema for entities, relationships, and sources so that different agents can read, write, and merge knowledge without custom connectors. For developers building multi‑agent systems or agent marketplaces, OKF could reduce integration overhead the same way REST did for web APIs. While still early, the proposal addresses a real fragmentation problem: today, every agent framework stores memory in its own silo, making interoperability a custom engineering job.
6 Plugins and Skills for AI Video Creation Without Expensive Subscriptions
compiled a stack of six plugins and skills—ranging from free lip‑sync tools to open‑source animation pipelines—that replicate the core functionality of premium AI video suites. For independent creators and small studios, the stack cuts monthly software costs by hundreds of dollars. More importantly, the post links to working GitHub repos and setup tutorials, so practitioners can validate the output quality before committing. The community response (over 1,800 likes) confirms that cost‑sensitive video workflows are a top‑of‑mind concern.
Follow the evolution of agentic coding and memory patterns on our page.
AI Video
Exposed: The Fake Sora 2 AI Video Scam
dissected a widely circulated video that claimed to be generated by a “Sora 2” model. The analysis revealed stolen hand clips, a real‑time layering trick in Picsart, and zero evidence of a new model. For practitioners, this is a reminder that viral demos need forensic verification before they influence tooling decisions or investment hypotheses. Aeron’s breakdown provides a reusable checklist: check for metadata, look for compositing artifacts, and trace the claimed model’s provenance. In a landscape where hype can redirect budgets, skepticism is a hard skill.
5M Views in 2 Weeks From an Automated Content System
showed a fully automated short‑form content system that racked up 5 million views in 14 days. The pipeline generates topic ideas, scripts, voiceovers, and video edits with minimal human intervention. Likely built on a combination of LLM script generation and AI video rendering, the system achieves content velocity that a human‑only team cannot match. The takeaway for media practitioners is that algorithmic distribution favors consistency; an automated pipeline that publishes 5‑10 times per day can compound faster than a high‑production‑value weekly show. The architecture itself is the asset.
$3,700/Month on Fanvue by Turning Himself Into an AI Girl
documented a Fanvue business where he used Claude for personality scripting, ComfyUI for consistent character images, and Kling for video generation to create a fictitious AI persona. The account generates $3,700 per month with no paid ads, relying entirely on organic discovery. This is the mid‑market mirror of the $24,542/month operation covered in Frontier Models, and it demonstrates that the model scales down to solo creators. Practitioners interested in generative‑media monetization can treat the disclosed tool stack—Claude → ComfyUI → Kling—as a replicable template; the key is maintaining a single, coherent character style across all outputs.
Legally Generate AI Videos With Licensed Movie Scenes and Likeness via Volcano Ark
explored Volcano Ark, a platform that lets creators generate AI videos using officially licensed movie clips and celebrity likenesses. The tool solves the IP nightmare that has kept brands and agencies away from generative video. By baking royalties and attribution directly into the generation process, Volcano Ark opens the door to commercial ad campaigns, fan content, and training materials that can pass legal review. For agencies and in‑house creative teams, this is a practical path to production‑grade AI video without risking takedown notices.
Giving AI Agents Memory Using an Obsidian Vault
extended the second‑brain pattern into the video domain by connecting an agent’s memory to an Obsidian vault. The agent logs scene metadata, shot lists, and editorial decisions, then retrieves them for future projects, enabling a form of institutional memory for a video pipeline. For post‑production houses and YouTubers managing multi‑episode series, this memory layer cuts the time wasted re‑establishing context each session. It’s a practical example of how the Obsidian‑Claude pattern, seen repeatedly this week, applies beyond text‑based knowledge work.
Automated Ad Campaign From a Single Product Photo
demonstrated a Claude‑powered agent that takes a single product photo and automatically generates a Facebook ad campaign—copy variants, audience segments, and creative layouts. The agent effectively collapses a multi‑hour manual workflow into seconds. For e‑commerce operators running dozens of SKUs, this kind of automation can shift the limiting factor from creative production to budget allocation. The specific prompt chain and tool use are not fully disclosed, but the concept is a clear north star for ad‑tech agents.
Dive deeper into the latest tools and verified monetization claims on our page.
AI Web & Product Design

AI Second Brain That Compounds Weekly: Obsidian + Claude Code
built a system where Claude Code, given access to an Obsidian vault via the filesystem, reviews and connects notes on a weekly schedule. The result is a knowledge graph that deepens over time without manual upkeep. For product designers and researchers who accumulate unstructured research, this setup functions as an autocurating portfolio. The agent surfaces non‑obvious connections between past projects and current briefs, directly feeding the ideation stage. It’s a low‑cost, high‑leverage pattern for any team that already uses Markdown‑based notes.
Consistent Cinematic Video Series From One ChatGPT Image 2 Character
achieved frame‑to‑frame character consistency by locking in a single ChatGPT Image 2 character sheet and using it as a reference across multiple video clips. The series holds visual coherence without a custom fine‑tuned model, which has been a persistent pain point for indie filmmakers. For product designers working on brand mascots or explainer videos, this method is immediately applicable: generate a set of reference poses, then use them as style anchors in every prompt.
The Six AI Skills Rising in Value
identified six skills that are gaining premium in the AI economy: building agents, owning distribution, integrating robotics, curating high‑signal content, bridging builder‑distributor roles, and fostering IRL community. The framework helps practitioners allocate their learning time. Instead of chasing every new model release, Isenberg argues that career capital accrues to those who can connect AI capability to a distribution channel. This is a direct call for practitioners to treat “AI skill” as a stack, not a single line item.
Save 5× on AI Costs by Chaining GLM 5.2 With Frontier Models via OpenRouter
also shared a specific cost‑optimization pattern: use GLM 5.2 through OpenRouter for lower‑stakes tasks—drafting, classification, initial code generation—and reserve frontier models like GPT‑5.6 or Claude Opus only for verification, complex reasoning, and final polish. This routing strategy mirrors the 22× bug‑fix finding from GMI Cloud, but generalizes it across a broader set of real‑world tasks. Practitioners who adopt this cascading model tier can cut their total AI spend by up to 5× without sacrificing output quality. The video includes actual OpenRouter request logs, so you can inspect the cost deltas directly.
11 Open‑Source Plugins Turn Claude Into a Full Back‑Office Coworker
released a bundle of 11 plugins that extend Claude’s capabilities into bookkeeping, inventory tracking, and email drafting. By installing them in a chat environment, a small business operator can delegate routine back‑office tasks that previously required separate SaaS subscriptions. For product designers building internal tools, the bundle is a reference architecture for embedding multi‑capability AI into a single interface. The plugins are open‑source, so teams can audit and customize them before trusting them with sensitive data.
Four Free Bolt Templates for Real Estate Teams
published four templates aimed at real estate—property listing pages, lead capture forms, mortgage calculators, and agent dashboards—all built with Bolt’s AI‑powered website builder. These work out‑of‑the‑box, letting a non‑technical agent deploy a branded site in minutes. For agencies that service vertical markets, the strategy is instructive: providing domain‑specific templates lowers the barrier from “build something” to “customize something,” which dramatically widens the addressable user base.
Bookmark our page for no‑hype, deployable patterns.
Agent Dev Tools

Claude Tag on Slack – Your AI Team Member
introduced Claude Tag, a beta feature that adds Claude to Slack as an @‑mentionable team member. Once invited, Claude can read channel history, respond to threads, and take summary requests without leaving the conversation. For distributed teams, this collapses the step of copying context from Slack into a separate AI interface. The friction reduction is significant: a PM can tag Claude mid‑thread and get a meeting summary, action items, or a stakeholder update in seconds. The feature works on Slack Enterprise and Team plans, making it widely accessible.
Claude’s Ambient Behavior: Proactive Follow‑Ups
also shipped ambient behavior that lets Claude proactively follow up on conversations when new information becomes available. If a team discusses a product launch, Claude might surface the latest competitor news or a relevant customer ticket days later without being prompted. This turns AI from a passive tool into a persistent teammate that maintains thread‑awareness. Practitioners in ops and product roles should monitor how this affects notification overload; used correctly, however, it catches the “forgotten follow‑up” that derails projects.
Anthropic Launches Artifacts for Claude Code in Beta
announced that Anthropic is bringing Artifacts—the rich, interactive output format familiar from Claude.ai—to Claude Code. Developers working entirely in the terminal will now be able to see rendered diagrams, tables, and mini‑apps directly in the IDE, without tabbing to a browser. This closes a major gap in the CLI‑first workflow: debugging complex generated output previously required a copy‑paste round‑trip. For agent developers iterating on multi‑step plans, Artifacts make the feedback loop visual and fast.
sst/opencode v1.17.10: MCP Resource Template Security and Provider Integration
released two practical improvements to Opencode: hiding MCP resource template tools when access is denied, which prevents agents from leaking restricted tool names, and adding Opencode‑managed provider integration support, simplifying the setup of cloud and API backends. These are infrastructure‑level changes that keep agent tooling secure and maintainable. For developers building on Opencode, the release means fewer manual config patches and a cleaner auditing surface. It’s a quiet but essential update for production agent deployments.
Track every toolchain update and integration release on our page.
What changed in our living answers
This week, no new verified answer updates were added to the living knowledge base. Our editors continuously cross‑reference claims against source posts and additional signals; current answers remain accurate and stable. The existing corpus of verified statements is available on our topic pages, and we’ll ship new answer updates as soon as corroboration reaches our threshold.
FAQ
What is the difference between GPT‑5.6 Sol, Terra, and Luna?
OpenAI’s preview positions Sol as the premium model for complex reasoning and code, Terra as the balanced performer for general‑purpose tasks, and Luna as the lightweight variant optimized for speed and low latency. Practitioners can route tasks by complexity to control cost: use Luna for autocomplete and simple chat, Terra for drafting and analysis, and Sol for hard architecture or multi‑step agentic reasoning. Official launch dates and pricing have not yet been announced, but the tiering strategy signals that unit‑cost management will be a first‑class feature of the GPT‑5.6 family.
How do I connect Claude to Obsidian for a second brain?
Several verified patterns emerged this week. demonstrated a prompt‑based bridge where Claude Desktop reads and writes Markdown files directly inside an Obsidian vault using the filesystem MCP server. adapted a method credited to Andrej Karpathy, scheduling Claude to run as a dedicated Zettelkasten maintainer that tags, links, and summarizes notes on a recurring basis. The common requirement is granting the agent read/write access to the vault folder; from there, a well‑crafted system prompt defines the curation rules. Test the setup on a copy of your vault first to avoid unintended edits, and lock down file permissions to prevent the agent from modifying configuration files.
Is GLM 5.2 a viable alternative to Claude Opus for code bug‑fixing?
Benchmarks from show GLM 5.2 solved a realistic bug at 22× lower cost while maintaining comparable success to Claude Opus 4.8. That makes it a strong candidate for initial triage and straightforward fixes. However, viability depends on failure tolerance: if a missed edge case would cause a production outage, it’s prudent to route the final sign‑off through a frontier model. formalizes a pattern—GLM 5.2 for first‑pass generation, frontier models for verification—that can reduce total AI spend by up to 5×. Always validate on your own codebase’s complexity; the 22× claim held for a well‑scoped issue, but results may vary with large, legacy codebases.
Follow your favorite topics on DigestOps to stay ahead with verified insights every week.