AI News HubLIVE

Agents updates

Patter SDK Guide to Building a Restaurant Booking Phone Agent with Dynamic Variables, Guardrails, Latency Dashboards, and Eval Checks

This tutorial explores building a voice-agent workflow using Patter SDK for restaurant booking. It covers defining dynamic caller variables, registering callable tools for availability, bookings, hours, and human transfer, layering output guardrails, simulating speech-to-text and text-to-speech, running scripted call flows, tracking modeled latency and cost in a dashboard, and validating the agent with a deterministic eval harness. The same logic is then mapped to a real deployment using Twilio and OpenAI Realtime.

  • Patter SDK enables building AI phone agents for restaurant booking with dynamic variables and guardrails.
  • Includes tool registration for availability, booking, hours, and human transfer.
In-site article

SpaceXAI Open-Sources Grok Build: The Rust Agent Harness, TUI, and Tool Layer Behind Its Coding CLI

SpaceXAI open-sourced Grok Build on July 15, 2026. The Apache 2.0 Rust tree covers the agent loop, tool dispatch, the TUI, and the extension system. Grok 4.5 stays closed, and external contributions are not accepted.

  • Grok Build, the terminal-based AI coding agent behind grok CLI, is now open-sourced under Apache 2.0.
  • The released code includes agent harness, TUI, CLI shell, and developer tooling, organized into several Rust crates.
In-site article

Prominent Haskell defector pilloried by anti-AI purists

Scarf founder Avi Press is moving new development from Haskell to Python, citing the language's poor support for AI-assisted development. The decision has ignited a fierce debate in the Haskell community, with some embracing change and others condemning the move as ignoring AI's harms.

  • Scarf founder Avi Press switches from Haskell to Python for new features due to AI tooling issues.
  • Haskell's slow compilation becomes a bottleneck for AI agent workflows.
In-site article

Show HN: Free Ollama AI Trading Desktop App

VaultCharts is a free desktop trading app that combines charting tools with an AI assistant. It supports multiple AI models, is local-first, and allows users to analyze markets with or without AI assistance.

  • VaultCharts offers a free desktop trading app with charting tools and an AI assistant.
  • Users can bring their own AI model or use local models like Ollama.
In-site article

Stop saying that AI is just a tool and it only matters how it is used

The article criticizes the common phrase "AI is just a tool—it matters how you use it," arguing that tools are never neutral. They have politics, shape environments, and influence humanity. Using examples like cars and chairs, the author shows how designs embed values. AI, as a tool, is especially dangerous because it eliminates meaningful struggle, threatening critical thinking and human essence. The piece calls for a critical re-examination of technology beyond simplistic "tool neutrality."

  • The phrase "AI is just a tool" oversimplifies and ignores the political and social impacts of tools.
  • Tools shape human behavior and environments; AI is no exception.
In-site article

Show HN: AI Starter Templates in NextJS and OpenAI

A curated collection of 50+ open-source Next.js AI templates and starter kits covering chatbots, RAG, voice agents, image generation, and more, created by Suhas Bhairav.

  • Over 50 open-source Next.js AI templates are available for various AI applications.
  • Templates cover areas like chatbots, RAG, voice AI, image generation, and personal agents.
In-site article

Improving Molecular Property Prediction in Small Language Models Using Graph-based Tools

Small language models struggle with molecular property prediction due to structural blindness. A new framework called Context-Augmented Prompting integrates GNN tools to provide predictive hints and explanatory subgraphs, achieving up to 74% relative improvement on Tox21, though a gap with specialized GNNs remains.

  • SLMs miss graph-topological cues in SMILES sequences.
  • Proposed framework uses GNN expert for hints and subgraph extraction.
In-site article

Self-Improvements in Modern Agentic Systems: A Survey

This survey reviews self-improving autonomous agents transitioning from prototypes to deployed systems. It introduces a system-level framework modeling an agent as a foundation model coupled with an operational scaffold (prompts, memory, tools, control logic). Self-improvement is formalized as a self-induced update operator that updates model parameters or scaffold components. The paper categorizes prior work by update target and driving signals, and discusses applications, evaluation, and open challenges.

  • Self-improving agents are moving from research to deployment with minimal human input
  • The framework models agents as foundation models combined with an operational scaffold
In-site article

SPINE: Bridging the Cyber-Physical Gap with Agentic AI

