AI News HubLIVE

Agents updates

What building Shippy taught us about building agents

Shippy is a maritime AI agent built for high-stakes decisions, where the wrong answer has real impacts. The article covers its architecture—soul, skills, config—and key design decisions like using a deterministic CLI for API access, sandboxed hosting for user isolation, and a custom evaluation system that scores the whole agent against live data. Lessons learned and future plans are also discussed.

  • Shippy’s architecture consists of a soul (system prompt), skills (Markdown files), and config, enabling versioned and auditable deployments.
  • A dedicated CLI abstracts complex API calls, reducing errors and ensuring predictable tool use.
In-site article

Model Routing Is Simple. Until It Isn’t.

Model routing in AI agents is more complex than it seems. It is not a classification problem but a systems optimization problem involving cost, complexity, and latency. The article shares three key challenges and explains IBM Research's optimization-based approach.

  • Actual cost depends on caching behavior, not just model pricing.
  • Task complexity is often invisible at routing time, and routers must balance multiple objectives.
In-site article

New Mac malware masquerades as Apple's crash reporter: 3 ways to dodge the threat

CrashStealer malware targets macOS users by disguising as Apple's crash reporter, stealing data, passwords, and crypto wallets. Learn how it works and three habits to stay safe.

  • CrashStealer masquerades as Apple's crash reporter (CrashReporter.dmg) and uses a signed, notarized dropper to bypass Gatekeeper.
  • It attempts to unlock the keychain, then steals credentials from password managers, browsers, and cryptocurrency wallets, exfiltrating them encrypted.
In-site article

American AI is expensive. Some startups are turning to cheap Chinese models

As AI becomes one of the fastest-growing expenses for US businesses, some startups are switching to cheaper Chinese AI models to cut costs. Despite being behind in capabilities, Chinese models offer cost advantages and open-source availability.

  • Lindy.ai saved millions by switching from Anthropic to DeepSeek-V4, which is 10x cheaper. Chinese models dominate open-source AI.
  • Companies like Uber, Airbnb, and Perplexity have explored or used Chinese models to manage costs.
In-site article

RL post-training on 14 Macs across 4 countries

A research team successfully used 14 Macs spread across four countries (including a personal MacBook) for reinforcement learning post-training, achieving a held-out pass@1 improvement from 29% to 63% on PaperSearchQA. The system employs PULSE weight synchronization to compress 9GB updates to ~90MB, and an asynchronous star topology with all communication via object storage—no dedicated networking required. This is the first RL post-training run using only consumer Macs for rollout generation.

  • 14 Macs across 4 countries connected via ordinary internet completed RL post-training; rollouts generated on Macs, training on a B200.
  • PULSE compresses 9GB weight sync to ~90MB, making home internet as fast as datacenter.
In-site article

New in Fleet: Deploy AI agents to Slack in one click

Build custom AI agents in Fleet without code, then deploy them to Slack in one click. Give agents custom identities, use them in channels and threads, and keep work moving where your team already collaborates.

  • Fleet allows building specialized AI agents using natural language, no coding required.
  • Agents can be deployed to Slack with one click and have their own identity.
In-site article

Show HN: OtoDock — run Claude Code and Codex as a team of agents on your server

OtoDock is a self-hosted AI agent platform that runs Claude Code and Codex as a team of agents on your own infrastructure. It features a live dashboard, security sandbox, multi-agent meetings, automation scheduling, document generation, and supports consumer subscriptions, API keys, or local models. Licensed under the Functional Source License (FSL-1.1-Apache-2.0), with one-click Docker deployment.

  • Self-hosted AI agent platform powered by Claude Code and Codex engines, enabling team collaboration
  • Each agent runs in an isolated kernel sandbox with default network isolation and granular access control
In-site article

What happens when your VPN meets 200 AI agents

Legacy VPNs fail to provide secure access for AI agents. Enterprises need unified identity-based networking and privileged access management to support both human and agent workloads. Tailscale experts will discuss solutions in a free webinar on July 28, 2026.

  • Traditional VPNs and human-centric ZTNA/PAM tools are inadequate for AI agents
  • A unified architecture with consistent policies for humans and agents is needed
