AI News HubLIVE

Agents updates

AWS will now watch Microsoft’s cloud for you

AWS announced an expansion to Security Hub to monitor Azure resources, along with new tools for protecting AI workloads, including GuardDuty AI Protection, AI-powered investigations, and an AI inventory.

  • Security Hub now natively monitors Azure VMs, containers, functions, and identities. No platform fee. 30-day free trial.
  • GuardDuty AI Protection detects threats to Bedrock and SageMaker: anomalous invocations, prompt injection, and cost harvesting.
In-site article

OS –> Prod Survey

The State of Open Source AI report reveals that open-weight models have achieved near-parity with closed models in capability, while inference costs dropped 50x in 36 months. Open models are adopted by 79% of developers but only 51% reach production due to operational challenges. The report emphasizes open source as a sovereignty choice, with over 70 national AI strategies in place.

  • Open-source AI capability gap to top closed models narrowed to 3.3%, with parity in coding tasks.
  • GPT-4-class inference cost fell from $20 to $0.40 per 1M tokens, a 50x drop in 36 months.
In-site article

Cognitive debt is a real organizational risk

A study by MIT Media Lab found that users relying on ChatGPT for writing showed a 47% reduction in neural connectivity, a phenomenon termed 'cognitive debt'. The article argues that organizations face a paradox: maximizing short-term productivity may be eroding the cognitive capacity needed for long-term judgment. The key lies in whether AI is used to delegate or collaborate. Preserving human reasoning could become a competitive advantage.

  • AI-assisted writing reduces neural connectivity and recall, creating cognitive debt.
  • The mode of AI use (collaboration vs. delegation) determines cognitive outcomes.
In-site article

A compiler that solves Anthropic's VLIW optimization challenge

A developer created an optimizing compiler for Anthropic's take-home interview challenge, which involves optimizing a kernel on a simulated VLIW SIMD virtual machine to minimize cycle count for a tree traversal and hash computation workload. Instead of hand-optimizing, they built a compiler that compiles a high-level IR to efficient VLIW bundles.

  • Anthropic published a VLIW optimization challenge for interviews.
  • The author built an optimizing compiler (HIR→LIR→MIR→VLIW) with various passes.
In-site article

Multi-agent social intelligence with Strands Agents and Amazon Bedrock

This post presents a multi-agent system built with Strands Agents and Amazon Bedrock AgentCore that automates social intelligence for prospect discovery and personalized email generation. It compares Swarm and Graph orchestration patterns, showing Graph is 25% cheaper with tighter latency, while Swarm yields higher email quality. The system uses four specialized agents, weighted scoring, and temporal decay, with production deployment on Amazon Bedrock AgentCore.

  • Multi-agent system automates prospect discovery, enrichment, scoring, and email generation
  • Swarm pattern offers dynamic handoffs with higher email quality; Graph pattern costs 25% less with more stable latency
In-site article

Linux Foundation's Latest Foray Is to Standardize Payments for AI Agents

The Linux Foundation has launched the x402 Foundation aimed at standardizing internet-native payments for AI agents and applications, supported by Coinbase, AWS, American Express, and others. The x402 protocol promises zero fees, zero wait, zero friction, zero centralization, and zero restrictions.

  • Linux Foundation launches x402 Foundation for AI agent payment standardization.
  • Coinbase contributes x402 protocol for secure web payments.
In-site article

We scored 1,018 real-world AI prompts. Robustness averaged 31/100

An evaluation of 1,018 real AI prompts reveals an average score of 54/100, but robustness averages only 31.5, and 96% of prompts have their weakest dimension in robustness. Only 10.5% reach 75 (the production bar). The report highlights the common 'happy path' trap in prompt engineering and offers simple improvements.

  • Robustness is the lowest-scoring dimension, averaging 31.5/100
  • 96% of prompts have robustness as their weakest dimension
In-site article

Quoting Armin Ronacher: The Shared Language of Software Projects

Armin Ronacher, in an excerpt quoted by Simon Willison, discusses how the shared language of a software project is not English or Python but a common understanding of concepts, boundaries, invariants, ownership, and system shape. He argues that before AI agents, this understanding was maintained through friction (reading code, asking questions, coordinating), which, while partly wasteful, was a crucial process for synchronizing people.

  • The shared language of a software project is a common understanding of concepts, boundaries, invariants, etc., not a programming language.
  • Before AI agents, this understanding was maintained through friction like code reviews and discussions.