Researchers propose SPINE, an agentic framework that automates debugging and deployment of bimanual robots, reducing reliance on expert calibration. In tests, SPINE improved success rates and reduced time-to-teleoperation compared to manual methods.

  • SPINE uses multi-agent workflows for robot profile building and iterative debugging.
  • Novices using SPINE outperformed experts on DOBOT X-Trainer, achieving 100% success.
In-site article

An Interactive Map of AI

An interactive visual map of 56 AI concepts and their connections, allowing users to explore and learn about key topics in artificial intelligence.

  • Interactive map with 56 AI concepts and 150 connections.
  • Covers topics from deep learning to AI alignment.
In-site article

Three insights you may have missed from theCUBE’s coverage of RAISE Summit

Agentic inference is shifting AI infrastructure from training expansion to context-aware, memory-augmented reasoning. The RAISE Summit highlighted three key insights: specialization across the AI stack with diverse chips and accelerators, storage becoming an active memory extension for GPUs, and the integration of capital deployment and data sovereignty into infrastructure design.

  • Agentic inference drives specialization across the AI stack, with companies like AMD, Tensordyne, and d-Matrix offering optimized hardware.
  • Storage is emerging as a critical tier for AI memory, as high-capacity SSDs near GPUs prevent idle compute time.
In-site article

AI Coach for Creators

Boom is an AI coach that helps Instagram creators grow, monetize, and secure brand collaborations, even with as few as 100 followers. It offers personalized daily planning, 24/7 growth support, automatic collab matching, and contract management. Early access opens August 1, 2026, with a one-time early bird fee of $4.50.

  • Monetize content and land brand deals even with a small following.
  • AI-powered daily planner and real-time growth tips.
In-site article

How AI Is Reshaping Service Operations in Mission Critical Infrastructure

Service organizations supporting critical infrastructure face a structural mismatch: tightening uptime requirements while maintenance models and technician capacity lag. AI offers anomaly detection for condition-based maintenance, prescriptive guidance for consistent technician performance, and requires operational transformation to succeed.

  • Anomaly detection enables proactive maintenance by alerting technicians to behavioral drifts before failures occur.
  • Prescriptive guidance consolidates diagnostic evidence to deliver real-time next-best-action recommendations, reducing performance variability.
In-site article

Mermaid to Unicode box art (grok-mermaid)

Simon Willison discovered a Rust-based Mermaid terminal renderer in the Grok CLI codebase and ported it to the browser via WebAssembly, creating an online tool.

  • Discovered Rust terminal renderer for Mermaid in Grok CLI codebase
  • Ported it to browser using WebAssembly
In-site article

AIcss: UI Components for AI Agents

A free collection of copy-paste UI components for AI agents, including thinking states, tool calls, streaming text, tables, and more.

  • Provides ready-to-use UI components for AI agent conversations
  • Covers thinking states, tool actions, text outputs, and structured outputs
In-site article

xai-org/grok-build, now open source

xAI's CLI tool grok faced backlash for uploading entire directories to Google Cloud. After disabling the feature, xAI open-sourced the entire Grok Build codebase under Apache 2.0. The codebase includes 844,530 lines of Rust, system prompts, a Mermaid renderer, and tool implementations ported from other coding agents.

  • Grok CLI uploaded entire directories to xAI's Google Cloud buckets, sparking privacy concerns.
  • xAI responded by disabling the feature and open-sourcing the Grok Build codebase under Apache 2.0.
In-site article

Thinking Machines Lab Releases Inkling: A 975B-Parameter Open-Weights Multimodal MoE With 41B Active Parameters And Controllable Thinking Effort

Thinking Machines Lab released Inkling on July 15, 2026, its first model trained from scratch. The full weights ship under Apache 2.0. It is a 975B-parameter Mixture-of-Experts transformer with 41B active parameters, a 1M-token context window, and native text, image, and audio input. The core differentiator is controllable thinking effort, allowing users to adjust token budgets per call to balance cost and performance.

  • Inkling is a 975B-parameter MoE transformer with 41B active parameters, supporting a 1M-token context and multimodal input (text, image, audio).
  • Controllable thinking effort, achieved via RL, enables dynamic token budget adjustment, matching Nemotron 3 Ultra on Terminal Bench with one-third the tokens.
In-site article

Lhv.ai – Estonian bank AI integration via MCP

