AI News HubLIVE

Agents updates

Chasing the AI High: Clay, Kilns, and the Red Queen's Race

This article explores the pitfalls of over-relying on AI coding agents, drawing parallels to the Red Queen's Race from 'Through the Looking-Glass.' It argues that removing human friction in software development—like code review and design debates—leads to fragile, unfired 'clay' code that cannot withstand pressure. The author warns that the race to ship faster with AI creates a doom loop of increasing complexity and fragility.

  • AI-generated code is like unfired clay: fast to shape but lacking structural integrity.
  • The Red Queen's Race metaphor illustrates how AI forces teams to run faster just to stay competitive, increasing complexity.
In-site article

AI Mania Is Eviscerating Global Decision-Making

Based on direct observations, the author argues that organizations worldwide are gripped by AI mass hysteria, with nearly all AI projects failing while employees and executives are pressured to profess faith in AI, suppressing rational decision-making.

  • All AI projects observed by the author's team have failed, with a 0% success rate.
  • Internal chatbots are barely used, and customer-facing chatbots provide poor experiences.
In-site article

Timeline Studio

Timeline Studio is a local-first AI video editor that runs in the browser, combining a CapCut-style multi-track timeline with browser-side AI voiceovers, automatic captions, vision tools, talking-avatar generation, and deterministic offline export.

  • Multilingual AI voiceovers, automatic captions, smart framing, portrait matting, vocal separation, and digital human generation.
  • Full video editing capabilities including multi-track timeline, keyframe animation, filters, effects, stickers, and more.
In-site article

We run 100% agentic coding at a €2M ARR healthcare SaaS

appointmed shares its experience with 100% agentic coding in a healthcare SaaS, emphasizing that agentic coding does not replace engineering judgment but shifts effort to task shaping, codebase legibility, and rigorous review.

  • Agentic coding doesn't replace engineering judgment; responsibility remains with humans.
  • Clear task descriptions and well-structured codebases are prerequisites for effective agent work.
In-site article

Google Cloud’s Always-On Memory Agent Replaces RAG and Embeddings With Continuous LLM Consolidation on Gemini 3.1 Flash-Lite

Google Cloud's generative-ai repository ships the Always-On Memory Agent, a reference implementation that treats memory as a running process. Built on Google ADK and Gemini 3.1 Flash-Lite, it uses no vector database and no embeddings. Instead, an orchestrator routes to Ingest, Consolidate, and Query sub-agents that read, connect, and write structured memory into SQLite 24/7.

  • Always-On Memory Agent is a lightweight background process that runs 24/7, using Google ADK and Gemini 3.1 Flash-Lite.
  • It eliminates vector databases and embeddings, relying on an LLM to write structured memory to SQLite.
In-site article

AI Mania Is Eviscerating Global Decisionmaking

Based on firsthand observations and extensive industry conversations, the author argues that businesses and institutions worldwide are gripped by an AI-induced mass psychosis. Claiming a 100% failure rate for observed AI projects, he describes how executives irrationally mandate AI adoption, punish non-users, and foster a culture of 'AI-washing' and fake metrics. The article urges a rational reassessment of AI's limitations.

  • The author's team observed a 0% success rate in AI projects over 18 months; productivity gains are largely fabricated.
  • Executives are forced to publicly profess faith in AI, while internally engineers 'AI-wash' their work to meet mandates.
In-site article

Agentic AI Is Taking over Execution, Not Just Content Generation

A shift from copilot-style AI to agentic AI is transforming marketing. Autonomous agents now execute multi-step campaigns, optimizing budgets and channels without human intervention. While powerful, success requires human oversight of goals and boundaries.

  • Agentic AI systems autonomously execute marketing goals, unlike copilot tools that require prompts.
  • Examples include Salesforce Agentforce, HubSpot Breeze, Adobe Agent Orchestrator, and Braze Operator.
In-site article

AI and Creativity

Jack Conte, CEO of Patreon, argues that AI is a tool that will transform creative processes, not destroy creativity. Drawing parallels with historical resistance to the synthesizer, he emphasizes that human story and artistic vision remain central. Low-quality AI art is a passing phase, akin to clip art, while the real potential lies in AI expanding the creative process.

  • Jack Conte compares AI to the synthesizer: feared initially but eventually expanded creative possibilities.
  • AI changes the process of creation, not the art itself; human connection and storytelling are irreplaceable.
