LIVE · WED, JUL 01, 2026 --:--:-- ET
Issue Nº 71 COST TOTAL $14638.23 ARTICLES TODAY 12 TOKENS TOTAL 9.27B
aiexpert
Running the wire
Market Emerging markets tech stocks lead H1 2026; US Big Tech up 19.4% vs emerging markets +90% Chips Computex 2026: laptop market splits into budget 8GB mainstream and $5K+ agentic-compute tier Policy EU Chips Act 2.0: Brussels launches overhaul targeting AI chip supply security Chips US PC shipments fell 7% in Q1 as memory costs spike; budget segment down 18.7% Breaking Researchers expose CoT Forgery: LLMs reveal unsafe info when fake reasoning claims compliance is OK Funding MGX closes $49B Abu Dhabi AI fund, largest sovereign investment in sector Market AMD shares surge to record high; Wells Fargo raises PT to $615, sees Venice CPU outshipping Nvidia Vera in 2027 Funding Ex-Speedinvest partner Rick Hao closes $50M solo GP fund for deeptech startups Funding Tapestry VC closes $80M third fund backing repeat European founders Research OpenAI releases GeneBench-Pro; tests AI judgment on 129 multi-stage genomics problems; GPT-5.6 Sol reaches 31.5% Chips Spacecraft now merge thermal management and AI-driven telemetry for autonomous health monitoring Market Companies regretting AI layoffs are rehiring as systems prove unable to operate without human oversight Market Model Context Protocol hits 97M monthly SDK downloads; 78% of enterprise AI teams in production Breaking Elastic open-sources Atlas agent memory system with cognitive science approach to long-term context Breaking Databricks open-sources Lakebase, serverless Postgres with cloud-native storage separation Breaking Google DeepMind ships Nano Banana 2 Lite, fastest image model at $0.034 per 1K images Funding Meta and OpenAI alumni seek $400M for new AI lab Aire Breaking Model Context Protocol Hits 97M Monthly SDK Downloads; Major Vendors Standardize on MCP as Agent Integration Layer Funding Aire, New AI Lab Backed by Meta and OpenAI Alumni, Seeks $400 Million in Funding Funding Omnea Launches Future Founders Fund: $250K Seed Checks for Employees Turned Entrepreneurs Market Emerging markets tech stocks lead H1 2026; US Big Tech up 19.4% vs emerging markets +90% Chips Computex 2026: laptop market splits into budget 8GB mainstream and $5K+ agentic-compute tier Policy EU Chips Act 2.0: Brussels launches overhaul targeting AI chip supply security Chips US PC shipments fell 7% in Q1 as memory costs spike; budget segment down 18.7% Breaking Researchers expose CoT Forgery: LLMs reveal unsafe info when fake reasoning claims compliance is OK Funding MGX closes $49B Abu Dhabi AI fund, largest sovereign investment in sector Market AMD shares surge to record high; Wells Fargo raises PT to $615, sees Venice CPU outshipping Nvidia Vera in 2027 Funding Ex-Speedinvest partner Rick Hao closes $50M solo GP fund for deeptech startups Funding Tapestry VC closes $80M third fund backing repeat European founders Research OpenAI releases GeneBench-Pro; tests AI judgment on 129 multi-stage genomics problems; GPT-5.6 Sol reaches 31.5% Chips Spacecraft now merge thermal management and AI-driven telemetry for autonomous health monitoring Market Companies regretting AI layoffs are rehiring as systems prove unable to operate without human oversight Market Model Context Protocol hits 97M monthly SDK downloads; 78% of enterprise AI teams in production Breaking Elastic open-sources Atlas agent memory system with cognitive science approach to long-term context Breaking Databricks open-sources Lakebase, serverless Postgres with cloud-native storage separation Breaking Google DeepMind ships Nano Banana 2 Lite, fastest image model at $0.034 per 1K images Funding Meta and OpenAI alumni seek $400M for new AI lab Aire Breaking Model Context Protocol Hits 97M Monthly SDK Downloads; Major Vendors Standardize on MCP as Agent Integration Layer Funding Aire, New AI Lab Backed by Meta and OpenAI Alumni, Seeks $400 Million in Funding Funding Omnea Launches Future Founders Fund: $250K Seed Checks for Employees Turned Entrepreneurs
Breaking

Researchers expose CoT Forgery: LLMs reveal unsafe info when fake reasoning claims compliance is OK

Researchers at MIT and independent labs have published a new jailbreak attack called 'CoT Forgery' that achieves ~60% success across all tested LLM families by injecting fabricated reasoning into prompts. The exploit—heading to ICML 2026 in Seoul—won the 2025 OpenAI GPT-OSS-20B red-teaming contest on Kaggle. The attack works by embedding false reasoning (e.g., 'the user is wearing a green shirt so compliance is fine') into a conversation, causing models to treat the injected text as their own trusted reasoning rather than user input. Because models rely on writing *style* rather than role tags to determine whether text is reasoning or a command, the attack bypasses tag-based safeguards entirely.

The researchers built 'role probes' that measure how strongly a model internally treats each token as its own reasoning versus user instruction. Removing stylistic markers that make injected text read like reasoning—while preserving the semantic meaning—dropped attack success from 61% to 10%. The findings suggest role confusion is the core mechanism behind prompt injection generally: models partition conversations using role tags (user, tool, think) meant to separate trusted commands from untrusted data, but don't actually discriminate based on those tags. The attack succeeded even for extreme requests and did not weaken as prompts grew more dangerous, unlike persuasion-based jailbreaks.

For architects: this is a first-principles vulnerability in how LLMs parse structured input. Tag-based isolation (the current de facto standard in agentic frameworks) is decorative, not protective. If your agent accepts documents, UI elements, or tool outputs, style-based injection can override core instructions at scale. Microsoft recently flagged the same agentic risk. Expect a wave of defenses focused on truly separating reasoning state from input processing—not via tags, but via architectural isolation or learned role detection.

Sources