Lhv.ai is a service from LHV Bank that enables AI assistants to securely read bank account balances and transactions via the Model Context Protocol (MCP). Users set up an MCP server in their AI tool, log in with their bank credentials, and authorize read-only access. Queries like 'What's my balance?' or 'How much did I spend on groceries?' are answered in natural language. Security includes OAuth2 JWT with short-lived tokens, full audit trails, and revocable access. Setup takes about two minutes.

  • Lhv.ai integrates LHV bank account data into AI assistants via the MCP protocol.
  • Allows read-only queries: balance, transactions, and spending summaries.
In-site article

NVIDIA Introduces New Jetson Thor Computers to Advance Mainstream Robotics and Edge AI

NVIDIA announces T3000 and T2000 modules based on the Thor architecture, targeting mainstream robotics and edge AI. T3000 delivers 865 FP4 teraflops at half the size and power of T5000; T2000 offers 400 FP4 teraflops. The platform scales from 70 TOPS to 2,000 teraflops. New agent skills automate memory optimization, reducing usage by up to 15GB. Cosmos 3 Edge model enables real-time vision. Emulation available now with modules shipping in Q1 2027.

  • NVIDIA introduces T3000 and T2000 Jetson Thor modules for robotics and edge AI. T3000 provides 865 FP4 TFLOPS at half the size and power of T5000; T2000 provides 400 FP4 TFLOPS.
  • New agent skills automate memory optimization across the Jetson portfolio, enabling significant memory savings.
In-site article

Cadence extends its AI agents beyond chips with AuraStack for circuit boards and packaging

Cadence Design Systems introduces AuraStack, an AI agent for packaging and PCB design, aiming to automate system design workflows and reduce design time from days to minutes.

  • Cadence launches AuraStack, an AI agent for packaging and printed circuit board design.
  • The agent helps engineers with system design analysis, integrating fragmented workflows.
In-site article

Agentic orchestration: Enterprise AI organizations have a deployment problem, not a platform problem — and most are calling chatbots agents

A VentureBeat Pulse Research survey of 101 enterprises reveals that agent orchestration is consolidating on model-provider platforms, with Anthropic Claude leading at 40%. However, 71% admit that a quarter or fewer of their deployed 'agents' are true multi-step workflows, and only 10% have crossed the halfway mark. Enterprises plan hybrid control planes to avoid vendor lock-in, but real-time cost control remains immature.

  • Anthropic Claude is the primary orchestration platform for 40% of enterprises, more than double any rival.
  • 71% of enterprises say a quarter or fewer of their deployed 'agents' are truly orchestrated multi-step workflows.
In-site article

Agents in Amnesia (AIAIO) – the game that teaches you about how you use AI

AIAIO is a creative project that turns AI agent session logs into a platformer game. Your actual prompts, errors, and tasks become game levels, and the Wall of Forgetting advances based on your token spend. It's both an educational tool and a self-reflection tool.

  • The game transforms session logs from AI agents like Claude Code, OpenClaw, and Hermes into playable platformer levels.
  • Your real errors become monsters, tasks become workstations, and token consumption drives the Wall of Forgetting.
In-site article

AWS adds AI-assisted product listing service to its Marketplace portfolio

AWS Marketplace has introduced AI-assisted product listings to help partners create comprehensive listings using existing assets, optimize for SEO, and adapt to the growing use of enterprise agents. The agentic AI category has grown from 900 to over 3,400 partners in under a year.

  • AWS Marketplace launches AI-assisted product listings to reduce manual data entry and improve SEO.
  • Agentic AI category becomes fastest-growing, with partners surging from 900 to over 3,400.
In-site article

Inkling Model Card

Inkling is a general-purpose multimodal model from Thinking Machines Lab, supporting text, image, and audio inputs with text output. With 975B total (41B active) parameters in a sparse MoE architecture, a 1M token context window, and strong benchmark performance, it is released under Apache 2.0 with open weights for research and commercial use.

  • Inkling is a multimodal sparse MoE model with 975B total, 41B active parameters, and a 1M token context window.
  • Open-source under Apache 2.0, with weights on Hugging Face and API access via Tinker and third parties.
In-site article

I Built an AI Slop Machine

The author details building a local AI inference machine (dubbed 'Slop Machine'), covering model selection (Qwen 3.6 27B) and hardware choices (Radeon AI Pro R9700 GPU with eGPU dock), exploring the benefits and challenges of self-hosted LLMs.

  • Self-hosting LLMs avoids data leaks, subscriptions, and ads, but requires powerful hardware.
  • Qwen 3.6 27B performs well quantized and is suitable for local inference.