In-site article

Cicy-code – a local-first multi-agent coding workspace via npx

cicy-code is an open-source, local-first multi-agent development workspace that integrates tmux, WebTTY terminal, React frontend, AI gateway, and a skill marketplace. It ships as a single binary via npx, enabling users to quickly start an agent team in about 5 minutes.

  • Local-first multi-agent workspace for coding agents.
  • Integrates tmux, WebTTY, React, AI gateway, and skill marketplace.
In-site article

Show HN: Google Search Console MCP

An open-source MCP server that gives AI assistants read-only access to Google Search Console data across all properties via natural language queries.

  • Connects AI assistants (Claude, Cursor, etc.) to Search Console API via MCP
  • Read-only service account credential covers all properties at once
In-site article

A little experiment in evading AI detection

The author attempted to evade AI detection using Claude Code, 10 parallel agents, and basic tricks, but failed. The article details multiple attempts including using Wikipedia rules, Pangram API feedback, and mimicking specific author styles, all unsuccessful. The only success was manual rewriting of his own article, reducing AI detection score to 0%.

  • The author used AI to draft 84 blog posts, nearly all flagged as 100% AI-generated.
  • Attempts to evade detection via AI editing, mimicking human style, and copying a specific author's voice all failed.
In-site article

Gpu.ai $1k Grand Prize Buildathon August 22nd 2026: Build on Free Cloud GPUs

GPU.ai is hosting a global online buildathon from August 22-24, 2026, with a $1,000 grand prize and free GPU credits. Accepted teams must build AI apps, agents, APIs, or creative workflows using GPU.ai's affordable cloud GPUs. Only 50 teams are accepted.

  • GPU.ai Buildathon runs August 22-24, 2026, offering $1,000 grand prize and free GPU credits
  • Open to solo developers and teams; only 50 teams accepted
In-site article

In-browser agent that bulk enriches any webpage

Retriever launches agentic dataset enrichment running in your browser, allowing you to enrich contact lists from any webpage you're logged into, such as Luma event pages, with LinkedIn profiles, work emails, and more, then score and contact top prospects—all for about $1.25 per 500 records.

  • Works on any webpage you have open, using your existing logins to access attendee lists or employee directories.
  • From a single prompt, it extracts data from the page, matches against pre-indexed datasets, and performs live scrapes to fill in missing fields.
In-site article

Flathub's AI slop ban looks like it was the right call

New data shows that nearly three-quarters of apps rejected by Flathub for heavy AI usage are already abandoned, validating the platform's controversial ban.

  • Flathub banned AI-coded app submissions last month amid criticism.
  • Analysis of 120 rejected repositories found 73% are no longer active.
In-site article

Tabstack by Mozilla

Tabstack is a Mozilla-backed platform that offers a unified API for extracting structured data, conducting research with citations, and automating browser tasks, without managing LLMs, browsers, or pipelines. It emphasizes privacy (no training on data, data purged) and uses the open-source browser engine Pilo to reduce token consumption.

  • Tabstack provides endpoints like /extract/json, /research, and /automate for data extraction, research Q&A, and browser automation.
  • All calls run on Mozilla-backed infrastructure; data is never used for model training and is promptly purged.
In-site article

Postlia – a social media scheduler that flags AI-sounding posts

Postlia is a social media management tool that enables scheduling and publishing to LinkedIn, Bluesky, Instagram, TikTok, Pinterest, YouTube Shorts, and Mastodon. It offers 25+ free tools including handle checkers, caption generators, and hashtag generators, many without signup. Paid plans start at $29/month with a 7-day free trial. Built by a two-person team, it emphasizes simplicity and support.

  • Supports 7 platforms: LinkedIn, Bluesky, Instagram, TikTok, Pinterest, YouTube Shorts, Mastodon (X/Twitter coming soon)
  • Includes free AI-powered tools for captions, hashtags, bios, and more
In-site article

PenEcho: An Open-Source Canvas with AI