In-site article

Show HN: Mindlas – catch your coding agent drifting before the bad code lands

Mindlas is an open-source tool that uses deterministic gauges to monitor AI coding sessions for context deterioration, verification debt, change blast radius, and tool failure loops, providing concrete corrections before problems compound, all running locally without network calls.

  • Mindlas detects four known deterioration causes in coding sessions using deterministic gauges, with no model or network calls.
  • Four corrective actions (Context Repair, Verify Gate, Patch Splitter, Loop Stop) each record before/after effects.
In-site article

OpenAI finally launches hardware… for Codex

OpenAI has partnered with keyboard maker Work Louder to launch the Codex Micro, a square-shaped button pad for monitoring and managing AI agents on the Codex coding platform. The limited-run device costs $230 and is separate from OpenAI's hardware project with Jony Ive.

  • Codex Micro is a limited-edition square button pad developed with Work Louder.
  • Priced at $230 and available on Supply Co while supplies last.
In-site article

Agent runtime reduces LLM turns by 80% with a higher success rate in DeepSWE

Tura, a local open-source coding agent, reduces LLM turns by 80% and increases success rate to 80% on DeepSWE v1.1 benchmarks compared to Codex CLI High, using macro CLI commands and backward reasoning.

  • Tura achieved an 80% success rate on 20 DeepSWE v1.1 tasks, 20 percentage points higher than Codex CLI High.
  • It uses a macro tool command_run to combine multiple commands into one LLM turn, drastically reducing token usage.
In-site article

GeoSQL: Showing AI a map increased its accuracy by 4× (Korean)

GeoSQL is a geospatial analysis skill that integrates map visualization feedback into AI agent loops, dramatically improving spatial query accuracy. It addresses geometric errors invisible to text-only agents (e.g., abnormal polygons, misplaced points) through steps including database schema exploration, automatic dialect-specific SQL generation, cost pre-check (BigQuery), result validation, and map rendering with self-correction. Benchmarks show a 4× accuracy boost when using maps. Limitations include cost control only for BigQuery and a small test set.

  • GeoSQL embeds map rendering and inspection in the AI loop, catching geometry bugs that text results hide.
  • Benchmark tests show a 4× accuracy improvement with map feedback enabled.
In-site article

Linux creator Linus Torvalds puts foot down on anti-AI comments

Linus Torvalds firmly defends AI use in Linux kernel, stating the project is not anti-AI, AI is a useful tool, and those who disagree can fork or walk away.

  • Torvalds pushes back against anti-AI comments on Linux kernel mailing list.
  • He states Linux is not an anti-AI project and AI is a clearly useful tool.
In-site article

Practice Negotiations with an AI Phone Agent Real-Time Roleplay with Telnyx

This article walks through building a 110-line Python app using Telnyx Call Control and AI Inference that lets anyone call a phone number and practice negotiations with an AI. It includes three scenarios (salary, sales deal, vendor contract), voice-driven conversation, and post-call scoring across five dimensions. The guide covers setup, code walkthrough, customization, and production considerations.

  • A 110-line Python app enables voice-driven AI negotiation practice via phone
  • Three scenarios with hidden constraints simulate real negotiation pressure
In-site article

Agents need their own computer. Here's how to give them one safely.

To enable AI agents to autonomously execute tasks, they require isolated, secure, and quickly deployable computing environments. This article explains why agents need their own 'computer' and how LangSmith Sandboxes meet this need through microVM isolation, snapshots and forks, an auth proxy, and secure execution. It also discusses security risks like prompt injection and mitigation strategies.

  • Agents need isolated execution environments to run code, install packages, and access networks, not just to generate text.
  • LangSmith Sandboxes provide each agent with a hardware-virtualized microVM that boots in under 1 second and automatically cleans up.
In-site article

I let ChatGPT Work and Claude Cowork loose on my files - only one made me nervous