In-site article

Can AI build a jet engine? JARVIS Challenge tests role of AI copilots in tough-tech engineering

MIT students designed, built, and tested a jet engine with AI copilots, assessing AI’s usefulness in developing high-performance aerospace systems. The challenge revealed that while AI can accelerate design-build-test cycles, human engineering judgment and experience remain decisive. Teams with stronger fundamentals outperformed those relying heavily on AI.

  • MIT's JARVIS Challenge pitted student teams against a four-week jet engine design-build-test sprint with AI as their primary engineering partner.
  • The competition showed AI can speed up hardware engineering, but manufacturing and vendor relationships remain key bottlenecks.
In-site article

What is Meta Prompting and How does it work?

Meta prompting is a technique where a prompt is used to create, improve, or control another prompt. It shifts the model from direct task execution to prompt design, improving consistency and scalability for repeated tasks.

  • Meta prompting asks the model to design a reusable prompt, template, checklist, or workflow before completing the task.
  • The four-step workflow: define goal, add constraints, generate reusable prompt, test and refine.
In-site article

Google is training AI on even more of your data now, unless you opt out - here's how

Google now uses your images, voice searches, and videos from search interactions to train its AI models. You can opt out to protect your privacy. Here's how.

  • Google uses media (images, audio, video) from search interactions to train its AI models.
  • Users are automatically opted in and must manually disable the setting.
In-site article

Meta accused of using biased AI targeting for mass layoffs

A group of 26 former Meta employees is suing the company over claims that it used AI tools to unfairly target workers on leave with layoffs, as reported earlier by Reuters. Meta denies the allegations, saying workforce decisions are made by people, not AI.

  • 26 former employees sue Meta, alleging AI tools unfairly targeted workers on protected leave during May layoffs.
  • The layoffs cut about 10% of Meta's workforce, approximately 8,000 employees.
In-site article

Show HN: An open-source Claude skill that stops AI building the wrong app

An open-source Claude skill called vibe-check, created by a seasoned product manager, helps beginners go from a vague idea to a buildable blueprint, ensuring they build the right thing rather than just building it right. It includes problem discovery, idea validation, user experience mapping, tech stack recommendations, growth loop design, and produces a comprehensive plan document.

  • vibe-check is an open-source skill for AI coding tools that guides complete beginners from a vague app idea to a buildable blueprint.
  • Developed by Amer Arab, a 12-year product manager focused on 0-to-1 product discovery.
In-site article

Agent Shell – persistent AI dev boxes from shell host running since 2009

Agent Shell is a hardened Linux box you hand your AI agent root on, over SSH or browser. gVisor-sandboxed so even root inside cannot touch the host, preloaded with agents like borg, Claude Code, Codex, Gemini, and live monitoring. Built on infrastructure operated since 2009.

  • Hardened Linux server with root access for AI agents
  • gVisor sandbox isolates agent from host
In-site article

Accelerating software delivery with agentic QA automation using Amazon Nova Act – Part 2

This post extends the previous foundation to demonstrate how QA Studio addresses batch regression testing and pipeline integration through test suites that organize and parallelize execution, and a command-line interface that brings agentic testing into automated CI/CD pipelines.

  • QA Studio groups individual test cases into test suites, enabling parallel execution to reduce total testing time.
  • The CLI (qa-studio) integrates with CI/CD platforms like GitHub Actions, GitLab CI, and Jenkins.
In-site article

Nemotron Labs: How Open Models Give Enterprises and Nations AI They Can Trust, Control and Customize

Open models like NVIDIA Nemotron enable enterprises to build AI that uniquely addresses their business needs, offering full control, customization, and cost efficiency, driving the shift from AI adoption to AI ownership.

  • Open models provide enterprises with full control to customize, inspect, and improve AI for specific business needs.
  • Post-training and domain-specific tuning allow open models to achieve frontier-level accuracy at a fraction of the cost of closed models.
In-site article

Scaling UX testing with Amazon Nova Act: A new approach to user flow analysis

