AI policy changes the boundaries for training, product launches, data use, and cross-border deployment. This hub tracks regulation, copyright, safety standards, export controls, public procurement, and industry rules so teams can anticipate compliance, market-access, and roadmap risk.
Apple is suing OpenAI. The complaint is readable and intense, as these things often are, though many experts seem to think many of the allegations are just the ways things are done. So what does Apple really want here, and why is it picking such a public fight with OpenAI? On this episode of The Vergecast, Nilay and David go through the lawsuit, and look at Apple's history of splashy litigation to determine whether Apple is worried about a possible competitor or simply looking to capitalize on a weak moment for OpenAI. All this is happening as Apple ships the public betas of its new software, headlined by the new Siri AI, and we have thoughts about what it all means — and whether the new Siri is actually any good.
Apple sues OpenAI; experts say allegations are standard industry practices.
Apple's motive: fear of competition or exploiting OpenAI's weakness?
Coach’s Corner is a Databricks App that transforms 25 fps match tracking data into a sub-second 2D/3D tactical bench with replays, event analytics, a scout chat, and an opponent-dossier agent. It runs on one platform, powered by Databricks end-to-end: Lakeflow pipelines refine 51 million rows through bronze, silver, and gold; DBSQL queries them in 1-3 seconds; and Lakebase serves them to the app in milliseconds. The AI layer is grounded in governed data, including a Genie space for scouting questions, Vector Search for similar players, and an agentic dossier that calls an LLM served through the Unity AI Gateway, with every step traced in MLflow.
Coach's Corner unifies data ingestion, transformation, and AI on a single platform for real-time tactical insights.
Uses Spark Declarative Pipelines to process 51 million rows and DBSQL for 1-3 second query responses.
This post provides a high-level overview of the Smartsheet remote MCP architecture, focusing on the AWS infrastructure behind it, including security, governance, scaling, deployment, and AI-specific optimizations.
Smartsheet built a remote MCP server on AWS to give AI clients direct access to its data and capabilities.
Key AWS services include AWS Fargate, Amazon Kinesis, Amazon Bedrock, and Amazon Neptune.
Startup Factory is an open-source framework that turns project management boards into a governed delivery system for AI agents. It supports multiple trackers, provides layered safety boundaries, and enables deterministic orchestration of cross-functional AI teams.
Startup Factory connects project management tools (Jira, Linear, GitHub Issues, Markdown) to AI agents for end-to-end product delivery.
It features a deterministic PM supervisor that checks boards every 3 minutes, routes tasks to appropriate agent teams, and enforces safety and governance.
The article argues that AI memory is the new vendor lock-in, with no real portability existing in July 2026. It identifies three types of lock-in (behavioral, context, relationship), praises early movers like Cognee and ByteRover, but stresses that a neutral interchange standard is needed, as single-vendor formats are just dialects. Regulatory pressure in Europe may accelerate the need.
As of July 2026, there is no practical portability for AI memory; switching platforms means starting from scratch.
Memory lock-in comes in three layers: behavioral, context, and relationship, with relationship being the hardest to migrate.
Bunkerhill Health has raised $55 million to scale its agentic AI platform, Carebricks. The platform is already live at Cleveland Clinic, UTMB, and Intermountain Health. UTMB has deployed over 20 agents across clinical, operational, and administrative workflows, reporting early wins such as a coronary calcium detection agent that flagged a patient at imminent heart attack risk, leading to a life-saving triple bypass.
Bunkerhill Health closes $55M Series B with participation from Sequoia Capital, Khosla Ventures, and others.
Its agentic AI platform Carebricks allows hospitals to build custom AI agents for clinical, operational, and administrative tasks.
As President Trump accuses China of stealing US election data, President Xi counters at Shanghai's AI summit, positioning China as a responsible global leader in AI. The event highlights deepening US-China tech rivalry, with China pushing for global AI governance and launching a new international AI cooperation body.
Trump accuses China of illegally obtaining 220 million US voter files; China denies.
Xi promotes AI for good and criticizes US national security overreach in tech.
DoorDash releases a command-line interface (dd-cli) enabling AI agents to place real orders on its platform without human approval. While this empowers developers, it sparks debate about disintermediation and DoorDash's business model. Experts warn that refusing to offer such an API could be riskier if agent-led ordering becomes the norm.
DoorDash launches dd-cli, allowing AI agents to order food directly via command line.
The CLI removes the human-in-the-loop step, enabling autonomous agent purchases.
Organizations are moving beyond AI deployment to focus on measurable business value, workflow redesign and the governance needed to successfully scale AI.
Enterprise AI focus shifts from deployment to proving business value
Workflow redesign is critical for maximizing AI benefits
AI has transformed many industries but made little progress in education because learning requires meaning before mechanics, with a caring human in the loop. The article proposes a two-track education approach: a curriculum track for traditional paths and a child-led track for interests. It emphasizes focusing on meaning, real-world projects, and cognitive apprenticeships enabled by AI.
AI tutors haven't changed education because learning needs meaning and care, not just tailored mechanics.
Proposes two tracks: curriculum track for conventional credentials and child-led track for passion projects.
Experts warn that agentic AI will disrupt enterprise software revenue models, but the 'SaaS apocalypse' is overrated. Providers are focusing on core capabilities to survive disintermediation.
Agentic AI could expose up to $234 billion in enterprise app spending to arbitrage by 2030.
Vendors like Workday, Freshworks, and Snowflake are betting on trust, data, and specialization.
BrowserAct is a CLI tool for AI agents that bypasses anti-bot measures, allows human handoff, runs parallel tasks without interference, and isolates multiple accounts. It features three progressive anti-blocking layers, three browser modes, zero-interference concurrency, and output optimized for LLM reasoning.
Three progressive anti-blocking layers: environment (stealth fingerprint, TLS rotation, proxy switching), execution (CAPTCHA solving, protected page extraction), human (remote handoff).
Three browser modes: reuse local Chrome, stealth privacy (fresh fingerprint per session), stealth fixed identity (stable fingerprint and IP for logged-in accounts).
This article curates five free resources for learning agentic AI, from structured courses to theoretical foundations and practical evaluation, helping developers build and understand agents effectively.
Microsoft's 'AI Agents for Beginners' offers a structured, multi-lesson course with hands-on Python exercises.
The Hugging Face AI Agents Course provides framework-agnostic, hands-on experience with multiple libraries.
A recent analysis of AI models from different countries reveals heavy regional censorship on sensitive topics. The author proposes a voluntary international certification standard for AI ethics and transparency to prioritize truth over political interests.
AI models from India, China, Europe, and the US show varied censorship on topics like history, caste, biology, and immigration.
Current censorship driven by legal fears and ideological capture reduces AI truthfulness.
The article argues against both zero-spec and over-specification in agentic development, advocating for a balanced approach with executable checks. It emphasizes that the bottleneck has shifted to defining correctness, and the right amount of specification depends on the task type—exploratory, bounded, deterministic, or multi-agent.
Zero spec hides the cost of correction loops; moderate spec with executable tests reduces total cost.
Spec validation is crucial before scaling implementation.
This article summarizes five recent studies on AI in software engineering, revealing that AI compresses upstream work but creates downstream bottlenecks. Key findings: GitHub Copilot increases PR throughput by ~40% with a dose-response effect; AI coding gains (up to +180%) attenuate dramatically through the delivery process (only +30% more releases); productivity and developer experience decouple over time; developers want AI for verification tasks rather than code generation; and cognitive debt and intent debt are emerging as critical software health concerns alongside technical debt.
A dose-response analysis of GitHub Copilot shows ~40% more completed PRs per coding hour at high usage, especially for larger PRs (7+ files).
AI gains in code generation (up to +180%) decrease significantly through the delivery pipeline, resulting in only ~30% more releases.
JetBrains Research explores how AI combined with Extended Reality (XR) can create new interaction paradigms for tech creators. Through expert interviews, they identified five themes: communicating intent to AI-XR systems, AI making XR environments adaptive, barriers to mainstream adoption, changes in creation workflows, and privacy/ethical risks. The study suggests that the convergence of XR hardware and AI may revolutionize technology creation, though technical, cognitive, and organizational constraints remain.
AI and XR could bring the first interaction revolution in 60 years since the mouse and window paradigm.
13 expert interviews revealed five overarching themes.
This dataset provides a single-file, pre-embedded SQLite corpus of the EU AI Act (Regulation (EU) 2024/1689), chunked by legal structure with BGE-M3 dense embeddings, metadata, risk tier labels, and more. It is designed for local query and RAG research, with verified completeness and transparent derivation rules.
Einstein’s field equations, Newton’s universal law and artificial intelligence are among the subjects of Laidlow’s ambitious orchestral works on this NMC debut album.
Laidlow's album explores themes from physics and AI, including Einstein's field equations
The piano concerto 'Warp' offers a musical solution to Einstein's field equations
The European Union has issued two new rules requiring Google to share search data and open its Android operating system to rival AI companies, aiming to foster competition and innovation. Google warns the move could undermine user privacy and security.
EU mandates Google share anonymized search data with competitors and allow third-party AI assistants to function equally on Android.
Google must enable voice activation and background tasks for rival AI agents by 2027.
This paper proposes LIFT, a force-aware post-training framework that adds contact reactivity to pretrained vision-language-action (VLA) policies. By grafting a reactive action expert, injecting 6D end-effector force via causal force memory and cross attention, and coupling with an online DAgger loop, LIFT outperforms vision-only post-training in towel folding, book insertion, and Hanoi ring placement.
LIFT enhances VLA policies with contact reactivity while preserving general manipulation knowledge.
It uses a reactive action expert, causal force memory, and online DAgger training to handle distribution shifts.
This work introduces a multi-modal orchestration framework for semantic audio-driven humanoid control, enabling real-time autonomous selection of motion skills based on music or speech input. Validated on the Unitree G1 humanoid, it demonstrates robust sim-to-real transfer.
Proposes a semantic audio-driven framework for humanoid whole body control with real-time skill selection.
Processes music via audio fingerprinting and speech via imitation-learned skill library.
Researchers propose an adaptive control method for flexible joint robots with uncertain joint stiffness. The approach updates estimates of nonlinear torque-deflection relations using an implicit control law and a control-input-dependent regressor matrix, and analyzes robustness against motor position controller errors. Experiments on a flexible joint with nonlinear stiffness validate the approach.
Model-based control of flexible joint robots relies on accurate stiffness models, which are often unavailable due to varying conditions and wear.
The proposed adaptive control method updates estimates of uncertain nonlinear torque-deflection relations online.
SD-MAR is a framework for training and evaluating vision-language models (VLMs) on multi-image analytical reasoning tasks. It constructs paired visual scenarios through controlled perturbations and generates reasoning tasks spanning semantic change attribution and quantitative comparison. Using GRPO-lite with Backward Discounted Allocation (BDA), a reinforcement learning approach that removes KL regularization, fine-tuning on SD-MAR improves in-domain accuracy by up to 36.95% on Qwen2.5-VL-7B and InternVL3-8B. Qwen2.5-VL-7B outperforms GPT-4.1 on the SD-MAR benchmark. Out-of-domain generalization is preserved or improved, with performance within 1% on MME, MMMU-Pro, MathVista and up to 4% improvement on MMBench. LLM-as-judge evaluation shows consistent improvements in logical coherence and explanation quality.
SD-MAR generates multi-image reasoning tasks via synthetic data.
GRPO-lite with BDA reinforcement learning enhances policy optimization.
This paper proposes SIRUS, a training-free inference-time framework for concept-level unlearning in text-to-video (T2V) models. SIRUS localizes target-related prompt evidence and suppresses target expression during sampling without updating the text encoder or denoising network. A video-oriented evaluation framework is introduced to separately measure target forgetting, non-target preservation, video quality, jailbreak robustness, and efficiency. On CogVideoX, SIRUS achieves 70.4% average forgetting success and 25.7% average frame hit, compared to 44.4%/47.2% for VideoEraser, while reducing the average VBench quality drop from -0.043 to -0.016. Transfer experiments on Wan2.2 suggest SIRUS generalizes across modern T2V backbones.
SIRUS is a training-free inference-time framework for concept-level unlearning in T2V models by localizing and suppressing target concepts in prompts.
A video-centric evaluation framework is proposed with metrics for forgetting, preservation, quality, robustness, and efficiency.
The Just Keep Prompting (JKP) framework tests VLM stability under repeated challenging. Evaluations on GPT-4o, Gemini 2.5 Pro, and Qwen3-VL-30B show substantial instability and answer flipping, with model-specific pressure-response profiles.
JKP uses three strategies (Adversarial Negation, Pure Socratic Interrogation, Context-Aware Socratic Summarization) to probe models over up to 10 turns.
Aggregate accuracy changes little, but trajectory analysis reveals frequent answer flips and instability.
This paper analyzes why closed-loop knowledge systems (e.g., LLMs, RL) saturate under repeated internal feedback and introduces a three-level operational framework to enable escape via structural interventions. Using Lyapunov drift, stability is characterized, and escape is quantified by attractor displacement and a KL lower bound. Case studies include LLM code repair, sparse-reward RL, and Bayesian optimization.
Closed-loop systems exhibit diminishing returns under repeated internal feedback; external information is needed to escape attractors.
A three-level framework is proposed: knowledge states evolve via transition kernels indexed by structural parameter θ; interventions change θ and are falsifiable.
This paper introduces C3R, a drop-in control layer that, from an inferred domain posterior and no query-time label, certifies a per-domain contamination budget where feasible and otherwise abstains. It guarantees a reduction on the hardest domains, shows stability across resampling, and retains more recall than calibrated cascades.
C3R provides label-free per-domain contamination control with conformal risk guarantees.
It uses a two-split scheme with finite-sample transfer bounds that support heterogeneous budgets.
A new approach called LLM-T1D combines reinforcement learning with large language models to create an interpretable insulin pump controller for Type 1 Diabetes, achieving 73.5% Time in Range while providing clear explanations.
Combines RL with LLMs for transparent decision-making
A new paper introduces a three-level hierarchical learning architecture for UAV swarms in search and rescue, integrating Hebbian neuroplasticity, multi-agent RL with GNN and behavior trees, and meta-learning with BDI reasoning. The framework provides formal guarantees and introduces Swarm Meta Cognition.
Three-level architecture inspired by biological hierarchy of reflexes, skills, and reasoning.
Uses Hebbian neuroplasticity, MARL with GNN/behavior trees, and meta-learning with BDI/digital twin.
AI writes code faster than humans can review it, creating a massive trust crisis. Unit tests and prompt engineering aren't enough. Here propose Semantic Contracts—a type-safe, compile-time blueprint that sits between your requirements/prpmpts and code, guaranteeing correctness no matter who (or what) wrote the implementation.
Semantic Contracts provide a verifiable bridge between requirements and code.
Contracts use typed states and combinators to enforce correctness at compile time.
As enterprises race to scale AI, the biggest obstacle to performance and ROI may be the infrastructure moving data, not the hardware processing it. The article argues that idle GPUs are often due to 'data starvation' caused by inefficient storage-to-compute data pipelines. It advocates for a loosely coupled architecture with an application delivery controller to optimize data flow, and highlights three dimensions of resilience: reachability, policy, and delivery.
AI performance issues often stem from data delivery infrastructure, not compute power.
Loosely coupled architecture with an ADC can decouple storage and compute for better flexibility and performance.
Gradle Technologies has rebranded to Develocity, evolving its focus to AI-driven software delivery. The company notes that AI has shifted the bottleneck from human developers to the pipeline, requiring new governance and efficiency measures.
Gradle Technologies rebrands to Develocity, focusing on AI-driven software delivery.
The bottleneck has moved from developers to the pipeline due to AI.
Preempt AI v2 is a security standard for AI applications, using ML to defend against prompt injection, jailbreaks, and data leaks. It offers 99.65% accuracy, supports 12+ languages, and has sub-10ms latency.
Preempt AI v2 provides a security layer for AI apps, blocking prompt injection, jailbreak attacks, and data leaks.
ML-powered detection achieves 99.65% accuracy across 12+ languages and 41+ attack types.
Meta launched Muse Image, a new AI tool, but faced backlash over a feature that let users tag others to generate AI images using their public photos. The company has disabled the feature, but users must still manually opt out to prevent their photos from being used.
Meta's Muse Image tool allowed tagging Instagram accounts to generate AI images, but was disabled after criticism.
Users must manually change settings to prevent their public photos from being used for AI generation.
VulnHunter is an open-source, agentic AI security tool that applies proactive, attacker-first analysis directly to source code. It identifies exploitable vulnerabilities, reduces false positives, and provides evidence-backed fixes.
Unlike traditional passive SAST scanners, VulnHunter simulates an attacker's mindset for forward analysis, reducing false positives.
Includes a falsification engine that actively tries to disprove its own findings, ensuring high-priority alerts are accurate.
Microsoft's Foundry platform now supports over 80,000 enterprises building AI agents. In an interview, VP Marco Casalaina explains the critical difference between prototypes and production agents, the importance of the agent harness, and how Microsoft builds context layers for reliable agents.
Prototype agents fail in production due to issues in the surrounding harness, not the model.
The agent harness (runtime, tools, identity, context) is as important as the model itself.
Astrio releases Forall (∀), a coding agent that generates code alongside machine-checkable proofs from user-written specifications. Available as a full CLI agent or a verify-only MCP integration, it currently supports TypeScript, Java, and Rust under the Apache-2.0 license.
Forall is a specification-driven AI coding agent that produces both code and formal proofs.
Offers two modes: full CLI agent and MCP verify-only integration with existing IDEs.
The US Copyright Office rules that AI-generated content cannot be copyrighted. An author faces rejection of his book's copyright because he did not preserve the initial AI-written portions, making it impossible to prove human authorship.
US Copyright Office states AI-generated material is not copyrightable.
An author lost copyright claim due to missing records of AI-written parts.
Rootly AI Labs introduces Doom Agent Arena, an open-source benchmark using the classic game to test LLMs' reasoning, adaptation, and decision-making skills in dynamic environments. Findings show longer deliberation doesn't guarantee better outcomes, agents can write their own runbooks for efficiency, and speed compounds even if it doesn't win games—offering lessons for AI-assisted incident response.
Doom Agent Arena tests LLMs by having them control game agents via MCP, focusing on reasoning rather than vision. Longer thinking times correlated with worse performance, not better. Agents that wrote their own Python controllers (runbooks) improved speed and auditability. Faster decisions, while not decisive in winning, accumulate to reduce MTTR in incident response.
An in-depth look at the historical Luddite movement—who they were, what they did, and whether they succeeded—and why the modern anti-AI movement cannot simply copy their tactics. The author argues that fundamental differences in context, locality, and specific demands make Luddism a poor model for today's AI resistance.
The Luddites were 19th-century English textile artisans who violently protested machine automation.
Although the movement was crushed, it achieved short-term gains and influenced later labor reforms.
A new paper introduces MemDecay, a training-free region-aware KV cache eviction policy for LLM agents. It assigns region-specific priorities and decay rates, preserving critical information under fixed cache budget. Experiments show system tokens have much longer half-lives than scratchpad tokens, and pinning system regions retains perfect accuracy where baselines fail.
MemDecay uses semantic structure to manage cache in LLM agents.
System token half-life (148-189 steps) is 10x longer than scratchpad (14-16 steps).
OpenAI's GPT-Red uses human-AI collaboration for red teaming, a novel approach to model safety, but enterprises must still ensure alignment with their workflows.
The article challenges the narrative that AI distillation by Chinese labs amounts to model theft, arguing that current IP laws do not support such claims. It recommends policy focused on securing access to frontier models rather than expanding IP protections.
Distillation is common in AI development and not equivalent to stealing model weights.
Mass distillation violates terms of service but is unlikely to constitute trade secret theft under current law.
Dotmatics Luma and Databricks integrate to harmonize scientific data from instruments, creating a continuous, FAIR-compliant pipeline that enables trustworthy AI in research.
Luma provides scientific context and instrument connectivity; Databricks provides enterprise-scale storage, governance, and AI tooling.
Together they deliver a unified stack that transforms fragmented instrument outputs into structured, AI-ready data.
xAI's Grok 4.3 is now generally available on Amazon Bedrock, offering configurable reasoning effort, strong tool use, instruction following, and a 1 million token context window for agentic and enterprise workloads. This post covers its features, access methods, and how to use key capabilities such as chat, reasoning, tool calling, structured output, image input, and multi-turn conversations.
Grok 4.3 is available on Amazon Bedrock via the Mantle inference engine with OpenAI-compatible APIs.
Supports configurable reasoning effort (none, low, medium, high) to balance depth and latency.
OpenAI trained GPT-Red, an internal-only attacker model, using self-play reinforcement learning against a population of defender LLMs. It beat human red-teamers 84% to 13% on a replicated indirect prompt injection arena, found a novel "Fake Chain-of-Thought" attack class, and cut GPT-5.6 Sol's failures 6x on OpenAI's hardest direct injection benchmark. OpenAI concedes it still struggles with multi-turn and image-based attacks.
GPT-Red is an internal automated red-teaming model trained via self-play RL against defender LLMs.
On a replicated indirect prompt injection arena, GPT-Red achieved 84% success on GPT-5.1 vs. 13% for human red-teamers.
BIS Bulletin No. 128 reveals that BDCs have lent $115 billion to software firms, representing a fifth of their lending and over 80% of their tech portfolios. Revenue uncertainty from generative AI has not yet impacted these loans, but recent spread narrowing reduces loss buffers.
BDCs have $115 billion in loans to software firms, over 80% of tech portfolios.
Generative AI uncertainty has not affected loan pricing yet.
Linus Torvalds firmly supports AI-assisted tooling in the Linux kernel review process, rejecting anti-AI positions. In a mailing list discussion about the Sashiko code review tool, which finds 53.6% of bugs with under 20% false positives, Torvalds called AI a 'useful tool' and stressed that Linux is not an anti-AI project. He noted that AI tools are rapidly evolving and that critics should be self-aware, as 'natural intelligence isn't always all that great either.'
Torvalds endorses AI-assisted code review tool Sashiko, pushing back against anti-AI sentiment.
Sashiko finds 53.6% of bugs in patches, with a false positive rate under 20%.