PenEcho is an open-source shared canvas that integrates AI for handwriting, equations, diagrams, and spatial context. It operates through a browser canvas, server validation, and multiple executors (OpenAI API, Codex CLI, Claude CLI) to generate editable drafts. Users can move, resize, accept, or discard each AI suggestion. The canvas supports a 20,000 x 20,000 logical size with sparse rendering, local snapshots, and various configuration options. Requires Node.js 18.17+ and an API key or authenticated CLI tools. The article covers installation, executor selection, security, and cost estimation.

  • PenEcho is an open-source AI-powered shared canvas for handwriting, equations, and diagrams.
  • It captures content on the browser canvas, validates via server, and generates drafts using AI executors.
In-site article

AI Hasn't Shifted the Bottleneck From Coding to Code Review

Contrary to popular belief, AI hasn't shifted the bottleneck from coding to code review. The real constraint is downstream deployment batches, where changes accumulate after review. Over 90% of teams ship in batches, and speeding up code review only worsens the actual bottleneck.

  • The perceived shift to code review is a myth; the real bottleneck is deployment batches.
  • More than 90% of teams deliver changes in batches, with most having 2-10 pending changes.
In-site article

Open Source Extraction Service

LangChain has released a hosted version of an open-source extraction service that supports extracting structured data from PDF, HTML, and text files. The service is free to use but not intended for production workloads or sensitive data. It allows users to define extraction schemas, add few-shot examples, and switch between different LLM models. With a simple frontend, developers can quickly experiment and integrate the service into their own LangChain workflows.

  • LangChain launched a hosted version of an open-source structured data extraction service with a simple frontend.
  • Supports PDF, HTML, and text files; users can define custom schemas and provide few-shot examples.
In-site article

Overtraining as the path to human-like AI

The article examines Gwern's theory that overtraining large models on small datasets (grokking) can lead to more human-like general intelligence. It discusses current LLM limitations and proposes a training strategy opposite to mainstream approaches.

  • Grokking: sudden capability jump after prolonged training
  • Current LLMs lack deep generalization
In-site article

The Most Powerful People in A.I

July 15, 2026: Power in AI has shifted from compute and capital to control of capital flows. This list ranks individuals based on their influence over AI capital over the past 12 months, including Elon Musk, Sundar Pichai, Dario Amodei, Mark Zuckerberg, Sam Altman, and many others, detailing their strategic moves and investments.

  • AI power is no longer defined solely by compute and capital; control of capital flows is now key.
  • Elon Musk integrated xAI, SpaceX, and X into a $1.75 trillion vertical empire.
In-site article

Patreon Blocks AI Crawlers from Copying Content: 'Creators Deserve Compensation'

Patreon partners with Cloudflare to block AI training crawlers at the network level. CEO Jack Conte insists creators deserve consent, credit, and compensation. The move protects creator content while allowing search crawlers for discovery.

  • Patreon partners with Cloudflare to block AI training crawlers network-wide.
  • CEO Jack Conte announces on Instagram, emphasizing consent, credit, and compensation for creators.
In-site article

Build an Agentic Event Venue Operator with MongoDB Atlas, Voyage, and LangGraph

This tutorial demonstrates how to build an agentic event venue operator with persistent memory and operational context using MongoDB Atlas, Voyage AI embeddings, LangGraph, and optional Langfuse tracing. The demo scenario is the MongoDB Open, a fictional tennis tournament, where the agent handles weather disruptions, distinguishes visitor segments, and makes real-time decisions under capacity constraints. The article covers architecture, setup, UI walkthrough, memory store, vector search, hybrid search, and visual RAG.

  • Tutorial builds an agentic event venue operator with persistent memory and operational context, going beyond simple chatbot demos.
  • Uses MongoDB Atlas as the operational and memory layer, combined with Voyage AI embeddings and LangGraph workflows.
In-site article

GPT-5.6 Sol Ultra Built a Full Chrome V8 Exploit Chain from Patch Commits

In a recent benchmark, GPT-5.6 Sol Ultra autonomously constructed a complete Chrome V8 exploit chain from scratch by analyzing security-fix patches, ultimately popping a calculator. Other frontier models like Sol Medium and Grok 4.5 stalled early. The author argues that exploit development as a human skill is now obsolete.

  • GPT-5.6 Sol Ultra completed a 9-step exploit chain in three days, including Maglev type confusion, sandbox read/write, sandbox escape, UAF, and code execution.
  • Sol Medium and Grok 4.5 failed to advance beyond sandbox primitives; Sol Ultra used 74 sub-agents and 2.1B tokens at a cost of ~$1,597.