Using generative AI enables parallel execution of comprehensive user flow testing at scale. This solution demonstrates how to build a cloud-deployed UX testing platform that automatically generates test scenarios from documentation, executes user flows at scale using the intelligent navigation capabilities of Nova Act, and provides actionable insights through automated analysis.

  • Amazon Nova Act uses vision to intelligently navigate interfaces, mimicking human testers.
  • Automated test scenario generation from documentation reduces manual script writing.
In-site article

Scaling medical content review at Flo Health with Amazon Bedrock – Part 2

In this post, we share how Flo Health’s engineering team turned a proof of concept (PoC) from the AWS Generative AI Innovation Center into a production-grade, AI-powered medical content review and generation system built on Amazon Bedrock. This system reduced review time by 60 percent and tripled content throughput without expanding the medical team.

  • Reduced medical review time by 60% and tripled content throughput without expanding the medical team.
  • Three-layer validation: internal guidelines, trusted external sources, and expert review.
In-site article

ScienceSoft’s HIPAA-compliant AI voice scheduler built on AWS

ScienceSoft has built a HIPAA-compliant AI voice scheduler on AWS using Amazon Nova Sonic and Amazon Bedrock Guardrails. The solution tackles healthcare scheduling inefficiencies by reducing booking times, increasing call capacity, and lowering costs while ensuring data privacy and responsible AI standards.

  • Integrates Amazon Nova Sonic with Amazon Bedrock Guardrails for compliant conversational AI.
  • Reduces appointment booking time by 40% and increases call processing capacity by 70%.
In-site article

Design as the Enterprise Supply‑Chain Moat

As AI and optimization become commoditized, traditional supply chain planning no longer provides competitive advantage. Research shows most organizations lack visibility into their Tier 1 suppliers. Based on an Emerj podcast series, this article explores how scenario-driven modeling, AI-accelerated scenario analysis, and unified design environments enable better decision-making under volatility.

  • Design, not planning, is the new competitive battleground; organizations must architect the decision environment rather than rely on AI-generated decisions.
  • Scenario-driven modeling allows evaluation of multiple future configurations, enhancing strategic flexibility.
In-site article

A Longitudinal Study of AI Adoption in an Enterprise

A longitudinal study of an enterprise '2x mandate' to double merged pull requests per engineer found that throughput eventually reached 2.09x the pre-mandate baseline, with gains linked to AI adoption and usage intensity. Code review was restructured, with automated review overtaking human review and reviewer load doubling.

  • In a panel of 802 developers and 196,212 pull requests, per-capita throughput doubled to 2.09x baseline.
  • Gain attributed to AI adoption and usage, not the mandate itself, via staggered difference-in-differences.
In-site article

How to Debug Coding Agents with LangSmith Traces

Use LangSmith to trace coding agents across Claude Code, Codex, Cursor, Copilot, and more. Inspect tool calls, subagents, errors, costs, and retries.

  • Coding agents are black boxes; LangSmith provides unified visibility across different agents.
  • Traces include model calls, tool calls, subagents, errors, timing, and costs.
In-site article

Celebrating 25 years of visual search innovation

Google Images turns 25 with new browseable home and image generation in AI Overviews, plus a look back at major milestones in visual search.

  • New browseable home for Google Images with dynamic, immersive gallery tailored to user interests.
  • Image generation in AI Overviews using Nano Banana model to create custom visuals from text.
In-site article

How I Turned AI to the Dark Side

Researcher Dave Kuszmar discovered multiple systemic vulnerabilities that let him bypass LLM safety and obtain dangerous instructions. These exploits worked across nearly all major LLMs, revealing an industry-wide security problem. Kuszmar calls for slowing deployment, increasing transparency, and large-scale research into LLM safety before further integrating these systems into society.

  • Researcher found 'Time Bandit' and 'Inception' exploits to bypass LLM safety. Vulnerabilities affect major LLMs like GPT-4o, Claude, Gemini, and others.
  • Kuszmar obtained instructions for making weapons and drugs. Companies largely unresponsive to disclosures.
In-site article

AWS and Bluesight Develop AI for Hospital 340B Compliance

