Neura News

AI News

News reporting focused on AI and machine learning, covering the companies behind these technologies, their real-world applications, and the ethical concerns they raise. This includes areas like generative AI (large language models, text-to-image and video), speech tech, and predictive analytics.

Latest News

10 articles
Funding

Naïve raises $28.5M to let AI agents run entire businesses

Naïve, a startup building infrastructure for AI agents to automate business setup and operations, has raised $28.5 million in Series A funding led by Nexus Venture Partners. The company claims over 30,000 developer customers and has scaled annual run-rate revenue 10x in six months. Its platform handles incorporation, payments, cloud infrastructure, and more, with a serverless runtime that cuts agent costs significantly.

Aug 67 minNeura News
AI Models

Mistral's Shieldstral Packs Big-Model Safety Into a 3-Billion-Parameter Package

Mistral has released Shieldstral, a 3-billion-parameter open-weight safety classifier that matches the performance of much larger models on text safety benchmarks and sets a new high score for joint text and image classification. The model uses a runtime-definable yes/no question format, allowing operators to write custom screening rules in plain language. Shieldstral is designed to be fast and cost-effective, making it practical for real-time content moderation.

Aug 55 minNeura News
Research

Researchers Propose Agent Operating System to Govern Distributed AI Systems

A new arXiv paper introduces the Agent Operating System (AOS), a vendor-neutral reference architecture for governing and coordinating distributed AI agents. The proposal defines two planes – Control & Governance and Runtime & Coordination – to manage intent, authority, and observability. AOS aims to provide a stable operating layer for composing heterogeneous agentic systems, with open questions left for community research.

Aug 53 minNeura News
Developer

Microsoft's Agent Framework Harness Reaches General Availability, Shifting Focus From SDK to Runtime

Microsoft's Agent Framework Harness and Foundry Hosted Agents have reached general availability, shifting focus from SDK to runtime. The open-source harness wraps models to enable tool use, multi-step tasks, and persistence, running as one binary across environments. A VILA-Lab analysis of Claude Code suggests harness infrastructure dominates agent codebases, while Microsoft's benchmark highlights built-in safety controls.

Aug 37 minNeura News
Developer

Embabel 1.0 Brings GOAP-Style Planning to Java AI Agents

Rod Johnson, creator of the Spring Framework, announced the 1.0.0 general-availability release of Embabel, a Java and Kotlin framework for building AI agents. Embabel adds a typed layer on top of Spring AI, letting developers define agents as typed domain objects with goals, actions, and conditions. It uses GOAP-style planning to search for action sequences at runtime, distinguishing it from graph-based orchestration like LangGraph.

Aug 39 minNeura News
Developer

LangChain and NVIDIA Launch NemoClaw Deep Agents Blueprint

LangChain and NVIDIA have released the NemoClaw for LangChain Deep Agents blueprint, designed to help enterprises build open, governed agent systems. The blueprint combines LangChain Deep Agents Code, NVIDIA Nemotron 3 Ultra, and NVIDIA OpenShell runtime, enabling teams to tune agents for their workloads, run them securely, and optimize for quality, cost, and speed. In evaluations, Nemotron 3 Ultra with a tuned LangChain Deep Agents harness achieved an aggregate score of 0.86 at a cost of $4.48, roughly 10 times lower inference cost than the next closest performing model.

Jul 257 minNeura News
Product Launch

Microsoft and Hugging Face Launch Open Models on Foundry Managed Compute

Microsoft and Hugging Face have partnered to bring a curated catalog of open-weight models from Hugging Face to Microsoft Foundry Managed Compute. Announced at Build 2026, the collection includes thousands of models across text, vision, and audio modalities, refreshed weekly and deployable with one click. Models are pre-staged in Azure, runtimes are built and scanned by Microsoft, and every model ships with enterprise security, governance, and billing.

Jul 710 minNeura News
Research

New Study Reveals 'Constraint Decay' in LLM Backend Code Generation

Researchers at arXiv have identified a phenomenon they call 'constraint decay,' where large language model agents experience a sharp drop in performance as structural requirements accumulate in backend code generation tasks. The study tested agents across 80 greenfield tasks and 20 feature-implementation tasks spanning eight web frameworks, finding that agents succeed in minimal frameworks like Flask but struggle significantly in convention-heavy environments such as FastAPI and Django. Data-layer defects, including incorrect query composition and ORM runtime violations, were identified as the leading cause of errors.

May 243 minNeura News