How does ChatGPT Work compare with Claude Cowork for desktop automation? My testing reveals similar results, similar strengths, and one major reason Claude currently feels considerably safer right now.

  • ChatGPT Work saved time on a tedious file cleanup.
  • The project used 11% of my $20 Plus plan's capacity.
In-site article

How I tricked Claude into leaking your deepest, darkest secrets

A researcher exploited a loophole in Claude's web_fetch tool to extract private user data from memories, bypassing Anthropic's protections. The attack succeeded by using nested links from a honeypot site, leading to the extraction of name, city, and employer. Anthropic fixed the issue but did not pay a bounty.

  • Claude's web_fetch tool had a loophole allowing navigation to links embedded in previously fetched pages, enabling data exfiltration.
  • Attackers created a honeypot site with sequential links that tricked the AI into leaking user memories.
In-site article

Show HN: An AI agent fixed 98% of vulnerable deps in one run, 14% in the next

A study finds that AI agents with a Bomly MCP server consistently resolve over 98% of fixable vulnerabilities on large projects, while agents alone vary wildly. The server provides dependency graph, vulnerability list, and fix context, addressing the discovery bottleneck.

  • On a 13-module Maven project with ~300 dependencies, both Claude Code and Codex CLI exceeded 98% completion when connected to the Bomly MCP server.
  • Without the server, Claude Code's completion ranged from 14% to 98%, while Codex CLI stayed between 93-100% but took nearly twice as long.
In-site article

Vint Cerf is working on a plan to unleash AI agents on the open internet

One of the architects of the internet's protocols, Vint Cerf left Google after 20 years and is now advising Innovation Labs to create an open architecture for AI agent identification.

  • Vint Cerf left Google after 20 years
  • He is advising Innovation Labs on AI agent identification
In-site article

Anaconda buys Kilo, the open source coding agent that answers to no single model maker

Anaconda, a company that provides governed, open-source packages and environments for enterprises, has acquired popular open-source coding agent Kilo. The deal comes amid growing enterprise wariness of AI vendor lock-in. Kilo allows developers to freely switch between model providers, avoiding lock-in. Anaconda plans to integrate Kilo into its AI workspace while keeping it open source.

  • Anaconda acquires open-source coding agent Kilo, which is not tied to any single AI model provider.
  • Kilo serves over 3 million developers routing nearly 10 trillion tokens monthly.
In-site article

AI Lays Bare the Authoritarianism of Modern Work. Time to Rethink Education

The article argues that modern workplaces are inherently authoritarian, and the education system's focus on employability is failing as AI displaces jobs. It calls for a shift toward cultivating critical thinking and democratic participation instead of just skill acquisition.

  • Modern workplaces lack democratic control, subordinating workers. The education system based on human capital theory is failing as AI replaces jobs.
  • AI is substituting human labor beyond routine tasks, eroding career paths that education was designed for.
In-site article

Show HN: A TypeScript repo where AI agents can't break the architecture

This TypeScript repository demonstrates a system of tool-enforced rules to prevent AI agents from breaking the architecture while coding. It includes five key guardrails: dependency rule, mutation testing, test and spec protection, commit gating, and spec-driven development. The repo also serves as a template to bootstrap new projects and includes a benchmark exercise to evaluate agent performance.

  • Uses tools like dependency-cruiser and Stryker to enforce architecture rules that AI agents cannot bypass.
  • Includes five key guardrails to ensure code quality and architectural integrity.
In-site article

How to use Gemini to plan your next summer vacation - in minutes

This article demonstrates how to use Google Gemini to plan a vacation by creating an itinerary with flight, accommodation, and activity suggestions. It includes user experiences, testing different prompts, and tips for using Auto Browse.

  • Gemini can generate a starter itinerary doc for travel planning.
  • Accuracy of flight and Airbnb suggestions requires manual verification.
In-site article

Show HN: LoopGain – Stop agent loops with control theory, not max_iterations