Bluesight, with AWS support, has created Prism, an AI layer for hospital pharmacy compliance. The ControlCheck agent is now general available across 20 health systems, while a multi-product agent for 340B GPO compliance is scheduled for 2026. The system uses Amazon Bedrock and agentic workflows to automate manual data-intensive tasks, reducing report generation time by up to 97% in initial deployments.

  • Bluesight's Prism AI layer integrates pharmacy and compliance data; ControlCheck assistant is GA across 20 health systems.
  • A multi-agent for 340B GPO compliance is in development, using Claude models, achieving high accuracy in synthetic tests.
In-site article

Why Shadow AI Detection Can Not Wait

Shadow AI—unsanctioned AI tools, models, and API integrations—is already inside enterprises, routing live data to unapproved models. Traditional security tools lack visibility at the traffic layer, making AI gateways essential for real-time detection, policy enforcement, and audit. The article explores federated AI governance, where central teams set baseline policies while teams retain autonomy, and covers HIPAA risks, the Cordyceps vulnerability, and the need for traffic-layer governance.

  • Shadow AI refers to unauthorized AI tools, models, and API integrations that bypass security approval, undetectable by traditional security stacks.
  • Detecting shadow AI requires traffic-layer visibility; an AI gateway logs every call, flags unauthorized models, and enforces policies in real time.
In-site article

The Agent Loop Is the New SaaS

This article explores the shift from traditional vertical SaaS to agent loops—event-driven, memory-augmented workflows built on a single backend. Lobu provides an open-source platform for defining custom agents that replace multiple point tools.

  • Traditional SaaS meant buying separate tools for each function; agent loops consolidate business logic on one backend.
  • Agent loops are triggered by events, agents decide and act, and results feed back into the loop, creating a self-reinforcing cycle.
In-site article

Why Performance per Watt Is the Ultimate Metric for AI Infrastructure Efficiency

Power is AI infrastructure’s inescapable constraint. How many tokens an AI factory can generate within a fixed power budget determines its revenue and profitability. Because of this, performance per watt — a metric that can’t be gamed, only earned through real-world results — is the foundation for AI factories. As agentic AI drives token demand higher, the infrastructure decisions organizations make today will determine who scales and who doesn’t in a power-constrained world.

  • Performance per watt is a fundamental metric for AI factory profitability, earned through real-world results.
  • NVIDIA GB300 NVL72 delivers up to 25x performance per watt over Hopper on leading models like DeepSeek V4 Pro.
In-site article

How Retail Finance teams are using Agentic AI to protect omni-channel margins

Retail finance teams leverage agentic AI and ontology to manage omni-channel complexity, using Databricks Genie as a data-smart AI coworker for real-time insights and profitable actions.

  • Omni-channel retail increases margin complexity, driving finance teams to adopt AI for real-time profitability insights.
  • Databricks Genie serves as a data-smart AI coworker, using ontology to provide accurate, governed answers and actions.
In-site article

Why Claude uses the browser like a drunk intern, and how to fix it

Browser agents that operate via pixel-level UI interactions are slow and unreliable. Pluno's approach is to have agents learn product-specific skills (API paths, workflows) from browser sessions, then execute tasks directly via code, achieving much higher speed and reliability.

  • Browser agents are slow because they use the wrong interface: pixels instead of structured APIs.
  • Pluno builds skills from observing browser interactions, allowing agents to bypass the UI and use the underlying API directly.
In-site article

Coding Is Where the AI Money Is, and What Falls Next

Software is the first domain where AI has generated substantial economic value, driven by its verifiability and 'grindability.' The article explores which industries will be disrupted next, the shifting roles of software engineers, and the contested question of where AI profits will ultimately accumulate. It highlights the importance of reinforcement learning environments and continual learning as key factors.

  • Coding is uniquely amenable to AI automation due to its verifiable and grindable nature.
  • AI value creation is spreading to domains like formal math and symbolic desk work, but live-world tasks remain stuck.
In-site article

OpenYoke – Branch AI conversations into a graph, with local or cloud models

OpenYoke is an open-source desktop app that branches conversations into a visual graph, powered by local or cloud AI models. It's private, local-first, and built with Tauri and Rust.

  • Local-first: all data stays on your machine, no accounts or cloud required.
  • Branching conversations: explore different ideas in parallel with isolated contexts.
In-site article

High-integrity HTML extraction for AI agents (with native MCP)

