1. Doctor and immunologist Derya Unutmaz has been interested in artificial intelligence for years. But his “aha” moment came in late 2025, when GPT‑5 Pro helped him and his lab revisit a three-year-old puzzle centered on a special type of imm…

  2. [AINews] Claude Tag: Multiplayer, Proactive, Persistent Agents in Slack Claude finally gets a Slackbot upgrade We have covered the Age of Async Agents on the podcast: There has been a wave of companies building their own background agents…

  3. Early testing shows that the first-generation accelerator will deliver performance per watt substantially better than current state-of-the-art Built from the ground up for current and future LLMs across the industry Developed from design t…

  4. event

    Copilot
    448 items

    Microsoft is keeping its Copilot tool for Windows 11 but renaming it, while issues with rate limits and a security proxy have sparked concerns among users of GitHub Copilot. Meanwhile, Anthropic released a report on agentic coding trends, highlighting that developers use AI in about 60% of their work.

    event

    Security
    401 items

    OpenAI has released GPT-5.4-Cyber for testing as part of its Trusted Access for Cyber Defense program, aiming to compete with Anthropic's Claude Mythos in the cybersecurity domain. Meanwhile, concerns are rising over the potential risks associated with advanced AI models like Mythos, prompting calls for improved defenses before wider releases.

  5. Build real agentic apps using CUGA: two dozen working examples on a lightweight harness TL;DR — Building an agent is mostly plumbing: tools, state, guardrails, scaling from one agent to many. CUGA (pip install cuga), short for Configurable…

  6. Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.

  7. A longstanding goal of research on interpretable deep learning is to replace opaque neural computations with human-meaningful symbolic descriptions. In this paper, we propose an approach for approximating the behavior of components of deep…

  8. Most AI coding productivity focus is on how fast the model writes code. I think the hidden cost is later.

  9. event

    Tool Use
    79 items

    Several new AI tools focused on tool use have been released recently, including Needle, a 26M parameter function-calling model, and enhancements to Claude Code for full software development lifecycle management. These tools aim to improve efficiency in coding workflows involving shell commands and multi-step iterations.

    event

    Glm
    167 items

    Recent developments in the AI space highlight significant advancements from Chinese companies, particularly Zai's upgrade of GLM-5.1, which has shown substantial improvements. Meanwhile, there are concerns about a widespread intelligence drop across various models and discussions around the potential openness of leading AI projects like GLM 5.1.

  10. found this FREE chrome extension that lets me know how much message/tokens i have left before hitting the rate limit!

  11. Skip to main content Research Products Business Developers Company Foundation(opens in a new window) Log inTry ChatGPT(opens in a new window) Research Products Business Developers Company Foundation(opens in a new window) Codex-maxxing for…

  12. Coding agents have become a major mode of software engineering, but the benchmarks we use to compare them were designed in a pre-agent era: they collapse model, harness, and environment into a single end-to-end score, typically computed ag…

  13. 436 items

    Anthropic's new update, Claude Mythos, has garnered attention from top AI security researchers like Carlini, who found numerous bugs. The update is noted for its speed and effectiveness, with Anthropic identifying a significant security flaw in FFmpeg and quickly submitting patches.

    event

    Swe Bench
    51 items

    Recent updates in the SWE-Bench Pro benchmark show significant performance improvements across various AI models, with GPT-5.5 topping the leaderboard and Opus 4.7 making notable gains, while Claude experienced a temporary drop just before the release of Opus 4.8.

  14. CLOUDCODE.ONE Your Agentic Coding Partner. Sign inRegister Coding Plan $5/month Double of Claude Pro subscription usage, 1M context window, Code smarter.

  15. 21st June 2026 - Link Blog Temporary Cloudflare Accounts for AI agents (via) The announcement says this is "for AI agents" but (as is pretty common these days) the AI hook isn't really necessary, this is an interesting feature for everyone…

  16. Three things to watch amid Anthropic’s latest feud with the government Anthropic’s standoff with Washington has already raised new questions about AI safety and sovereignty—and about Chinese competition. This story originally appeared in T…

  17. Large Language Models (LLMs) achieve strong performance on reasoning tasks, but whether this reflects faithful logical inference or heuristic approximation remains unclear. We study this question in legal entailment by comparing three para…

  18. event

    Fine Tuning
    106 items

    Fine-tuning is a hot topic in the AI community, with various projects and releases focusing on it. Notable examples include OpenAI's decision to wind down its fine-tuning API, Anthropic co-founder Jack Clark's prediction that AI research could become automated by 2028, and several new datasets and models released for fine-tuning purposes.

    89 items

    Anthropic has launched free AI courses and disclosed a critical vulnerability in its Model Context Protocol (MCP) affecting 200,000 servers, while the protocol continues to be explored for its potential in improving coding agent performance. New features like self-hosted sandboxes for Claude Managed Agents are also being introduced.

  19. President Donald Trump and other conservatives have accused artificial intelligence chatbots of being politically biased against them — and an executive order he signed that said they must be “neutral, nonpartisan tools” triggered fears fr…

  20. We propose agentic automata learning to evaluate the extent to which tool-calling LLM agents can uncover hidden environments through interaction. In our setup, an agent should uncover a hidden deterministic finite automaton (DFA) by intera…

  21. ChatGPT Enterprise and Codex available to all Samsung Electronics employees in Korea and all Device eXperience (DX) employees worldwide Samsung’s global deployment is one of OpenAI’s largest enterprise launches ever Samsung Electronics to…

  22. When uploading files to Claude projects, Claude says it automatically decides to use them as context or as RAG, depending on computes exhausted. I prefer Claude not to switch between context and RAG automatically.

  23. mcpgen-cli on PyPI. One command, owned source code, no runtime dependency.

  24. When large language models (LLMs) fail to generalize or make haphazard errors in reasoning, it is often taken as evidence that LLMs are not truly reasoning, but rather performing a kind of pattern matching. The implication is that people's…