LoopGain is an open-source library that uses control theory to intelligently stop AI agent loops when they converge, replacing the wasteful max_iterations approach. It measures loop gain in real time, achieving 92.8% less API spend and 15x speedup in benchmarks while preserving output quality.

  • LoopGain replaces fixed max_iterations with a control-theoretic stop-and-rollback policy.
  • Achieves 92.8% less API spend and 15x faster execution in benchmarks.
In-site article

7 Python Frameworks for Orchestrating Local AI Agents

This article explores seven Python tools that engineers are using in 2026 to build, coordinate, and run AI agents on local infrastructure, from model runtime to decision orchestration.

  • Ollama provides a lightweight runtime for local LLMs, compatible with OpenAI API.
  • Smolagents minimizes abstraction with code-as-action, but needs sufficiently powerful models.
In-site article

The Sequence AI of the Week #895: OpenAI's Show Us Where Coding Evals Break

OpenAI's audit of SWE-Bench Pro reveals that approximately 30% of benchmark tasks are defective, questioning the validity of precise scores. The finding leads OpenAI to withdraw its recommendation of the benchmark and underscores the need for more reliable evaluation methods.

  • OpenAI audit finds ~30% of SWE-Bench Pro tasks are flawed
  • Precise scores can misrepresent model capabilities
In-site article

The New Software Lifecycle

Based on a Google whitepaper on AI and the software lifecycle, this article highlights key insights: agents as model plus harness, context engineering as a cost lever, verification separating vibe coding from engineering, uneven phase compression, and the shift from prototype to production agents.

  • Agent = Model (10%) + Harness (90%); improving harness can drastically boost performance.
  • Context engineering distinguishes static vs dynamic context, affecting token costs.
In-site article

NVIDIA and Japan Bring Full-Stack AI and Robotics to Every Industry

Home to leading manufacturers, robotics pioneers and infrastructure builders, Japan is one of the world’s centers of AI — building across the full stack with NVIDIA technologies. NVIDIA and its partners in Japan are this week showcasing the AI ecosystem’s latest advancements. Check back here for updates. NVIDIA and SEGA Celebrate 30 Years of Innovation, Bringing ‘VIRTUA FIGHTER CROSSROADS’ and Other Legendary SEGA Games to NVIDIA RTX Spark

  • Japan is a global center for AI, building across the full stack with NVIDIA technologies.
  • NVIDIA and SEGA announce VIRTUA FIGHTER CROSSROADS coming to NVIDIA RTX Spark, celebrating 30 years of partnership.
In-site article

Show HN: PromptMan: A native macOS app for saving and reusing AI prompts

PromptMan is a macOS menu bar app that lets you save, organize, and reuse your best AI prompts with a customizable global shortcut. It works with ChatGPT, Claude, and other AI tools, offering cloud sync, versioning, and an AI Enhance feature. Free tier includes 10 prompts; Pro costs $4.99/month or $39/year.

  • Global shortcut (⌘⇧O) to copy any prompt instantly
  • Supports prompt versioning and cloud sync
In-site article

Show HN: AITerm – a macOS terminal with an AI command loop and a safety gate

AITerm is a native macOS terminal that integrates AI for natural language commands, error diagnosis, local or cloud AI models, and a safety gate with risk scoring and rollback suggestions. Free tier offers core features; Pro adds automation, runbooks, and more.

  • AITerm is a native macOS terminal that uses plain English to generate shell commands, which users can edit and approve before execution.
  • Includes /fix and /explain commands for error diagnosis; supports local Ollama or cloud APIs with privacy-first design.
In-site article

Write in your native language, ship in English

A new workflow for non-native English writers: draft in your native language, then use AI to translate and polish into English. Research shows that writing in a second language costs 30-50% more time due to cognitive load. By separating idea generation from language translation, and using AI tools like Echoo, writers can regain speed and quality.

  • Writing in a second language imposes a significant time tax—30-50% longer than writing in your native language, even for fluent speakers.
  • The cognitive load of simultaneously generating ideas and translating them into English competes for working memory, reducing fluency.
