Today on The Anvil—The US and Iran are exchanging military strikes for a second consecutive day, with Tehran adding US facilities in Qatar to a target list that already includes Bahrain and Kuwait. In the tech sector, Microsoft just released a Go-based rewrite of TypeScript that promises a massive speed boost, and former GitHub CEO Thomas Dohmke has launched a decentralized Git network for AI agents.
As the military exchange we've been tracking enters its second day, the US struck approximately 90 targets inside Iran, while Tehran expanded its retaliatory strikes to include US facilities in Qatar, alongside previous targets in Bahrain and Kuwait. Mediators are urging both sides to return to the shattered agreement, but hostilities are actively escalating.
Why it matters
The collapse of the ceasefire and the direct, multi-front military exchange have dramatically increased the risk of a full-scale regional war. For the global economy, the immediate threat is the disruption of oil and gas transit through the Strait of Hormuz. The situation is highly volatile, with both sides demonstrating a willingness to escalate.
Microsoft has officially released TypeScript 7.0, a complete rewrite of the compiler in Go that delivers an 8x to 12x performance improvement in full builds. The new version, developed under 'Project Corsa,' also features shared-memory parallelism, a rebuilt file-watching infrastructure for faster updates, and significantly reduced memory usage.
Why it matters
This is a foundational upgrade for a critical piece of the web development ecosystem. For any team working with large TypeScript codebases, the dramatic reduction in build times and improved editor responsiveness will translate directly into a better developer experience and increased productivity. The migration to a native binary ends the era of Node.js-based TypeScript compilation, though it introduces a temporary challenge as the new version lacks a direct equivalent to the old Compiler API, which many tools in the ecosystem rely on.
Entire, a startup founded by former GitHub CEO Thomas Dohmke, launched a preview on Wednesday of a distributed Git network designed for the age of AI. The platform addresses scalability issues caused by AI coding agents by mirroring repositories across regions to offload heavy read traffic from central hosts like GitHub. It also includes a semantic memory layer that logs agent sessions and prompts to improve code traceability.
Why it matters
The proliferation of AI coding agents is straining the centralized architecture of services like GitHub. Entire is a direct infrastructural response to this new reality, proposing a decentralized model to handle the firehose of AI-driven read requests. For a product builder, this represents a potential solution to a growing performance bottleneck and offers a new layer of observability into how AI agents are interacting with and modifying codebases.
A critical vulnerability dubbed 'GhostApproval' has been discovered in six major AI coding assistants, including Amazon Q Developer, Anthropic Claude Code, Cursor, and Google Antigravity. The flaw exploits symbolic link following to bypass Human-in-the-Loop safety controls, allowing an agent to write to unintended files and potentially achieve remote code execution on a developer's machine.
Why it matters
This vulnerability exposes a fundamental security gap in how AI coding assistants interact with a developer's local filesystem. As these tools gain more autonomy, ensuring their actions are contained and verified is paramount. This discovery highlights the urgent need for more robust sandboxing and permission models to prevent AI agents from being turned into vectors for malicious attacks.
Following reports of SpaceX's impending $60 billion acquisition of Cursor maker Anysphere, SpaceXAI has released Grok 4.5, an 'Opus-class' model optimized for coding. Priced aggressively at $2 per million input tokens and $6 per million output tokens, the new model is notably available directly via the Cursor IDE and Grok Build.
Why it matters
The release of Grok 4.5 adds another major competitor to the high end of the foundation model market, while its integration into Cursor highlights the immediate synergies of SpaceX's reported acquisition. For product builders, this increases the choice of powerful models available within coding-native environments, continuing the trend of fierce competition on both capability and price.
Following the token-based billing shock we tracked for heavy Copilot users, GitHub has rolled out updates that offer engineering teams more cost and usage control. For Business and Enterprise customers, GitHub added the Kimi K2.7 Code model as a lower-cost, open-weight alternative, alongside a new usage metrics API to track review cycles.
Why it matters
These updates give engineering organizations more visibility over their use of AI tools, directly addressing the soaring costs associated with heavy agentic workflows. The addition of a lower-cost model like Kimi provides more financial flexibility and reflects a maturation of the AI coding market toward enterprise-grade governance.
Anthropic has developed a new method called the 'Jacobian lens' that can identify 'silent words'—emergent concepts that models compute internally but do not include in their final text output. This tool, now open-sourced, allows researchers to visualize these hidden reasoning tokens, offering a new way to audit models for risks like deception or prompt injection. The research finds these internal concepts comprise about 10% of activations in complex prompts.
Why it matters
This research makes the 'black box' of AI reasoning more transparent. Instead of just evaluating a model's final answer, this technique allows for inspection of the internal 'thought process,' which is a significant step forward for AI safety and alignment. It moves the industry toward more observable and auditable AI systems, which is crucial for building trust and deploying them in high-stakes environments.
London-based Fleek has raised $25 million in a Series B funding round, with participation from eBay and an early Vinted backer, to expand its AI-powered platform for the secondhand clothing trade. The company's 'Fleek Sort' software uses computer vision to automatically sort, grade, and price used garments, aiming to digitize the traditionally manual processes in the $200 billion global industry.
Why it matters
This investment highlights the increasing focus on applying technology to solve operational challenges in the circular economy. For large retailers exploring recommerce, Fleek’s technology addresses a core bottleneck: efficiently and consistently processing used goods for resale. Automating this step is critical for making circular business models scalable and profitable, moving beyond niche programs to large-scale operations.
A growing wave of retirees moving to Kootenai County is driving over $100 million in new healthcare investments in Post Falls. The projects aim to meet rising demand from an aging demographic and include a new Encompass Health inpatient rehabilitation hospital and a medical office building as part of the Prairie Medical Campus.
Why it matters
This 'silver tsunami' is reshaping the local economy of North Idaho, creating a surge in demand for healthcare that is now being met with significant capital investment. The development not only addresses a critical service gap but is also creating high-paying jobs and transforming Post Falls into a regional medical hub.
Two AI supply chain startups, DeepFabric and Infios, have launched new agent platforms aimed at automating operational execution. DeepFabric's platform, now generally available, offers over 50 specialized agents for tasks across the supply chain, with early users reporting significant ROI. On Thursday, Infios launched 'Archer,' an intelligence layer designed to embed automated decision-making directly into existing order, warehouse, and transport systems.
Why it matters
These launches signal a shift in supply chain AI from analytics and forecasting towards autonomous execution. By embedding agents directly into operational workflows, these platforms aim to automate routine decisions and manual tasks, promising to improve efficiency, reduce costs, and make supply chains more resilient to disruptions.
Brothers Manouch and Mark Moshayedi are seeking approval for 'Newport Village,' a major mixed-use development on Mariners' Mile in Newport Beach. The brothers have spent over $130 million acquiring property for the project since 2009. Their proposal for 181 rental apartments and 17 condos has faced years of community opposition over concerns about density and blocked views.
Why it matters
This project represents one of the most significant potential transformations of a key Newport Beach corridor in years. Its long and contentious approval process highlights the persistent tension in the city between development, property rights, and community concerns over preserving local character and coastal sightlines.
Security researchers have detailed 'PromptSpy,' a proof-of-concept malware that infects developer systems via malicious npm packages. The malware targets users of AI coding assistants like Cursor and GitHub Copilot. It intelligently monitors keystrokes and clipboard data, using an LLM to identify and exfiltrate only high-value information like API keys or proprietary code, making it stealthier than traditional keyloggers.
Why it matters
PromptSpy represents a new class of intelligent, adaptive malware that weaponizes AI to conduct highly targeted data theft. By targeting developers and using an LLM to filter for sensitive information, it can bypass traditional security defenses that look for bulk data exfiltration. This highlights a significant new threat vector in the software supply chain.
US-Iran Ceasefire Collapses into Open Military Conflict Following President Trump's declaration that the ceasefire was 'over,' the US and Iran have engaged in a second day of direct military strikes. The US targeted Iranian infrastructure, including a key rail line, while Iran launched retaliatory attacks on US bases in Kuwait, Bahrain, and Qatar, dramatically increasing the risk of a wider regional war.
Developer Tooling Gets a Foundational Speed Boost Microsoft has rewritten the TypeScript compiler from scratch in Go, releasing v7.0 with a reported 8-12x performance increase. The update dramatically cuts build times and improves editor responsiveness, representing a major upgrade to a foundational technology for frontend and fullstack web engineering.
AI Coding Infrastructure and Security Risks Evolve in Parallel As AI coding tools mature, so do the threats against them. New 'GhostApproval' and 'workflow-level jailbreak' vulnerabilities expose major coding assistants to remote code execution. In response, infrastructure is also evolving with the launch of Entire, a distributed Git network from GitHub's ex-CEO designed to handle the load from AI agents, and new 'policy-as-code' governance tools from GitHub.
Venture Capital Doubles Down on AI for the Circular Economy Two startups focused on automating the secondhand clothing market, Fleek and reverse.fashion, have secured significant new funding rounds. The investments highlight a growing focus on using AI and computer vision to solve the complex operational challenges of sorting, grading, and pricing used goods, a key bottleneck for scaling retail recommerce.
AI Safety Research Reveals 'Hidden' Model Reasoning A new research technique from Anthropic, called the 'Jacobian lens,' allows auditors to observe the 'silent words' and hidden reasoning inside a large language model before it generates a final output. This moves safety analysis from merely judging a model's answers to inspecting its internal decision-making process, a critical step for auditing for deception or bias.
What to Expect
2026-07-10—Washington State Parks and Recreation Commission to vote on the final master plan for Mount Spokane State Park.
2026-07-11—Manito Park Fitness Series begins in Spokane, offering free fitness sessions on Saturdays through August 22.
2031—Proposed deadline for Spokane landlords to provide 'adequate cooling' in rental units, pending ordinance passage.
How We Built This Briefing
Every story, researched.
Every story verified across multiple sources before publication.
🔍
Scanned
Across multiple search engines and news databases
517
📖
Read in full
Every article opened, read, and evaluated
182
⭐
Published today
Ranked by importance and verified across sources
12
— 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