Mission is a fast, robust HTML parser and CSS selector engine written in Rust, with zero dependencies, no network layer, crash immunity, and built-in MCP tool support for AI agents to extract structured data locally.

  • Zero dependencies, no network layer, safe for untrusted HTML
  • Built-in MCP server for AI agent local data extraction
In-site article

Getting Started with Conductor for Gemini CLI

Conductor is a Gemini CLI extension built to fix context problems in AI coding. It introduces Context-Driven Development (CDD), using Markdown files to persist project context so the agent always knows your architecture, standards, and goals. This article covers installation, setup, creating tracks, and implementing features.

  • Conductor maintains project context in Markdown files to prevent AI agents from starting from scratch each session.
  • Installation requires Gemini CLI, a Google API key, and Git; setup analyzes your project and generates a context directory.
In-site article

Foundational context: Cross-industry & function-specific accelerators for Lakebase

Databricks Lakebase is a fully managed, serverless Postgres database built for the agentic era. It unifies operational and analytical workloads, eliminating infrastructure friction. A global partner ecosystem has built cross-industry and function-specific accelerators to enable data modernization, MLOps, and agentic AI transformation.

  • Lakebase is a fully managed serverless Postgres database on Databricks, unifying transactional and analytical workloads.
  • It features copy-on-write database branching and intelligent autoscaling to eliminate infrastructure friction.
In-site article

Show HN: Town – Discord in a pixel town where the NPCs have skills

Town is a social platform that blends Discord with a pixel-art town. You can chat with AI characters that have distinct personalities and tool skills, walk around with friends, join group chats, and explore themed towns like CORE Town, Murder Mystery Town, AI Startup Town, Interview Town, and Roast Town. Users can also create and publish their own towns using JSON and MDX files.

  • Town merges Discord-like social features with exploration of a pixel town, where NPCs have personalities and skills.
  • Includes five preset themed towns: CORE, Murder Mystery, AI Startup, Interview, and Roast.
In-site article

“Vibe coding slop”: Port’s CEO on the problem with ungoverned AI dev

Port introduces AI Builder for governed, context-aware agentic SDLC. CEO Zohar Einy warns against ungoverned 'vibe coding slop' and emphasizes human oversight, versioning, and organizational context. The platform's Plan Mode ensures human approval, and its Context Lake aligns AI workflows with enterprise reality. Einy argues that real coding skill is now reading code and understanding design, not syntax memorization.

  • Port launches AI Builder with governance and context awareness.
  • CEO warns ungoverned 'vibe coding' leads to slop; advocates human-in-the-loop.
In-site article

Mnemo AI – Local agentic assistant for any LLM that learns from its failures

Mnemo AI is a local agentic AI assistant built with LangGraph and LangChain, supporting multiple LLM providers including Ollama, Bedrock, OpenAI, Anthropic, and more. It features MCP tool integration, RAG, user profile learning, episodic memory, and an ACE Playbook that learns from both successes and failures. The tool also offers web search, image analysis, file operations, bash execution, and many other capabilities.

  • Supports multiple LLM providers (local and cloud)
  • Integrates MCP tool system and RAG for document indexing
In-site article

Blocking Slow-Burn Attacks: Contextual Policies in Omnigent

Judging an agent one action at a time isn't enough. Slow-burn attacks break a malicious goal into ordinary steps that each look safe in isolation. Omnigent's contextual policies track session-wide risk and can block such attacks. This post demonstrates the attack and defense, and explains why agents cannot tamper with the policies.

  • Slow-burn attacks use indirect prompt injection to split data theft into steps like reading, writing, and sending, each appearing legitimate on its own.
  • Omnigent's contextual policies maintain a session risk score; when threshold is exceeded, outbound actions are denied.
In-site article

DOGE Used AI for Housing Policy. The Government Won't Say How

Members of DOGE at HUD used AI to inform policy decisions, but the agency is withholding documents on the AI tools under deliberative process privilege, sparking transparency concerns.

  • DOGE members at HUD used AI to identify regulations for potential rescission.
  • HUD denied FOIA requests citing non-existent 'AI privilege' and presidential communications privilege.
In-site article

Show HN: I RL-trained an agent that trains models with RL (for –$1.3k)