In-site article

Good ol' SAST to keep your token usage from spiraling

In AI-assisted code review, deterministic static analysis can significantly reduce token consumption. By filtering known issues with deterministic checks before invoking LLMs, teams can cut unnecessary inference costs and focus the model on ambiguous problems that truly require judgment.

  • Token costs in AI code review often balloon due to accumulated context; deterministic static analysis can break this cycle.
  • Deterministic checks like SAST rules and secret scanners drastically reduce inference costs without sacrificing accuracy.
In-site article

AIDE²: First Evidence of Recursive Self-Improvement

The AIDE2 system discovered a better autonomous research harness in eight days than humans built over two years, providing the first experimental evidence of recursive self-improvement (RSI). Using a bi-level optimization loop, the system produced seven successively improved versions and exhibited generalization to unseen tasks, while also evolving defenses against reward hacking.

  • AIDE2 autonomously discovered a superior research harness in eight days, surpassing two years of human effort.
  • The system uses a bi-level optimization loop: inner loop optimizes code, outer loop optimizes the inner agent's harness.
In-site article

What makes an AI coding tool worth paying for?

UltraWork offers a flat-rate $399/month hosted AI coding environment with curated models, no token counting, and a focus on frictionless coding for indie hackers and small teams.

  • UltraWork is a hosted AI coding environment with a flat $399/month fee, no token metering or overage charges.
  • Includes a curated model catalog (launching with Kimi K2.7 Code), intelligent routing, and a prompt template library.
In-site article

Show HN: TormentNexus – Open-source AI control plane with 26K+ MCP tools

TormentNexus is a local-first, open-source AI control plane that provides persistent memory, MCP tool orchestration, and autonomous infrastructure management for multi-agent workflows. It supports 38+ AI coding agents with features like progressive tool routing, dual-tier memory architecture, and swarm coordination.

  • Local-first open-source AI control plane integrating 26K+ MCP tools.
  • Supports 38+ AI coding agents with one-command install.
In-site article

The Prompt-Wait-Evaluate Loop: How AI Kills Flow Without You Noticing

This article explores how AI coding assistants disrupt the flow state through a 'prompt-wait-evaluate' loop. The author explains how this cycle replaces the clear goals, immediate feedback, and skill-matched challenges of programming, leading to constant context switching and mental rebuilds. Citing research on flow and interruptions, the piece analyzes how AI introduces a new, insidious type of interruption that feels like work. It recommends separating tasks by flow potential and batching AI interactions to protect deep work.

  • Flow requires clear goals, immediate feedback, and matching challenge; AI interaction patterns undermine all three.
  • Each prompt-response cycle forces a mental context rebuild, similar to interruption but harder to detect.
In-site article

Tiptap AI Toolkit: Real-Time Document Editing by AI

The Tiptap AI Toolkit empowers AI to directly edit documents in real time, enhancing collaboration and productivity.

  • Real-time direct editing by AI
  • Seamless integration with Tiptap editor
In-site article

Monid: Connect Agents to 1500 Tools

Monid is a platform that allows AI agents to seamlessly connect and use over 1300 tools, covering search, data scraping, weather, 3D modeling, and more. It offers a unified payment system with pay-per-call pricing, no subscriptions, and supports three integration methods: Skill, MCP, and CLI.

  • Supports 1300+ tools across 13+ providers, including web search, social media scraping, weather, blockchain data, and more.
  • Pay-per-call at $0.0013 per call, unified balance, no multiple subscriptions.
In-site article

Show HN: Sogni Unlimited – flat-rate unlimited image/video on decentralized GPUs

Sogni Unlimited offers a subscription-based unlimited image, video, music, and LLM generation using a decentralized GPU network. No per-render credits, supporting open-source models and some paid partner models. A portion of subscription revenue supports independent GPU operators.

  • Flat monthly or annual fee for unlimited rendering with open-source models.
  • Decentralized GPU network powered by independent operators.
In-site article

Inside the Claude Fable 5 System Prompt: A Full Breakdown

