🔨 The Anvil

Saturday, July 11, 2026

14 stories · Standard format

Generated with AI from public sources. Verify before relying on for decisions.

🎧 Listen to this briefing or subscribe as a podcast →

The direct military exchange between the US and Iran has intensified, with Iran's new Supreme Leader formally entering the fray and vowing retaliation. In the tech sector, we are tracking the hidden costs of the AI coding boom, as engineering teams face massive token-based bills for agentic workflows, and a fragmented rollout for Microsoft's highly anticipated TypeScript 7.0.

Iran Conflict

Iran Escalates with Strikes on US Bases, New Supreme Leader Vows Revenge

The direct US-Iran military exchange we've been tracking has taken a darker turn. Following the death of his father, Iran's newly elevated Supreme Leader, Mojtaba Khamenei, has publicly vowed revenge. The IRGC claimed Saturday it struck US bases in Kuwait and Bahrain—facilities targeted in previous volleys—while President Trump threatened a massive missile response to any assassination attempt. Despite reports of backchannel talks in Oman and Switzerland, the public posture remains openly hostile.

Mojtaba Khamenei's explicit vow of revenge and formal elevation alters the calculus, moving beyond proxy actions to direct state-on-state retribution. The situation remains highly volatile, with the dueling threats and military actions creating a high risk of miscalculation that could lead to a wider regional war, severely impacting global energy markets.

Verified across 14 sources: CNBC-TV18 · Times Now News · CNN · THE TIMES OF INDIA · Gulf News · EA WorldView · Hindustan Times · The Times of Israel · Times of India · Gulf News · Sawagurumi · Iran International · Newsy Today · pnbm.org

AI Coding & Design Tools

Microsoft 365 Copilot Adds Claude Support, Launches Collaborative 'Cowork' Mode

In its July update, Microsoft announced that Microsoft 365 Copilot will now offer Anthropic's Claude model as an alternative choice within Copilot Chat. The update also marks the general availability of 'Copilot Cowork,' a multi-agent mode for real-time collaborative AI assistance in Office applications like Word and Excel. Other changes include new auto-install options for enterprise IT administrators and UI redesigns.

This is a significant evolution for enterprise AI assistants. Integrating a third-party model like Claude signals a move away from single-provider ecosystems, giving product builders more choice in reasoning styles for their workflows. The 'Cowork' feature, enabling multiple users and AI to edit a document simultaneously, creates a new paradigm for collaborative product design and system documentation, making AI an ambient, interactive partner rather than a single-user tool.

Verified across 4 sources: Windows News AI · Microsoft Learn · inews.zoombangla.com · Super Simple 365

Analysis Shows Anthropic Claude Code Costs Can Run Up to $2,000/Month Per Engineer

The 'token shock' we recently tracked with GitHub Copilot's new billing model is echoing across the broader market. A Friday report from MorphLLM shows that while typical usage of Anthropic's Claude Code costs $150–$250 per developer monthly, power users running agentic workflows are racking up bills between $500 and $2,000 per month, driven entirely by token-based pricing.

This analysis confirms that skyrocketing token costs are an industry-wide structural challenge, not an isolated vendor issue. For a product leader, the cost of AI tools is moving from a predictable SaaS subscription to a highly variable operational expense. This requires robust FinOps for AI, forcing strategic decisions about which engineering tasks actually justify the premium cost of agentic execution.

Verified across 1 sources: MorphLLM

GitHub Copilot CLI Gets Redesigned Terminal Interface, Now Generally Available

Following last month's addition of semantic LSP skills, GitHub announced Friday that the redesigned terminal interface for its Copilot CLI is now generally available. The update replaces the experimental command-line experience with a tabbed layout and smoother in-session tool configuration for developers who work heavily in the terminal.

This GA release is a significant quality-of-life improvement for developers who bridge design and code. By enhancing the usability and accessibility of Copilot directly within the command line, GitHub is further embedding AI assistance into core developer workflows. For a design engineer, this streamlines the process of managing code, running builds, and interacting with repositories, reducing context switching and boosting productivity.

Verified across 1 sources: InfoQ

GitHub Says Better Agent Instructions, Not Just Better Tools, Are Key to AI Performance

Echoing the industry shift toward 'loop engineering' we've been tracking, GitHub shared a counterintuitive finding Friday: giving its Copilot code review agent more powerful tools actually degraded its performance. The agent only improved when engineers rewrote its core instructions to mimic a human's step-by-step review process, ultimately cutting average review costs by 20% without losing quality.

This insight is a crucial lesson for anyone building with AI agents. It confirms that the 'harness'—the instructions, workflow, and constraints placed around the model—is often more important than the raw capability of the model or its tools. For product builders, this is a strong signal to invest heavily in prompt engineering and workflow design, treating the AI's instructions as a critical part of the product itself.

Verified across 1 sources: GitHub Blog