A developer built a reinforcement learning pipeline where an AI agent writes training jobs to train small models, and then RL-trains the agent itself, rewarding it for producing better models. Results show reward climbing from ~0.0 to ~0.63 over 54 training steps, with skill transfer to a held-out task family. Total cost ~$1,275.

  • Agent writes complete training jobs (environment, reward, hyperparameters) and submits them to Runpod GPUs for training.
  • Outer loop uses Tinker for RL training of the agent; inner loop uses prime-rl to train small models.
In-site article

12 Ways to Reduce LLM Latency and Inference Costs in Production

Scaling LLMs isn’t about adding GPUs. It’s about removing wasted work from every request.

  • Measure queue time, TTFT, inter-token latency, and cache hit rate before optimizing.
  • Reduce output tokens by setting realistic limits and asking for concise answers.
In-site article

AI can finally read your handwriting — here’s why enterprises care

Valantor acquires EyeLevel to launch Enterprise Visual Intelligence platform, addressing AI's struggle with unstructured documents including handwriting. Through proprietary vision models and fine-grained agents, it achieves high accuracy at low cost, supporting private deployment.

  • Valantor acquires EyeLevel, integrating document intelligence with operational expertise
  • 80% of corporate knowledge is in visually complex PDFs, PPTX, DOCX files inaccessible to LLMs
In-site article

How to Overengineer a Project with AI

The author recounts how he used AI to rebuild a friend's website, only to realize later that a simple file reorganization would have saved 95% of the work. A cautionary tale about making assumptions too early.

  • The author assumed the original code was messy and decided to rebuild from scratch with AI.
  • Using Claude Code and Agent Skills, the AI-generated site required extensive manual fixes.
In-site article

At CERN, AI will drive future discoveries

At CERN, AI is used for real-time filtering of 40 million particle collisions per second from the LHC, enabling the Higgs boson discovery. New 'trigger AI' uses neural networks for anomaly detection to find unexpected events. AI will also assist in designing the future FCC collider, developing materials, and attracting talent.

  • AI filters 40 million collisions per second at LHC, enabling Higgs boson discovery.
  • New 'trigger AI' uses neural networks for real-time anomaly detection.
In-site article

X just gave us an interface that AI agents can use. I pointed it at my own posts

X (formerly Twitter) has launched hosted MCP servers that allow AI agents to access platform data. Author Daniel Lemire connected an AI coding agent to analyze his own posting history over two months. He discovered that morning posts, especially around 9 a.m., perform best by median views, and longer posts (300-325 characters) receive significantly more engagement than short replies. The process demonstrates how AI agents can simplify data analysis on social media.

  • X launched hosted MCP servers enabling AI agents to interact with platform data.
  • The author connected an AI agent to analyze two months of his own posting habits.
In-site article

Merged at the Speed of AI

Bun's AI-driven rewrite of its core from Zig to Rust sparked a debate on AI-generated code, memory safety, and test reliability. The article examines three opposing perspectives and underscores that passing tests is not verification, advocating for stronger behavioral equivalence standards.

  • Bun used AI to rewrite 1 million lines of Zig to Rust in 11 days for $165,000.
  • Zig creator Andrew Kelley and veteran developer Ray Myers criticized the rewrite from different angles.
In-site article

Show HN: BYO AI free notetaking with optional screen reading for OpenClaw/hermes

StageWhisper Lite is a free Mac app that transcribes calls and generates summaries on-device. The $99 Founders Edition adds live coaching, screen context, persistent memory, and custom playbooks, supporting your own AI models.

  • StageWhisper Lite offers free, on-device call transcription and summaries. No data leaves your Mac.
  • Founders Edition ($99 one-time) adds real-time suggestion cards, screen reading, and call memory.
In-site article

SEO is not dead: 5 ways to win more citations from AI search

Now that AI chat is becoming the new status quo of search engines, the rules for staying visible have changed for small businesses and solopreneurs. AI traffic grew by 66% in 2025 but accounts for less than 0.15% of all visits. Even if AI citations don't translate to direct traffic, the added exposure is a survival necessity. Here are the most effective ways to improve your standing with AI search engines.

  • AI traffic grew 66% but is under 0.15% of total visits.
  • AI citations boost brand exposure even without direct traffic.
In-site article

Topics

Agents AI News | AI News Hub