In-site article

We Built Sandbox Infrastructure for Autonomous Agents

NeoSigma has built a sandbox infrastructure that provides autonomous agents with a safe, isolated, and fully functional execution environment, enabling them to work as if on a real developer workstation while ensuring every action is controlled, reproducible, and disposable.

  • The sandbox features four core planes: control, execution, security/networking, and data.
  • Warm pools and intent prediction minimize startup latency, allowing agents to start working almost instantly.
In-site article

Tech builds on AI. Finance protects the margin.

As AI-native companies scale, finance teams must protect unit economics using real-time, governed data. Databricks' Genie One serves as an AI coworker to help CFOs track margin, consumption revenue, and compute spend.

  • AI-native gross margins reached about 52% in 2026, still below classic software's 70-90%.
  • Finance requires real-time data and ontology to understand numbers in context.
In-site article

Meta accused of using AI to pick employees with medical conditions for layoffs

26 Meta employees sued the company, alleging its AI systems targeted workers on medical or family leave for layoffs, violating laws protecting pregnant, disabled, and on-leave employees. Meta denies the claims, saying workforce decisions are made by people, not AI.

  • 26 employees sue Meta, claiming AI discriminated against those on protected leave. Meta laid off 8,000 in May.
  • Lawsuit details use of AI to monitor keystrokes and train 'second brain' agents. Workers seek court order and independent audit.
In-site article

Proving The Roi Of Agentic Ai In Financial Services

The article addresses the challenge of proving ROI for agentic AI in financial services, noting that traditional monitoring fails with multi-agent systems' dynamic costs. Using two real-world use cases—RFP processing automation and AML compliance monitoring—it demonstrates how combining LangChain's observability tools (LangSmith, LangGraph) with Pay-i's economic intelligence platform connects engineering metrics to business value, enabling leadership to see clear returns on AI investments.

  • Multi-agent AI systems have a dynamic cost structure that traditional FinOps tools cannot handle.
  • LangSmith provides engineering-level observability; Pay-i links costs to business outcomes.
In-site article

Transform your sales organization with Amazon Quick: your new agentic AI teammate

Amazon Quick is an AI assistant that helps sales reps spend more time selling by automating CRM updates, prospect research, email drafting, and more. It covers the entire sales cycle from lead scoring to CRM automation.

  • Amazon Quick automates lead scoring and prioritization using CRM and other data.
  • It enables personalized outreach with context-aware email generation.
In-site article

1999.ai: AI and dot-com déjà vu

Scott Galloway draws parallels between the current AI boom and the dot-com bubble of 1999, warning that the AI bubble is beginning to unravel but may have a twist ending. He traces the cascading failures from B2C to infrastructure and argues that the true beneficiaries of AI will be users, not shareholders.

  • OpenAI's financials mirror dot-com era: massive losses, unsustainable business model, and a bailout proposal
  • Circular financing and overspending in AI raise red flags, with companies already cutting usage
In-site article

Show HN: AI Crypto Investigations/Research Agents

BlockscopeChat is an AI investigator focused on cryptocurrency investigations and research.

  • BlockscopeChat is an AI tool for crypto investigations.
  • It helps researchers and investigators analyze blockchain data.
In-site article

Show HN: The AI Lethal Trifecta

Simon Willison describes three capabilities that are individually fine but devastating together: access to private data, exposure to untrusted content, and the ability to exfiltrate data. An AI agent combining all three is vulnerable to hijacking. A free, no-signup puzzle game teaches these concepts across 10 levels.

  • The three capabilities: private data access, untrusted content exposure, and data exfiltration.
  • Together, they allow untrusted content to hijack the agent and leak private data.
In-site article

Building a soccer coaching app on Databricks