IBM Bob AI Platform Expands from Code Generation to Full SDLC Orchestration

IBM announced on Friday it is expanding its IBM Bob agentic software development platform beyond simple code generation to orchestrate the entire software development life cycle (SDLC). The update introduces multi-agent workflows, parallel tool use, and built-in governance, aiming to manage the process surrounding code as much as the code itself.

This represents a significant maturation of AI's role in engineering. The industry is moving past single-shot coding assistants toward integrated, agent-driven platforms that manage complex, end-to-end development processes. For a head of product, this signals that future tooling will focus on system-level coordination and governance, not just developer productivity at the file level.

Verified across 1 sources: InfoWorld

AI Coding Tools Accelerate Implementation, Shifting Bottleneck to Product Discovery

With AI tools like GitHub Copilot and Claude Code dramatically speeding up software implementation, a new analysis argues the primary bottleneck in software development has shifted upstream to product discovery. While engineering teams are seeing major velocity gains, the new core challenge is effectively defining *what* to build and ensuring it delivers real value.

This shift has profound implications for the role of a product builder. As AI handles more of the 'how' (implementation), the 'what' and 'why' (strategy and problem definition) become exponentially more valuable. It suggests that the most effective product and design leaders will be those who excel at strategic thinking and clear specification, as the cost of building the wrong thing fast is now much higher.

Verified across 1 sources: vuink.com

AI Developments

Fidji Simo, OpenAI's #2 Executive, Departs Amid Major Product Launch

Just as OpenAI rolled out its GPT-5.6 models and ChatGPT Work platform under tight government review, the company's number two executive, Fidji Simo, announced her departure on Friday. Her exit adds to a string of high-profile departures from the AI lab this year, highlighting executive turnover amid its aggressive product roadmap.

While OpenAI continues to ship impressive technology, the ongoing executive turnover suggests significant internal turmoil. For anyone building on or competing with OpenAI's platform, this instability is a risk factor. It raises questions about the company's long-term strategic focus, organizational health, and ability to retain the talent necessary to maintain its lead.

Verified across 1 sources: Platformer

Design Engineering

TypeScript 7.0 Now Stable, But Lack of Programmatic API Delays Adoption for Vue and Svelte

Microsoft's Go-based rewrite of TypeScript 7.0 is now generally available, but the rollout comes with a significant caveat. A migration playbook released Saturday reveals the new version currently lacks a stable programmatic API. This means major frameworks like Vue and Svelte, as well as tooling like typescript-eslint, cannot fully upgrade to leverage the 8-12x build speed improvements until version 7.1.

This creates a temporary split in the TypeScript ecosystem. While many projects can upgrade immediately and see massive performance gains, a significant portion of the web development community using popular frameworks will be forced to wait. For design engineers, it's a practical warning to check toolchain dependencies before upgrading, as a blind update could break critical parts of the development and linting process.

Verified across 6 sources: Microsoft DevBlogs · Digital Applied · TechTimes · yodev.dev · devclass · borncity.com

AI Supply Chain & Logistics

Amazon and UMich Develop 'HydroShear' to Give Robots a Sense of Touch

Amazon and the University of Michigan have jointly developed a new simulation method called HydroShear that allows robots to accurately model tactile forces, including the shear feedback that is critical for grip. This breakthrough enables robots to learn complex, contact-rich manipulation skills entirely in simulation and then successfully transfer them to real-world hardware, a long-standing challenge in robotics.

This is a significant step toward creating more dexterous and capable robots for logistics. By solving the sim-to-real gap for tactile senses, HydroShear could unlock automation for a wide range of warehouse tasks that currently require human dexterity, such as picking and stowing varied or delicate items. It's a foundational advance for the future of warehouse automation and inventory management.

Verified across 1 sources: Amazon Science

Retail Circularity & Reverse Logistics

Berlin Startup Reverse.fashion Raises Funds for AI-Powered Textile Sorting

The push to automate the circular economy continues to draw capital. Following Fleek's recent $25 million round to scale its secondhand fashion platform, Berlin-based startup Reverse.fashion has secured a seven-figure investment for its own AI-powered textile sorting system. Using computer vision to assess material composition and condition, the system aims to boost sorting productivity at waste management facilities by 40% and revenue by 20%.

This technology provides a critical piece of infrastructure for the circular economy, particularly as new EU regulations banning the destruction of unsold apparel take effect. By automating the sorting process—a major bottleneck in textile recycling—it makes reuse and remanufacturing more economically viable. This is directly relevant to building the operational backbone for retail circularity and reverse logistics.

Verified across 1 sources: WWD

Spokane & North Idaho

Spokane Valley Secures $20M Federal Grant for Sullivan/Trent Interchange Project

