The new CC, an AI agent built for families
Google has developed a new AI agent called CC designed specifically for family use. The AI aims to assist with household tasks and provide family-oriented support. (blog.google)
Unreal Agent is an asynchronous agent harness that removes tool-management overhead from the language model by handling tool calls outside the LLM loop: every tool call immediately appends an “in-progress” event to the session log, the tool runs in the background, and its final result is appended later to trigger the next model call. That design lets users steer agents without waiting, permits more heavy tool work per model turn, and reduces token taxes. Through a small prompt footprint, token-optimized tool outputs, and no sub-agents or workflows, Unreal Agent delivers up to 40% cost savings versus Codex and up to 20% versus Pi on production workloads and coding/science benchmarks while preserving or improving task pass rates.
Benchmarks show comparable or better performance: Terminal-Bench 4.0 yields the same pass rate as Codex with substantially lower cost; SWE-Atlas QnA and DeepSwe show higher pass rates (65.8% vs 63.3% and 72.4% vs 69.0%, respectively) with reduced dollars and fewer model turns. An engineering caveat: using two tool-call result items (in-progress + final) exposed inconsistencies across inference providers and an underspecified Responses API pattern that required careful handling. The SDK includes a Go library, a runner executable, and a Harbor-compatible benchmark runner, and the harness approach is presented as a distinct research direction for further efficiency gains.
Summary generated by AI from the linked article. hn.today is not affiliated with Hacker News or Y Combinator.
Google has developed a new AI agent called CC designed specifically for family use. The AI aims to assist with household tasks and provide family-oriented support. (blog.google)
AI staff have reported experiencing mental health challenges due to concerns about the potential societal threats posed by artificial intelligence. These fears relate to the broader impact of AI development on society and human well-being. (ft.com)
Open language models include open-weight and open-source types, with Chinese companies leading in open-weight models since 2025. The competition between American and Chinese models influences the global AI landscape and its commercial viability. (interconnects.ai)
No Sloptober challenges individuals to abstain from using LLM-based tools throughout October to develop personal skills and awareness of AI's limitations. Participants are encouraged to reflect on their reliance on AI, improve their coding abilities, and reassess the value of automation in their work and learning processes. (no-sloptober.com)
Open-weight AI models now process 56% of tokens in production, up from less than 10% in December 2025. However, proprietary systems still generate most of the revenue, as they cost significantly more per inference. (techstrong.ai)
LLM ASSBENCH is a platform that evaluates large language models (LLMs). It currently shows no matches or data for prompts entered. (assbench.com)
Today's best Hacker News stories, summarized and screenshotted, one email a day.