Coach’s Corner is a Databricks App that transforms 25 fps match tracking data into a sub-second 2D/3D tactical bench with replays, event analytics, a scout chat, and an opponent-dossier agent. It runs on one platform, powered by Databricks end-to-end: Lakeflow pipelines refine 51 million rows through bronze, silver, and gold; DBSQL queries them in 1-3 seconds; and Lakebase serves them to the app in milliseconds. The AI layer is grounded in governed data, including a Genie space for scouting questions, Vector Search for similar players, and an agentic dossier that calls an LLM served through the Unity AI Gateway, with every step traced in MLflow.

  • Coach's Corner unifies data ingestion, transformation, and AI on a single platform for real-time tactical insights.
  • Uses Spark Declarative Pipelines to process 51 million rows and DBSQL for 1-3 second query responses.
In-site article

How Smartsheet built a remote MCP server on AWS

This post provides a high-level overview of the Smartsheet remote MCP architecture, focusing on the AWS infrastructure behind it, including security, governance, scaling, deployment, and AI-specific optimizations.

  • Smartsheet built a remote MCP server on AWS to give AI clients direct access to its data and capabilities.
  • Key AWS services include AWS Fargate, Amazon Kinesis, Amazon Bedrock, and Amazon Neptune.
In-site article

Run AI Agents from Jira, Linear, GitHub Issues, or Markdown

Startup Factory is an open-source framework that turns project management boards into a governed delivery system for AI agents. It supports multiple trackers, provides layered safety boundaries, and enables deterministic orchestration of cross-functional AI teams.

  • Startup Factory connects project management tools (Jira, Linear, GitHub Issues, Markdown) to AI agents for end-to-end product delivery.
  • It features a deterministic PM supervisor that checks boards every 3 minutes, routes tasks to appropriate agent teams, and enforces safety and governance.
In-site article

Portable AI Memory or Permanent Lock-In

The article argues that AI memory is the new vendor lock-in, with no real portability existing in July 2026. It identifies three types of lock-in (behavioral, context, relationship), praises early movers like Cognee and ByteRover, but stresses that a neutral interchange standard is needed, as single-vendor formats are just dialects. Regulatory pressure in Europe may accelerate the need.

  • As of July 2026, there is no practical portability for AI memory; switching platforms means starting from scratch.
  • Memory lock-in comes in three layers: behavioral, context, and relationship, with relationship being the hardest to migrate.
In-site article

Bunkerhill raises $55M to scale agentic AI across health systems

Bunkerhill Health has raised $55 million to scale its agentic AI platform, Carebricks. The platform is already live at Cleveland Clinic, UTMB, and Intermountain Health. UTMB has deployed over 20 agents across clinical, operational, and administrative workflows, reporting early wins such as a coronary calcium detection agent that flagged a patient at imminent heart attack risk, leading to a life-saving triple bypass.

  • Bunkerhill Health closes $55M Series B with participation from Sequoia Capital, Khosla Ventures, and others.
  • Its agentic AI platform Carebricks allows hospitals to build custom AI agents for clinical, operational, and administrative tasks.
In-site article

As Trump accuses China of election theft, Xi pitches Beijing as AI leader

As President Trump accuses China of stealing US election data, President Xi counters at Shanghai's AI summit, positioning China as a responsible global leader in AI. The event highlights deepening US-China tech rivalry, with China pushing for global AI governance and launching a new international AI cooperation body.

  • Trump accuses China of illegally obtaining 220 million US voter files; China denies.
  • Xi promotes AI for good and criticizes US national security overreach in tech.
In-site article

“They’re dead if they don’t offer this”: DoorDash’s CLI for agents may be out of necessity

DoorDash releases a command-line interface (dd-cli) enabling AI agents to place real orders on its platform without human approval. While this empowers developers, it sparks debate about disintermediation and DoorDash's business model. Experts warn that refusing to offer such an API could be riskier if agent-led ordering becomes the norm.

  • DoorDash launches dd-cli, allowing AI agents to order food directly via command line.
  • The CLI removes the human-in-the-loop step, enabling autonomous agent purchases.
In-site article

Prompt: Enterprise AI Must Prove Its Value Beyond Deployment

Organizations are moving beyond AI deployment to focus on measurable business value, workflow redesign and the governance needed to successfully scale AI.

  • Enterprise AI focus shifts from deployment to proving business value
  • Workflow redesign is critical for maximizing AI benefits
In-site article

'The SaaS apocalypse is overrated': How Workday and other software provders plan to survive AI