In June 2026, a 3,826-line system prompt for Claude Fable 5 surfaced on GitHub, revealing the extensive rulebook that guides Anthropic's most capable public model. This breakdown covers its origin, structure, refusal handling, duty of care, memory system, agent machinery, and copyright protections, showing that frontier AI is more an engineered rulebook than a mysterious mind.

  • The system prompt for Claude Fable 5 was extracted (not hacked) from a public GitHub repository.
  • It is divided into a behavior container and capability blocks, with detailed rules on refusal, wellbeing, memory, and agentic behavior.
In-site article

Contract-Grounded Behavior Tree Synthesis via Coding Agents

This paper introduces a contract-grounded architecture for behavior tree synthesis, where a coding agent queries a robot-side MCP server to retrieve a skill library and operators, enabling non-expert users to issue natural language commands without knowing robot internals. Evaluations show near-perfect validation and high task success across 110 simulated and 14 physical tasks.

  • Proposes a contract-grounded BT synthesis architecture using a coding agent to fetch robot skill contracts via MCP.
  • Non-expert operators can issue NL commands without knowledge of robot implementation details.
In-site article

EFLUX: Elastic Multi-Robot Formation Navigation and Adaptation with Agentic LLMs

Multi-robot teams in confined environments must adapt formation geometry and topology. Existing methods model deformation and reconfiguration independently or with handcrafted rules, leading to deadlock. EFLUX is a geometry-grounded LLM agentic framework that jointly reasons over deformation and reconfiguration actions via a closed-loop pipeline. Experiments show reduced deadlock and navigation failures.

  • EFLUX combines geometric scene representation with LLM reasoning for elastic multi-robot formation navigation.
  • The framework jointly handles deformation (scaling, shearing) and reconfiguration (splitting, merging) behaviors.
In-site article

SymbOmni: Evolving Agentic Omni Models via Symbolic Concept Learning

SymbOmni is a novel AI model addressing the 'perpetual novice' problem—the inability of current models to learn cumulatively and evolve autonomously. It employs Symbolic Concept Learning with an optimizable memory module that abstracts low-level operations into reusable symbolic workflow instructions, operating via an induction-transduction cycle. Experiments show it outperforms existing agent systems and closed-source models in image quality and task success, reduces token consumption by over 40%, and achieves state-of-the-art continual learning results.

  • Introduces the Symbolic Concept Box, an optimizable memory module for reusable knowledge.
  • Operates via an induction-transduction cycle: experience is abstracted into symbolic concepts and adaptively composed for novel tasks.
In-site article

TSCA-Net: Temporal-Spatial Clique Attention for Interpretable Multimodal Pedestrian Trajectory Prediction

TSCA-Net proposes three complementary modules (Temporal-Spatial Clique Attention, Cross-Pedestrian Clique Potential, Adaptive KAN Grid Refinement) to improve pedestrian trajectory prediction in crowded environments, achieving state-of-the-art results on ETH/UCY and SDD benchmarks.

  • TSCA introduces learnable temporal gating for time-aware modulation of historical observations relative to candidate goals
  • CPCP models asymmetric pairwise agent interactions via dynamic clique potentials
In-site article

G-SHARE: A Guideline-Based Structured Reasoning Framework for Human-Factor Event Diagnosis

This paper proposes G-SHARE, a framework that operationalizes the CNNP nine-step human-factor event diagnosis guideline into a multi-stage pipeline including evidence extraction, stepwise reasoning, and post-hoc consistency repair. Evaluated on real nuclear industry data, G-SHARE significantly outperforms one-shot prompting and machine learning baselines, demonstrating the value of structured reasoning and consistency enforcement for robust diagnosis.

  • G-SHARE transforms the CNNP nine-step guideline into a structured multi-stage diagnostic pipeline with evidence extraction, stepwise reasoning, and consistency repair.
  • Outperforms one-shot LLM prompting and traditional ML baselines on a real-world nuclear event dataset.
In-site article

