Century Automation← All news

AI & Automation Briefing - July 24, 2026

NVIDIA's NOOA Framework Turns AI Agents into Plain Python Objects

NVIDIA researchers published a paper introducing Object-Oriented Agents (NOOA), a model-agnostic Python framework that replaces the fragmented architecture of most agent systems with a single Python class. In NOOA, an agent's methods define the actions an LLM can take, docstrings serve as prompts, type annotations enforce input and output contracts, and class fields hold state. Methods with a body of '...' are completed at runtime by an LLM-driven loop, while methods with normal code run as standard deterministic Python. This means developers and agents share the same interface, making agent behavior testable, traceable, and refactorable like any other software. The team validated the approach on SWE-bench Verified, Terminal-Bench 2.0, and ARC-AGI-3. For operations and automation builders, NOOA presents a direct alternative to graph-based workflow tools, consolidating prompt management, tool schemas, and state handling into one structured Python object.

Source

Claude Voice Mode Gains Multi-Model Support and App Actions

Anthropic has updated Claude's voice mode to let users choose between Opus, Sonnet, and Haiku models, with the default set to the fastest version of whichever model they last used in text chat. Previously, voice mode ran exclusively on Haiku, limiting it to simpler tasks. The updated voice mode also connects to external apps including Gmail, Google Calendar, Slack, Canva, and Notion, enabling actions like rescheduling meetings, drafting emails, and creating documents by voice. This app-action capability is a meaningful distinction from OpenAI's voice mode, which does not currently support tool use. Multilingual support, already in beta, now exits that phase for ten languages including Spanish, French, Hindi, and Japanese, though users must manually specify their language. Free-tier users are limited to Haiku and one connected app. Anthropic did not update the underlying voice model itself, so conversational improvements like interruption handling are not part of this release.

Source

Monday.com Cuts 20% of Staff to Rebuild Around AI Work Platform

Monday.com is eliminating roughly 630 positions, about 20% of its workforce, as part of a restructuring to concentrate resources on its AI Work Platform. The platform includes a no-code app builder, a customizable AI agent, a workflow automation tool, and a report-generating chatbot. The company redesigned its core product earlier this year around the premise that enterprise customers want AI agents working alongside employees. The restructuring is expected to cost between $45 million and $55 million. Monday.com is part of a broader pattern: Layoffs.fyi data shows more than 122,000 tech roles have been cut so far in 2026, with 78% of companies citing an AI refocus as the reason. For teams building ops workflows on platforms like Trello or n8n, Monday's move signals accelerating consolidation of project management tooling around AI-native architectures.

Source

Sources