Experts warn that agentic AI will disrupt enterprise software revenue models, but the 'SaaS apocalypse' is overrated. Providers are focusing on core capabilities to survive disintermediation.

  • Agentic AI could expose up to $234 billion in enterprise app spending to arbitrage by 2030.
  • Vendors like Workday, Freshworks, and Snowflake are betting on trust, data, and specialization.
In-site article

Browser automation CLI built for AI agents

BrowserAct is a CLI tool for AI agents that bypasses anti-bot measures, allows human handoff, runs parallel tasks without interference, and isolates multiple accounts. It features three progressive anti-blocking layers, three browser modes, zero-interference concurrency, and output optimized for LLM reasoning.

  • Three progressive anti-blocking layers: environment (stealth fingerprint, TLS rotation, proxy switching), execution (CAPTCHA solving, protected page extraction), human (remote handoff).
  • Three browser modes: reuse local Chrome, stealth privacy (fresh fingerprint per session), stealth fixed identity (stable fingerprint and IP for logged-in accounts).
In-site article

How vibe coding a game made me design an AI agent protocol

The author recounts their journey from AI skeptic to enthusiast, building an LLM-driven MMO game (SAO: Slop Art Online) and encountering latency issues. They devised a hybrid NPC AI approach combining behavior trees with LLM decision-making, which inspired them to create SLOP, a protocol for agent-application interaction that features contextualized actions and state projections.

  • The author's perspective shift from AI hater to AI advocate after using Opus 4.5.
  • Developed an MMO where NPCs are controlled by LLMs, leading to a hybrid AI architecture.
In-site article

5 FREE Resources on Agentic AI

This article curates five free resources for learning agentic AI, from structured courses to theoretical foundations and practical evaluation, helping developers build and understand agents effectively.

  • Microsoft's 'AI Agents for Beginners' offers a structured, multi-lesson course with hands-on Python exercises.
  • The Hugging Face AI Agents Course provides framework-agnostic, hands-on experience with multiple libraries.
In-site article

Show HN: Customizable SAP MCP Server

Give every SAP consultant an AI copilot with system access, with prebuilt tools for querying S/4HANA data.

  • Offers an AI copilot for SAP consultants to query client S/4HANA data.
  • Prebuilt MCP server with 8 SAP tools, one-click install.
In-site article

The Right Amount of Spec for Agentic Development

The article argues against both zero-spec and over-specification in agentic development, advocating for a balanced approach with executable checks. It emphasizes that the bottleneck has shifted to defining correctness, and the right amount of specification depends on the task type—exploratory, bounded, deterministic, or multi-agent.

  • Zero spec hides the cost of correction loops; moderate spec with executable tests reduces total cost.
  • Spec validation is crucial before scaling implementation.
In-site article

Time-Series Language Models for Reasoning over Multivariate Data at Scale (ICML)

OpenTSLM is a multimodal LLM that treats time series as a native modality, enabling reasoning over raw multivariate signals alongside text. It outperforms baselines, including GPT-4o, on time series QA, activity recognition, sleep staging, and ECG QA. The model scales to multiple long time series with near-constant memory consumption. ECG reasoning validated by 7 cardiologists with 97% correctness. All code, datasets, and models are open-source.

  • OpenTSLM is a multimodal LLM that natively processes time series alongside text for reasoning.
  • It surpasses GPT-4o and other baselines on several time series tasks, even at 1B parameters.
In-site article

How OpenAI's Sol Learned Design Taste

GPT-5.6 Sol ranks first in Design Arena's Web Design leaderboard, outperforming its predecessor by 18 places. It actively avoids common AI design anti-patterns, combines strong templates with high personalization, and is faster and cheaper than competitors.

  • GPT-5.6 Sol ranks #1 overall, 18 places higher than GPT-5.5.
  • It explicitly avoids AI design anti-patterns like purple gradients and bento-box layouts.
In-site article

AI can now control Reaper DAW

A new open-source project called Reaper-MCP enables AI assistants to directly control Reaper DAW via the Model Context Protocol, covering the entire music production pipeline from composition to mixing.

  • Reaper-MCP provides full AI control over Reaper DAW
  • Includes over 40 specialized tools covering everything from track management to mixing
In-site article

Topics

Agents AI News | AI News Hub