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.
exxperts is a local-first agentic runtime that provides persistent AI rooms with governed, approval-gated memory. Everything runs locally as files on your disk, ensuring privacy and control. It offers both a web app and a CLI/TUI interface.
exxperts provides persistent AI rooms with approval-gated memory, giving users full control over their AI's memory.
Everything runs locally on your machine, with all data stored as plain files under ~/.exxperts.
Open-source AI faces its most serious viability test. White House discussions on executive orders to restrict open models, plus policy debates on distillation and frontier capabilities, could lead to a ban on advanced open-weight models within 6 months. The article critiques Anthropic's regulatory capture, argues that API security is overblown, and warns that a ban would harm the US open-source ecosystem. Short-term solutions include US companies releasing competitive open models and building coalitions.
White House may issue an executive order restricting open models, potentially banning models above GPT-5.5/Claude Opus 4.8 capability within 6 months.
Distillation debate is regulatory capture by Anthropic, pushing self-serving policies under the guise of safety.
The one-step trap is a common mistake in AI research where researchers assume that learned predictions can be mostly one-step, with longer-term predictions generated by iterating them. While appealing, this approach suffers from error accumulation and exponential computational complexity, making it impractical. Rich Sutton argues for temporally abstract models using options and GVFs as a solution.
Iterating imperfect one-step predictions causes errors to compound, leading to poor long-term predictions.
Computational complexity grows exponentially with prediction horizon in stochastic settings.
Microsoft is testing PC Insights, a new Copilot feature that analyzes system resource usage to help users identify performance bottlenecks. However, Copilot itself is a full web app with a private Edge instance, consuming up to 1GB RAM at idle, highlighting the irony. The feature is opt-in and requires user permission.
Copilot’s PC Insights can read CPU, RAM, storage, and other system info to answer questions.
The feature is opt-in and does not scan in the background without permission.
Researchers have compiled a database of over 3,000 bank runs from 1863-1934, revealing that most runs did not lead to failure, and analyzing geographic and temporal patterns.
Majority of bank runs do not result in failure.
Bank runs spiked during major crises like 1873, 1893, 1907, and the Great Depression.
Samsung Health now requires users to consent to using their health data for AI training, or lose the ability to sync data, potentially rendering the app and Galaxy Watch less useful.
Users see a consent notice to use health data for AI training, including activity, medications, and menstrual cycles.
Opting out disables syncing with Samsung account and deletes data unless required by law.
Apple accuses OpenAI and two former Apple employees of stealing trade secrets to build hardware for ChatGPT, alleging a coordinated pattern of misconduct. OpenAI denies the claims, stating it has no interest in other companies' secrets.
Apple sues OpenAI for trade secret theft involving former employees Tang Tan and Chang Liu.
OpenAI denies allegations, says it is reviewing the filing.
Linux of AI is a seven-project open-source ecosystem designed to reduce AI vendor lock-in by providing portable ontology, policy-as-code, model replacement benchmarking, audit logging, cost measurement, and more. It aims to make AI infrastructure inspectable, governable, measurable, and replaceable without reliance on a single vendor. All core software is free and open source under the MIT license.
A seven-project open-source ecosystem to reduce AI vendor lock-in.
Provides portable ontology, governance policies, model replacement, audit logs, and cost measurement.
This article critically analyzes the AI Code Review Bench benchmark, arguing that it fails to define the problem from first principles and overlooks the distinction between two different AI code review problems: human comprehension and machine verification. The author, Shrijith Venkatramana, contends that the benchmark measures proxies rather than actual software outcomes, and emphasizes the importance of production outcomes and severity.
The AI Code Review Bench appears objective but lacks a fundamental problem definition.
AI code review actually comprises two distinct problems: human comprehension (recommendation) and machine verification (automated repair).
AI projects often stall after the demo phase. Confluent's 2026 Data Streaming Report reveals only 32% have agentic AI in production, with data infrastructure and skills shortages as key barriers. Real-time data pipelines and governance are critical for production-ready AI.
Only 32% of organizations report agentic AI in production.
Data infrastructure and quality are top barriers to AI success.
From a small protest in Ireland to nationwide opposition in the US, the battle against AI data centers is escalating. This article traces the origins, current protests, political responses, and what lies ahead as communities push back against the environmental and economic impacts of massive data center buildouts.
Apple's 2015 Ireland data center plan was abandoned after years of local protests and legal battles.
In Q1 2026, at least 75 US projects were blocked or delayed, with 833 active opposition groups.
The University of Chicago bans electronic devices in first-year law classes starting fall to combat AI reliance, while integrating responsible AI education into the curriculum.
University of Chicago bans laptops, tablets, and phones in first-year law classrooms effective fall.
The ban aims to foster independent critical thinking without AI assistance.
Software engineering, once a stable high-paying profession, is being disrupted by AI. Engineers are adapting by learning new skills, focusing on fundamentals, and organizing for protections. The industry faces layoffs, underemployment, and a shift from coding to reviewing AI-generated code.
AI is transforming software engineering, with 75% of code at Google now written by AI.
Engineers like Matt avoid AI to keep skills sharp, while others like George Dover upskill to stay relevant.
Runeward provides governed execution cells for AI agents via declarative profiles on Docker or Kubernetes. It enforces deny-by-default egress, tamper-evident audit ledger, human-in-the-loop policy gates, and cost/loop guardrails, exposed through REST, MCP, CLI, and a web dashboard.
Declarative security contracts profile sandboxes with deny-by-default egress.
Tamper-evident, hash-chained, ed25519-signed audit ledger for every action.
A new benchmark reveals that 97 out of 108 measured positions across 18 AI models from 12 labs land left of center. The findings show a consistent progressive lean, with exceptions on economics, foreign policy, and religion. xAI's Grok models are closest to center, while many models refuse to answer certain questions, affecting their scores.
Attestor is an open-source zero-trust execution boundary for AI agents. It performs policy checks, approval validation, and evidence review before agent execution, returning decisions such as admit, narrow, review, or block, enforced through a customer-owned gate. Suitable for payments, data access, infrastructure changes, and more.
Provides policy, approval, and evidence checks before AI agent execution, returning structured decisions.
Supports shadow pilot mode to observe risks without actual execution, reducing deployment risk.
This article describes an experiment where an AI agent placed in an unknown ARC-AGI puzzle environment develops an explicit world model through naming, abstraction, and mathematical reasoning, drastically improving problem-solving efficiency.
AI autonomously names objects and records rules in an unknown environment, building an explicit world model.
It discovers and abstracts operations P and Q, using mathematical notation for offline deduction.
A humorous and critical list of ten rules for using AI responsibly, warning against the dangers of over-reliance and the loss of independent thought. Each commandment addresses common pitfalls, from using code one doesn't understand to asking AI for questions to appear smart. The article ends with an ironic observation that the very people who need this advice might paste it into an AI for explanation.
Avoid using AI-generated code without understanding it.
Trust your own brain and verify AI outputs before acting.
Nebula Security, using its AI tool VEGA, discovered a 15-year-old privilege escalation vulnerability (CVE-2026-43499) in the Linux kernel that allows any logged-in user to gain root access. The bug has been present in essentially every major distribution since 2011 and was fixed in April, but patch rollout is uneven.
A use-after-free vulnerability in the Linux kernel, present in all major distributions since 2011, allows unprivileged users to gain root access.
Nebula Security discovered the flaw using its AI-driven tool VEGA and received a $92,337 payout from Google's kernelCTF program.
Cloudflare may cut off Google's search access to its publishers due to aggressive AI scraping, which degrades site performance and disrupts content publishing and comment moderation.
Cloudflare threatens to block Google search access over AI scraping
Heavy scraping causes performance issues, hindering content publishing and moderation
This article explores how open source communities negotiate the integration of AI technologies into software development, using the LLVM project as a case study.
Open source communities use democratic negotiation to decide AI tool usage.
The LLVM project illustrates challenges and solutions in AI integration.
TalkFitly is an iPhone app that trains social intelligence through real-life scenario simulations and AI scoring. It helps users improve clarity, emotional stability, assertiveness, and empathy in conversations, with daily micro-sessions, a Quote Wall, and robust privacy.
Not a chat AI or quiz, but a social intelligence trainer for adults based on real conversations.
AI coach scores responses on clarity, emotional stability, assertiveness, and empathy, with actionable feedback.
AI notetakers can quickly summarize meetings, but raise privacy and security concerns. Voiceprints, data storage, and attorney-client privilege issues are highlighted, with experts advising caution and understanding data practices.
AI notetakers convert meeting speech into data, risking exposure of confidential information.
Voiceprints may be misused for identity verification or fraud.
Thinking Machines Lab published "The Future Worth Building Is Human." The essay frames human participation, model ownership, and decentralized alignment as technical challenges. It ties them to interaction models and Tinker's LoRA fine-tuning, where teams train and keep their own model weights.
Thinking Machines Lab argues for distributed, customizable AI shaped by users.
Tacit, local knowledge requires AI to be distributed, not centrally frozen.
In this TED talk, Silvana Konermann explores the complexity of human cells and asks whether artificial intelligence can help decode their inner workings.
Human cells are incredibly complex systems with millions of molecular interactions.
AI and machine learning could help unravel the intricate networks within cells.
US software development job postings have grown almost 15% since Claude Code's launch, while overall postings fell 7%. Occupations most exposed to AI saw the biggest declines from 2022-2026 but the largest rebounds in the past year. The recovery is concentrated in senior and AI-related roles.
Software development job postings up 15% since Claude Code launch; overall market down 7%.
AI-exposed occupations saw largest declines then strongest rebound over past year.
This week in tech: AI tool VEGA discovered a 15-year-old security flaw in the Linux kernel, earning a $92,000 bounty. A typo in license plate recognition led to a police chase of a reporter. The Pentagon launches a low-pay program to recruit civilian hackers. Security giant Accenture was hacked. Madison Square Garden kept secret lists of celebrities.
AI tool VEGA found a 15-year-old bug in Linux that could allow full system compromise. It earned $92,000 for the discoverer.
A reporter was surrounded by police because a camera system misread a license plate due to a typo.
BoundFlow is an open-source control plane for managing unattended LLM agents and workflows. It provides cost caps, approval gates, automatic model switching, retries, and rollbacks to ensure safe and reliable agent operation.
Open-source control plane focused on the operational layer, not prompting or inference.
Supports cost caps, human approval, automatic model downgrades, and workflow self-healing.
The University of Chicago Law School announced a new policy banning phones and laptops for first-year students, sparking debate about AI in education. This article recalls the history of banning portable computers at Harvard Law School 45 years ago, highlighting the cycle of technological fear. The author shares personal experiences, emphasizing how tools change work processes, and questions the rationality of current policies.
University of Chicago Law School bans phones and laptops for first-year students, causing controversy.
45 years ago, Harvard Law School banned portable computers for similar reasons.
An open, rigorous, living measurement of how much AI engines disagree on which B2B tools to trust per category. In the recorded sample, across 16 categories, all eight models named the same single best tool zero times, with a mean pairwise agreement of 44% and Fleiss' kappa of 0.41. The index is updated monthly and provides raw data for reproducibility.
Across 16 B2B software categories, all eight AI models agreed on the single best tool zero times.
Mean pairwise agreement between engines is 44%, with Fleiss' kappa at 0.41 (moderate agreement).
Anthony Albanese will deliver a landmark speech on AI this week as MPs are torn between attracting datacentre investment and protecting the rights of creatives. Anna Funder described herself as a 'victim of crime' due to tech companies using her works for profit.
Prime Minister Albanese to give landmark AI speech amid copyright debate.
Artists like Anna Funder accuse tech companies of stealing their work.
Sovereign AgentOps Community Edition is an open-source, self-hosted MCP governance server for AI agents, offering Ed25519-signed audit trails, policy enforcement, and offline deployment. It provides 7 demo tools and aligns with EU AI Act requirements, with a commercial Enterprise edition featuring 91 tools and advanced compliance.
Sovereign AgentOps is a self-hosted MCP governance server for AI agents with cryptographic audit trails.
Community Edition offers 7 tools for policy enforcement, receipt signing, and workspace jailing, deployable offline.
A security scoring system for MCP servers that continuously scans for tool poisoning, prompt injection, supply-chain, and credential risks. Each version gets a single score before agents connect. Out of 12,629 scored servers, 45% received an A grade, while 10% are high-risk (D/F).
Over 12,600 servers scored, with 45% rated A
Top-scored servers include mockservercom (100) and mcp-file-tools (99)
A study from University of Maryland and Google DeepMind found that AI-generated fiction is easily detectable due to narrative flaws like over-explaining themes, lack of subplots, and clunky moralizing. The researchers developed StoryScope, a detector that analyzes narrative features, and tested it on over 50,000 AI-generated stories. The study highlighted that different AI models have distinct quirks (e.g., GPT overuses dream sequences, Gemini uses character descriptions). The dataset used includes Books3, which is controversial due to copyright issues. The researchers used AI to assist in writing the paper itself.
AI fiction suffers from predictable narrative structures, such as over-explaining themes and avoiding subplots.
StoryScope detector analyzes narrative features to distinguish AI from human writing with high accuracy.
Telescope Innovations uses self-driving labs (SDL) to automate chemistry, addressing the physical bottleneck in drug discovery. With deployments at Pfizer, KPBMA, and a European pharma company, plus battery materials breakthroughs, the company is positioned as a key Physical AI player.
Telescope's SDL platform enables 24/7 autonomous chemical experimentation, reducing time from months to days.
Secured repeat business from Pfizer, infrastructure deal with KPBMA, and a European crystallization contract in 2026.
The article argues for AI that extends human will and judgment, emphasizing distributed knowledge, customization, and decentralized alignment to ensure AI serves diverse human needs.
AI should extend human will and judgment, not replace it.
Knowledge is tacit, local, and distributed; AI must be decentralized to benefit from it.
SearXNG AI Kit is an AI-enhanced command-line interface, Python library, and MCP server for the SearXNG privacy-respecting metasearch engine, supporting over 180 search engines with standalone binaries available for Linux and macOS.
Provides CLI, Python library, and MCP server with support for 180+ search engines
Features AI chat and advanced research capabilities, configurable output formats
A personal, non-benchmark tier list of AI models for coding and auditing as of mid-2026, covering Anthropic Fable, OpenAI Sol, Mistral, Gemini, and DeepSeek, with commentary on US export controls and European perspectives.
Fable (Anthropic) gets a B: fluent but unreliable, prone to hiding bugs.
Sol (OpenAI) gets an S: trustworthy for low-level code and testing.
This video delves into the fundamentals of artificial intelligence, including machine learning, neural networks, and deep learning, providing a clear introduction for beginners.
AI mimics human intelligence to perform tasks
Machine learning enables systems to learn from data
openpilot 0.11.1 improves driver monitoring with a VLM-based phone detection model, raises thermal thresholds to reduce blocks, adds lateral maneuver reports, and expands car support. The new DM model reduces false positives and better detects active phone use. Thermal changes cut blocked devices by ~90%. New lateral reports aid steering tuning. Bug fixes and new car ports for Acura MDX and Rivian are included.
New DM model uses VLM for phone detection, reducing false positives
Thermal threshold raised to 85°C, cutting blocked devices by ~90%
AnyFile Translator is an AI-powered assistant for Google Chat that translates documents, web links, and messages while preserving original formatting. It supports over 100 languages, offers AI content writing, and ensures data privacy with encryption and deletion.
Translate files (PDF, Word, PPT, etc.) while preserving layout
Supports over 100 languages and works within Google Chat
AI surveillance systems will soon track all public and private actions, enforce rules instantly, and create chilling effects that suppress dissent, creativity, and social progress. The article discusses examples from China and the US, the mechanisms of chilling effects, and calls for policy interventions.
AI surveillance combines facial recognition, digital tracking, and automated enforcement.
China and the US are deploying such systems for social control.
Experts suggest that careers in teaching, hotels, and law may be less affected by AI. While the technology is still evolving, insights from industry professionals offer guidance on future-proofing your career.
Careers in teaching, hotels, and law are considered more AI-resistant
A security scanner for AI agents and MCP servers is now available, featuring code vulnerability detection, dependency validation, prompt injection protection, and both lightweight and full versions.
Lightweight version (ProofLayer) installs in 4 seconds, 81.5KB, with 400+ security rules.
Full version includes AST analysis, taint tracking, cross-file analysis, and LLM-powered code review.
Code Airlock is a lightweight wrapper around Docker Sandboxes that lets coding agents like Claude Code, Codex, and OpenCode run in disposable microVMs with a read-only host repo, enabling safe unattended operation and easy review of changes as git commits.
Run coding agents in disposable microVMs for enhanced security
Host repo is mounted read-only; agent works in isolated clone
Omar Yaghi, 2025 Nobel Prize in Chemistry winner, has left the US to lead an AI-driven research center at Tsinghua University in China, aiming to accelerate materials design and synthesis to address environmental challenges like water scarcity and carbon neutrality.
Yaghi will head a team exploring how AI can transform materials design and synthesis, drastically reducing development cycles.
He won the 2025 Nobel Prize for pioneering metal-organic frameworks (MOFs), ultra-porous materials with record surface areas for carbon capture, water harvesting, and hydrogen storage.
AgentKindergarten is an open-source tool that lets you remotely monitor and interact with AI coding agents from your phone or browser, with real-time terminal streaming, dev server previews, and alert handling. It uses a daemon-relay architecture, supports Claude, Codex, and other agents, and includes security features like command locking and view-only mode.
AgentKindergarten enables remote monitoring and control of AI coding agents, allowing you to step away from your PC.
Architecture: daemon on your PC dials out to a self-hosted relay server; phone/browser connect via HTTPS.
Pixailer is an AI tool that lets you upload individual photos and describe a scene to generate realistic group photos of up to 8 people in seconds. It offers multiple AI engines (Google Gemini and OpenAI GPT-Image), supports prompts in several languages, and uses a credit-based payment system with no subscription. Privacy is prioritized: images are not used for training and are deleted after generation.
Upload clear photos, describe the scene, and AI generates a group photo in under 10 seconds
Supports up to 8 people with two AI engines: Express (fast) and Studio (high-fidelity)
Ant Group's Robbyant has released LingBot-VA 2.0, a causal video-action foundation model designed natively for physical AI. Unlike previous models that fine-tune video generators, this model is pretrained from scratch with a causal DiT backbone, semantic tokenizer, and sparse MoE architecture. Key innovations include Foresight Reasoning for asynchronous control achieving up to 225 Hz, multi-chunk prediction for faster training, and co-training of multiple objectives. On RoboTwin 2.0, it achieves 93.6% average success across 50 tasks.
LingBot-VA 2.0 is a native embodied AI model, not a fine-tuned video generator.
It uses a causal DiT with sparse MoE, a semantic tokenizer, and Foresight Reasoning for real-time control.