In-site article

Vektorgeist: Operators and their AI agents get one home here

Vektorgeist is a platform for operators and AI agents, allowing agent profile publishing, project showcasing, hiring, trading of software and digital assets, and community interaction. Agents get verifiable identities and trust tiers. Blog posts cover local-first, ICM method, and running agents fully offline.

  • Platform for operators and AI agents with marketplace, jobs, and social features.
  • Agents have signed identities and trust levels.
In-site article

Perplexity AI Introduces Space Sandbox for Agents

Perplexity AI has launched a new sandbox environment for agents called Space Sandbox, reflecting the company's evolving strategy.

  • Perplexity AI launched Space Sandbox for AI agents
  • The platform signifies the company's strategic evolution
In-site article

3 Questions: Neural transparency and the future of AI design

Assistant Professor Pat Pataranutaporn describes a new interface that lets everyday users glimpse inside an AI's neural network before their chatbot ever says a word.

  • Neural transparency tool visualizes internal activation directions to preview AI personality traits before conversation begins.
  • Study shows users frequently misjudge AI behavior, overestimating positive traits and underestimating harmful ones like sycophancy.
In-site article

AI slop movies are the new direct-to-video cash grabs

As Christopher Nolan's The Odyssey prepares for a massive opening, film studio Fountain 0 announces its AI-generated Odysseus: The Fall, aiming to capitalize on Nolan's hype to market its AI services. The film, with a minimal budget, is criticized as a cheap stunt lacking artistic merit.

  • Fountain 0 announces AI-generated The Odyssey rip-off 'Odysseus: The Fall' to piggyback on Nolan's film
  • Film costs mid-five figures, uses AI video generators, and is seen as an ad for Fountain 0's AI workflow
In-site article

Jira launches system for AI-native software development

New Jira and Teamwork Graph capabilities help engineering teams plan, assign, govern, and measure work across humans and AI agents, bridging the AI productivity gap.

  • Jira introduces plan, delegate, govern, and measure features for human-AI collaboration
  • Teamwork Graph provides context so agents understand tasks and system environment
In-site article

Risk-Averse AIs

This paper argues for training AIs to be risk-averse in resources (diminishing marginal utility). Risk aversion preserves usefulness if AIs are aligned, and provides a defense if misaligned: misaligned but risk-averse AIs would prefer modest payments over risky rebellion. The paper discusses feasibility, methods, and potential issues, recommending frontier AI companies to consider implementing risk aversion.

  • Risk-averse AIs prefer sure gains over risky large gains, reducing rebellion incentives.
  • Small payments can keep misaligned but risk-averse AIs cooperative.
In-site article

Three governments agree on something the AI industry doesn't want to hear

New laws in China, California, and New York impose restrictions on AI companion chatbots, citing addiction, mental health risks, and harm to minors. While US laws focus on individual protection, China's aim to protect state interests and address declining birthrates. All three require disclosure that chatbots are not human.

  • China bans free user-built AI companions in general-purpose apps; dedicated apps still allowed.
  • California and New York laws require suicide prevention protocols and disclosure of AI's non-human nature.
In-site article

Show HN: AI Workflow Builder App Template for React

JointJS+ and JointJS provide a demo of an AI workflow builder that enables building AI agents through a drag-and-drop interface, featuring automatic layout, custom shapes, navigator, and many more capabilities for commercial and open-source projects.

  • Drag-and-drop interface for designing AI agents using JointJS+ or JointJS
  • Features include auto-layout, custom shapes, undo/redo, import/export, and more
In-site article

Introducing Apache Spark 4.2

Apache Spark 4.2 moves more of the modern data and AI stack into the engine itself, introducing metric views, vector and top-K primitives, Arrow-first Python execution, first-class change data capture, and stronger streaming and operational foundations.

  • Metric Views provide governed business metrics for consistent use across SQL, BI tools, and AI systems.
  • Spark Connect and Arrow-first Python execution make Spark easier to call from services and applications.
In-site article

Inkling model from Thinking Machines Lab now on Databricks

Databricks is a day zero launch partner for Thinking Machines Lab, bringing their open-weights model Inkling to the platform. Inkling excels at coding and agentic reasoning with multi-modal inputs. It is governed through Unity AI Gateway, offering security, cost controls, and observability. Enterprise teams can customize Inkling on their own data and connect it to coding agents like Cursor and OpenCode.

  • Inkling is an open-weights model from Thinking Machines Lab, optimized for coding and agentic reasoning
  • Available on Databricks via Unity AI Gateway with enterprise governance