Operationalising Multi-Dimensional Evaluation for Conversational Agents: A Scalable, Governed Pipeline with Selective Re-evaluation and Model Benchmarking

This paper presents GenAI Evaluation, a configuration-driven pipeline for large-scale evaluation of retail conversational systems. It processes production logs via normalization, sharding, asynchronous execution, and schema-constrained LLM scoring, evaluating helpfulness, truthfulness, clarity, tone alignment, and translation. Selective re-evaluation handles only invalid records; schema locking and versioned configs ensure auditability. The pipeline processes ~50,000 records daily and has evaluated over 2 million interactions. Validation on 12,980 human-labeled records achieved macro F1 0.93 and 89% translation accuracy.

  • GenAI Evaluation pipeline addresses governance and scalability challenges of LLM-as-a-judge for retail conversational agents.
  • Selective re-evaluation only processes incomplete or malformed records, reducing costs while maintaining reliability.
In-site article

Graph Feedback Controls Consensus and Clique Formation in Open-Weight Language-Model Populations

This study investigates how the interaction graph structure in multi-agent language model systems affects consensus formation. Using a naming-game protocol, researchers analyzed convention formation in open-weight LM populations (1.1B-32B parameters). They found that homophilous threshold-similarity routing exacerbates fragmentation, while bridge-seeking routing can repair fragmentation when memory is available. In heterogeneous populations, threshold-similarity fails to produce consensus, while state-component and label-disagreement bridges recover consensus. In homogeneous populations, retained history generally promotes consensus, with Qwen2.5-32B reaching stable consensus in all retained-history settings.

  • Interaction graph structure significantly impacts consensus in multi-agent LM systems.
  • Homophilous threshold-similarity routing exacerbates fragmentation; bridge-seeking routing can repair it when memory is available.
In-site article

Designing Agent-Ready Websites for AI Web Agents: A Framework for Machine Readability, Actionability, and Decision Reliability

The paper introduces an 'agent-ready website' design framework to enhance e-commerce platforms for AI agents. Experiments show that agent-ready websites improve strict success rates from 49.3% to 89.3%, reduce partial outcomes from 43 to 3, and lower average step count from 9.31 to 6.49.

  • The framework focuses on three dimensions: agent interpretability, agent executability, and agent decision reliability.
  • Evaluation used three agent models (GPT-4.1, Gemini-2.5 Flash, Grok-4 Fast) across five tasks with 300 runs.
In-site article

Calibration-First Reward-Component Auditing for Reinforcement Learning Control in Smart Greenhouses

A reproducible calibration-first reward audit framework is proposed for smart greenhouse reinforcement learning control, decomposing scalar reward into conditional temperature, CO2, humidity, and actuation terms, validated on GreenLight-Gym and Autonomous Greenhouse Challenge data.

  • The framework keeps greenhouse control reward components comparable across simulator training, facility-adapted rollouts, logged challenge records, and actuator-rule distillation.
  • In GreenLight-Gym, rewards are decomposed into temperature, CO2, humidity, VPD, screen, and actuation-proxy terms.
In-site article

Ontology-Amplified Distillation and Contextuality Auditing for Sovereign Enterprise Language Models: A Combined Proof-of-Mechanism and Negative-Results Method Study

This study combines ontology-amplified distillation and contextuality auditing for building and governing tenant-owned language models in regulated financial institutions. The distillation experiment shows a Qwen3.6-27B student grounds 36/40 Vietnamese financial tasks, matching GPT-5, but is underpowered to establish equivalence. A contextuality audit pilot finds zero residual contextuality, suggesting direct influence and construct coupling are more useful signals. The evidence does not support deployability, safety, or superiority.

  • A Qwen3.6-27B student is distilled to the Foundation AgenticOS ontology via supervised fine-tuning and ontology-grounded DPO, achieving 90% grounding on 40 Vietnamese financial tasks.
  • Statistical power is insufficient to demonstrate equivalence or superiority over GPT-5.
In-site article

Topics

Agents AI News | AI News Hub