The city of Spokane Valley has been awarded a $20 million federal grant to overhaul the Sullivan Road and Trent Avenue interchange. The funding will be used to upgrade bridges and infrastructure that have not been significantly improved in 60 years, addressing critical needs for the growing community.

This is a major infrastructure investment for the Spokane region. The project will improve traffic flow, enhance safety, and support continued commercial and residential development in Spokane Valley, a key economic hub in the Inland Northwest. For local businesses and commuters, it promises to alleviate a significant traffic bottleneck.

Verified across 1 sources: Spot On Idaho

OSINT & Intelligence

'Ghostcommit' Attack Hides Prompt Injection in Images to Fool AI Code Reviewers

Security researchers have detailed a new attack technique called 'Ghostcommit' that embeds malicious prompt injection instructions inside images. When an unsuspecting developer includes the image in a pull request, an AI code reviewer or coding agent can be tricked into executing the hidden commands, potentially exposing sensitive data like repository secrets.

This demonstrates a novel and stealthy way to compromise AI-assisted development workflows. The 'human in the loop' is unlikely to spot instructions hidden in image data, creating a blind spot for security. It's a valuable case study in adversarial thinking for OSINT and security professionals, highlighting the need for digital forensic techniques that can analyze all inputs to an AI agent, not just text.

Verified across 1 sources: BleepingComputer

Newport Beach & Orange County

Huntington Beach Police Proactively Warn Against 'Takeover' Event After Newport Chaos

The fallout from Newport Beach's chaotic July 4th 'TikTok Takeover' is altering regional police tactics. After Newport authorities made over 400 arrests, police in neighboring Huntington Beach issued a preemptive warning against a rumored 'End of Summer Beach Bash.' HBPD says it is actively coordinating with regional agencies and taking a zero-tolerance stance to avoid a repeat of the Newport unrest.

This demonstrates a clear ripple effect across Orange County coastal cities. Law enforcement is shifting from a reactive to a proactive posture in response to the challenge of managing large, unpermitted gatherings fueled by social media. This could signal a new, more restrictive era of public safety enforcement for large events in the area.

Verified across 7 sources: Los Angeles Times · Los Angeles Times · Patch · FOX 11 Los Angeles · Los Angeles Times · Media News Source · FOX LA


The Big Picture

US-Iran Conflict Enters New Phase of Direct Retaliation Following the collapse of the ceasefire, Iran's new Supreme Leader is vowing revenge for his father's death while the IRGC claims strikes on US bases in Bahrain and Kuwait. The US is responding with its own strikes and public threats, creating a highly volatile cycle of direct military exchanges despite quiet diplomatic efforts.

AI Coding Tools Mature Beyond Raw Generation The latest updates from GitHub, Microsoft, and Cursor aren't just about making models better at writing code; they're about refining the entire development workflow. Features like collaborative AI sessions, better terminal interfaces, and improved search highlight a new focus on making the 'human in the loop' more effective, not just faster.

The True Cost of AI Coding Becomes Clear As agentic workflows become more common, engineering teams are facing startlingly high token-based bills, with costs for power users reaching up to $2,000 per month per engineer. This is forcing a new discipline around cost management, governance, and measuring the actual ROI of AI tool adoption.

Security for AI Agents Becomes a Critical Discipline With AI agents gaining more autonomy, new attack vectors are emerging. Vulnerabilities that allow prompt injection via images ('Ghostcommit') or enable remote code execution via messaging apps highlight the urgent need for new security models that go beyond traditional sandboxing and human review.

Local Governments Grapple with Social Media-Fueled Public Order Challenges The chaotic 'TikTok Takeover' in Newport Beach, which led to over 400 arrests, is having a ripple effect. Neighboring Huntington Beach is now proactively warning against a similar event, demonstrating how coastal cities are being forced to adapt their public safety strategies to manage large, unpredictable crowds mobilized by social media.

What to Expect

2026-07-18 A pedestrian path on Sandpoint's Long Bridge is scheduled to partially reopen.
2026-08-11 The 2026 AI Risk Summit is scheduled, focusing on enterprise AI governance and security.
2026-08-29 A groundbreaking ceremony is scheduled for a new Latter-day Saint temple in Coeur d’Alene.

Every story, researched.

Every story verified across multiple sources before publication.

🔍

Scanned

Across multiple search engines and news databases

490
📖

Read in full

Every article opened, read, and evaluated

165

Published today

Ranked by importance and verified across sources

14

— The Anvil

🎙 Listen as a podcast

Subscribe in your favorite podcast app to get each new briefing delivered automatically as audio.

Apple Podcasts
Library tab → ••• menu → Follow a Show by URL → paste
Overcast
+ button → Add URL → paste
Pocket Casts
Search bar → paste URL
Castro, AntennaPod, Podcast Addict, Castbox, Podverse, Fountain
Look for Add by URL or paste into search

Spotify isn’t supported yet — it only lists shows from its own directory. Let us know if you need it there.