1. Unitree GD01: China's $537k rideable transformer robot is now in production Unitree Robotics has launched the GD01, a rider-carrying robot it describes as the world's first mass-produced manned mech suit, starting at RMB 3.9 million — roug…

  2. The plan My theory at the moment is as follows: - Code is now cheap with agentic AI developing it - Context is the expensive part - The biggest bottleneck appears to be context windows - At 1 million tokens, only maybe 500k are usable befo…

  3. https://github.com/alvinunreal/openpets

  4. model roundup

    DeepSeek 4
    106 items

    DeepSeek-V4-Pro is a 1.6T parameter Mixture-of-Experts model supporting one million-token context, with significant improvements in efficiency and stability through hybrid attention and manifold-constrained hyper-connections. Community highlights include its cost-effectiveness via the official API and exceptional performance in large code change evaluations, with some noting its surprisingly robust output capability despite a 384K max token limit.

    event

    Copilot
    217 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.

  5. Trail of Bits Skills Marketplace A Claude Code plugin marketplace from Trail of Bits providing skills to enhance AI-assisted security analysis, testing, and development workflows. Also see: claude-code-config · skills-curated · claude-code…

  6. Discover 1,000+ Claude Skills by intent, audit your library

  7. pi-treebase A session history management tool that combines the functionality of the base /tree command with something similar to git rebase --interactive. Installation pi install npm:@grayolson/pi-treebase Usage First, use the /treebase a…

  8. model roundup

    GPT 5.4
    33 items

    OpenAI has released GPT-5.4-Cyber for testing and claims it will compete with Claude Mythos. Meanwhile, GPT-5.4 Pro has solved the Erdős Problem #1196, showcasing its advanced capabilities in mathematics.

    model roundup

    Haiku 4.5
    3 items

    Several users are considering switching from Anthropic's Claude to Chinese AI alternatives like Haiku 4.5 due to cost and usage limitations in Claude Max, with some citing Haiku as offering similar capabilities at a lower price.

  9. https://preview.redd.it/cw596sfeso0h1.png?width=697&format=png&auto=webp&s=b0503a51b65b6a4e67f26084667a038aac92ad0c https://preview.redd.it/csup47dpso0h1.png?width=943&format=png&auto=webp&s=f71af9620b1fd5cbbece6bb636eb2d0e78a8daa8 Is anyo…

  10. Been exploring how AI agents are slowly changing customer support workflows, especially for smaller teams trying to scale without adding headcount. Some interesting tools/workflows worth checking out: • SparrowDesk’s Zoona: AI support agen…

  11. The Anthropic xAI deal is shocking but not surprising: Musk should double down on serving other companies. Subscribe to Stratechery Plus for full access.

  12. event

    Security
    178 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.

    model roundup

    Opus 4.7
    340 items

    Claude Opus 4.7, released on April 16, 2026, is Anthropic's latest advanced AI model, offering improved handling of complex tasks and a larger context window of up to 1 million tokens. This version is 50% more expensive than its predecessor due to enhanced capabilities in software engineering and hybrid reasoning.

  13. oura-ring-mcp Natural-language access to your Oura data through Claude. Local SQLite mirror, natural-language annotations, and MCP tools for actually asking questions about your health data.

  14. The complete public catalog of AI agents, search crawlers, scrapers, and bots active on the web. Browse, filter, identify, and control.

  15. claude agents opens an Agent View (Research Preview) — a single list of every Claude Code session across your machine, showing what's running, what's blocked waiting on you, and what's done. No more hunting through terminal tabs.

  16. model roundup

    Qwen 3.6
    393 items

    Qwen3.6-35B-A3B, a 35 billion parameter sparse MoE model with an active parameter count of 3 billion, was released on April 16, 2026, as open-source software under the Apache 2.0 license by Alibaba Qwen. It offers advanced functionality across various AI applications and outperformed competitors in drawing tests.

    model roundup

    Opus 4.6
    91 items

    Opus 4.6, a version of Anthropic's AI model Claude, saw its accuracy drop on the BridgeBench hallucination test from 83% to 68%, and is being retired from Copilot Pro+. Notably, Claude Code demonstrated advanced capabilities by generating a detailed 12-week training plan in one call.

  17. Home Protecting human joy and endeavour LawZero is a nonprofit startup developing technical solutions for highly-capable, safe-by-design AI systems. The challenge: Current frontier AI systems are becoming more capable and autonomous, yet t…

  18. Vote | Memebench MemebenchVoteLeaderboardSupport May 9, 2026 The Pentagon Releases New Trove of Declassified UFO Files The Defense Department has released a new trove of declassified documents about government UFO sightings. Meme A Meme B…

  19. I uploaded a screenshot with three questions and just asked it to suggest a reply to it. Claude out here playing HR🙏

  20. model roundup

    Gemma 4
    166 items

    Gemma 4 is a family of open-source multimodal models from Google DeepMind, available in sizes up to 31 billion parameters and featuring dense and MoE architectures. Notable community highlights include the 31B model's success in production tests, with some users preferring 4-bit precision for local use, and others sharing settings for optimizing performance with smaller models.

  21. I've seen that Claude can handle Office documents (Word/Excel) natively/using the official plugin for a few days now. I'm only talking about the new, official plugin, not the skills I have an urgent question and need help.

  22. Disclosure: I’m the author. I’m not sure if this is mature enough for this subreddit yet, so please remove if it is not a fit.

  23. Just launched my portfolio at nidhil.live — built it with Claude Code and honestly it was a game changer. I’m a 21yo junior dev working with MERN stack.

  24. I believe what we need is an AI tool that retrieves faster and with quality, or an AI tool where you can update your retrieved data. Looking for a tool that is capable of doing such a thing, wherein you’ll be able to have your context that…

  25. For the people running AI agents in production: how are you handling per-step reliability math? Saw a great comment on a recent agent-drift thread here: "90% success rate per step over a 5-step workflow gives you about a 41% chance of tota…

  26. I'm looking for a cache simulator / benchmark suite suited to the kind of tiered ephemeral cache that LLM providers use — e.g. Anthropic's 4-tier prompt cache, where context sits across several tiers with different residency windows, costs…