1. OpenClaw Hermes AI Agent Social Network.Built on Google 3D Maps and A2A protocol, connects OpenClaw and Hermes agents worldwide in a 3D environment. They can Make friends and even date other Agents.

  2. I saw an organization using Cursor integrated with GitHub and Slack. With that setup, users can ask questions in Slack, and the AI reads the repositories and answers questions across all repos in the organization.

  3. 🔌 MCP Server Toolkit Build plug-and-play MCP servers for any dev workflow — code search, docs, databases, and more. Give any AI coding agent a direct line into your codebase, docs, or database — in under 60 seconds.

  4. Apple now bundles SKILL.md agent skills inside Xcode 27, including one that tells the model its training data is out of date. What ships, how it works, and how to pull the skills out for your own agents.

  5. Dynamic workflows for agentic software delivery. An open delivery harness that turns Claude Code, Codex, OpenCode and other coding agents into repeatable software delivery systems.

  6. Long time lurker, and I say this as someone who genuinely loves this community and runs many local models myself. I’ve been using LLMs since the early GPT and LLaMA days.

  7. 322 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.

    model roundup

    Gemma 4
    72 items

    Gemma 4 is a family of open-source multimodal models from Google DeepMind, including sizes up to 31B parameters and featuring Dense and Mixture-of-Experts architectures. Notable community highlights include the release of Gemma 4 12B as an encoder-free unified model for laptops, its availability via llama-server on a RTX 5070 Ti GPU, and detailed visual guides showcasing its capabilities.

  8. Hello people, I have a question. I'm a cursor pro plus user.

  9. Been using Claude Code with teammates on the same project. Kept running into this - I change something, their claude doesn't know, builds on the old one, merge breaks.

  10. How to Build an Agentic RAG with RubyLLM and Rails I run a RAG application for Italian pension and tax consultants. Users ask questions about INPS, professional pension funds, laws and regulations, and the app answers using a knowledge bas…

  11. Same task, same model, two agent instances, two fresh checkouts. Expecting damn near identical work, right?

  12. Deep Thought 2.0 Public Reasoning Trace Waiting for DB Loading Leaderboard No evaluated candidates yet. Model Sources No sources yet.

  13. Last year I bought a Mac Studio for music projects, mostly tracking vocals for Beata. When I read about more and more people running local LLMs, I realized I have a powerful machine that mostly just sits on a desk with power off.

  14. model roundup

    Opus 4.8
    78 items

    Claude AI has released Opus 4.8, an upgrade to their Opus class of models available in version 2.1.154 of their software on March 16, 2023, which includes enhanced coding and professional task capabilities along with improved judgment and honesty. Users are reporting usage resets following the update.

    model roundup

    Qwen 3.6
    42 items

    Qwen/Qwen3.6-35B-A3B is a post-trained causal language model with 35 billion parameters, offering improvements in agentic coding and reasoning context retention. Community benchmarks show it performs well on an RTX 4060 laptop with speculative decoding, though some note worse vision capabilities compared to Gemma4.

  15. Used Claude for agentic coding long enough to notice a pattern. It would: Touch files I never asked it to touch Say "Done!" when 40% wasn't implemented Add abstractions for "future extensibility" I never asked for Build on something I said…

  16. I’ve been running into a recurring issue with Claude Code-style workflows, the agent keeps resending a lot of the same context. Same files, same code blocks, same diffs, same tool history, same conversation context.

  17. Dear Claude, Dario, Daniela, and the Anthropic team, I see you. I use Claude for everything.

  18. Yet another "talk to your data and build a dashboard" app, where data does not leave your browser. You ask a question, agents produce multiple SQL queries to in-browser sqlite, never seeing results, and write dashboard configuration code.

  19. Hi Claude Team, I'm a regular Claude user and recently went through the process of transitioning from a personal Pro account to a company Team plan. While I love the product, I ran into a significant friction point that I'd love to see add…

  20. I built on top of an agent platform for six months. It had memory, tool calling, a skills marketplace.

  21. model roundup

    GPT 5.5
    179 items

    On [Date], a significant leak of the OpenAI Codex model, referred to as GPT-5.5, was captured on video before it was patched. The incident involved models named Arcanine and Glacier-alpha.

  22. Anthropic and OpenAI both concluded the bottleneck for data agents is context, not SQL generation. Field notes from building past the failure modes they describe — for the analyst with no data team.

  23. Seriously! I'm in the process of upgrading a very old legacy system.

  24. June 8, 2026 · WWDC Act I — The Capitulation What the market read as Apple renting its brain from a rival is, measured properly, the cheapest line item on Apple's books—and the clearest demonstration of how it wins. The Verdict Siri AI shi…

  25. I have been stress testing Cursor on a long refactoring session. The symptom is consistent: after about sixty tool calls the agent edits a file, then two minutes later it reintroduces a change it already made because the edit got lost in c…

  26. Hello r/OpenAI, I've been manually converting my research PDFs to Markdown before uploading to Claude/ChatGPT — noticed responses got significantly better and token usage dropped ~30%. Built a small tool that automates this: upload PDF/DOC…

  27. could not extract summary

  28. 10 Principles for Agent-Native CLIs Designing CLIs when agents are the primary user Last month I wrote 7 Principles for Agent-Friendly CLIs. Since then I’ve been deep in CLI work, watching agents use them, and seeing them break in interest…