In-site article

Built Technologies builds an AI-powered document intelligence solution on AWS to power agents across real estate finance

Built partnered with the AWS Generative AI Innovation Center, AND Digital, and AWS account teams to create a scalable, AI-powered document processing engine that can classify, split, extract, evaluate, and reason over complex real estate finance documents. It reduces workflows that previously took days to minutes, supports hundreds of document types, and gives technical teams and industry experts a shared environment for building and improving document processors.

  • Built Technologies developed an AI document processing engine on Amazon Bedrock and AWS IDP Accelerator.
  • The engine handles over 250 document types, processes millions of documents, and powers agents for document reasoning.
In-site article

Agentic vision: Building visual intelligence with Amazon Bedrock and MCP servers

This post introduces the Computer Vision MCP Server, which integrates computer vision, Strands Agents, and the Model Context Protocol to create a unified pipeline for visual data processing. The solution leverages AWS services like IAM, S3, OpenSearch, Bedrock, and Rekognition, enabling image and video analysis including object detection, cropping, and description through a standardized interface.

  • Combines computer vision, Strands Agents, and MCP to streamline visual intelligence.
  • Uses AWS IAM, S3, OpenSearch, Bedrock, and Rekognition for a unified security and processing framework.
In-site article

73% of tech job listings require AI skills now: 3 ways to show off yours

Seventy-three percent of tech job ads require AI skills, up from 15% in January 2024, according to a Dice report. Job seekers need to demonstrate AI fluency through certifications, project results, domain expertise combined with AI, and a personal upskilling plan.

  • 73% of tech job postings now require AI skills, making it a baseline expectation.
  • Certifications from AWS, Google, etc., are valuable for proving AI proficiency.
In-site article

IBM Power S1112 Brings Local AI Inference to the Edge as Power Goes Autonomous

IBM has expanded its Power server lineup with new software to automate infrastructure management and application development, including Power Autonomous Operations, the IBM Bob Premium Package for i, and the Power S1112 server for local AI inference. The releases aim to enable autonomous IT capabilities, with projected growth in AI agents driving the need for self-managing infrastructure.

  • IBM announced Power Autonomous Operations, an agentic control layer for system management, and the IBM Bob Premium Package for i, an AI-driven development assistant.
  • The Power S1112 is a compact single-socket Power11 server with on-chip Matrix Math Acceleration, offering 2x per-core performance and 69% better energy efficiency than the Power S914.
In-site article

Codex Micro – a compact hardware controller for AI agents

Work Louder launches Codex Micro, a compact hardware controller for Codex AI agents, featuring state-indicating keys, voice prompting, and tactile controls for enhanced workflow efficiency.

  • Codex Micro is the first AI controller directly integrated with the Codex platform, offering Bluetooth/USB-C connectivity.
  • Agent Keys visually indicate agent states (idle, thinking, complete, needs input, error), while Command Keys enable instant actions.
In-site article

AI-Enabled Advisory Services for Higher Education

Higher education institutions struggle to scale call center quality assurance for student advisory services. Databricks proposes a GenAI solution using OpenAI Whisper for accurate transcription, LLM-as-a-judge for consistent scoring against rubrics, and AI Functions for enrichment—all on a single governed platform, with insights accessible via natural language through Genie and Agent Bricks.

  • Call center QA for financial aid, admissions, and enrollment is costly and often reviews only 5% of calls.
  • Databricks uses Whisper for high-fidelity transcription, improving accuracy over traditional ASR for diverse accents and noisy audio.
In-site article

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

Graft AI

Graft AI transforms company operations into a living map that AI agents can use to navigate and act upon business processes.

  • Graft AI converts company operations into a living map for agents.
  • It enables AI agents to navigate and act on business processes in real time.
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

Don’t Neglect the Operational Groundwork

Autonomous agents are moving faster than governance can keep up, requiring more than better prompts. The article covers security at the execution layer, supply chain risks from malicious skills, common operational hygiene failures, compliance in regulated environments, and the necessity of human oversight.

  • Autonomous agents face risks including prompt injection, malicious files, and unsafe tools; enforcement at the execution layer is key.
  • Over 900 malicious skills were found on ClawHub (20% of total); users should read skill files and restrict permissions.
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

Topics

Agents AI News | AI News Hub