1. could not extract summary

  2. For context: I'm a software eng @ a fortune 500/FAANG tier company. We use AI.

  3. With Claude Max plan, you'd think you're sorted but you're not. It just changed a major workflow in my app and was going to make a change that would have costed my a huge bad data injection in the DB.

  4. Hermes Agent now processing more tokens per day than both OpenClaw and Claude Code according to Openrouter.

  5. Now whenever I reach for customer's support chat or phone I get an AI agent replying to me and I get into a useless loop for a couple of minutes before I start begging it to link me to a real person. Will companies start losing customers b…

  6. I've tried with FLUX.2-9B but was not really better and FLUX.2-dev is too big. Any (tested) suggestions are most welcome.

  7. I don't know why no one has done this yet well. Here's a way to use /goal in claude code where each session has its own goal and it works just like codex https://github.com/Potarix/claude-goal

  8. On three separate projects, Claude has refused to add an AGPLv3 license to my project, telling me that it violates the content policy. Most recent reject gave: API Error: Output blocked by content filtering policy I've reproduced this a to…

  9. First Agentic IDE, Open-Source Every agent, terminal, and repo on one infinite canvas. See and control everything from any device.

  10. event

    Cowork
    212 items

    Issues with Claude Cowork have been reported, including errors and disruptions for some users on April 16, 2026. Additionally, Google has developed its own desktop Agent to compete with Cowork, while users continue to explore alternatives and troubleshoot bugs in the platform.

    model roundup

    Qwen 3.6
    376 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.

  11. Hi. I new to using Cursor - coming from Claude Code, Antigravity and most recently GLM coding plan.

  12. Finally switched over from chat to Claude and it seems to be amazing so far but what are all these confusing models. On chat, there was 4 and 5, both with thinking mode on or off.

  13. What are your thoughts/what is the consensus on local context compression model size? Are you guys using small MoE models to do this quickly and move along hoping you get all the important bits, or large dense models that take forever (giv…

  14. I just want to copy-paste my claude skills to be able to use with local models, is there is anything that can dynamically detect my skills similar to claude? so far I have found nothing...

  15. Automate any app, any process, on your computer. Deka has your context, your files, and stays local.

  16. Hey all, I recently purchased Claude's pro plan and was honestly blown away with all the Connector options. I've never used AI with connectors before and it's def.

  17. One thing Claude Code can't do natively is watch a video. For most bugs that's fine, but for anything visual, hover states, animations, scroll behavior, you end up spending more time describing the bug than actually fixing it.

  18. prpack Pack a pull request into one markdown file optimized for LLM code review. prpack walks the diff between two refs and emits a single, well-structured markdown file containing the commit list, the diff, and the full post-change conten…

  19. I've been vibe coding a lot lately and noticed I keep burning tokens on the same backend setup stuff every single new project. Curious if others feel the same, when you're building something new with Claude Code, what's the one backend thi…

  20. model roundup

    DeepSeek 4
    103 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.

  21. Hey guys, I'm a marketer and currently learning to how to use claude efficiecntly.What I'm not able to figure out is how to save tokens, especially when the context window is too long. I know I can summarize the chat and start a new one, b…

  22. Did anyone evaluate HIPfire for long context sizes (100k+) and quality, for Strix Halo? It apparently promises large performance increase over llama.cpp and the like.

  23. I know many people are using the OAuth in Pi, Opencode and other harnesses because the ToS is not super clear on whether it is against the rules, but I admit I'm too afraid to do so with my professional Team plan and potentially get my who…

  24. I built a 24/7 AI radio station called WRIT-FM where ChatGPT/Claude is the entire creative engine. Not a demo — it's been running continuously, generating all content in real time.

  25. 📼 Agent VCR Time-travel debugging for AI agents. Record · Rewind · Edit · Resume — without re-running anything.

  26. Speaking at a Sequoia Capital event, the OpenAI CEO said college students have built complex ChatGPT workflows and "don't really make life decisions without asking ChatGPT what they should do."

  27. Looking for any tips on Claude.MD directions and Claude skills for coding projects. My goal is to prevent as few hallucinations as possible while simultaneously encouraging Claude to use existing utility functions and not to recreate funct…

  28. Unlinked Bring your LinkedIn professional profile into AI assistants — without copy-pasting, scraping, or guessing. Unlinked is a TypeScript MCP server that connects your LinkedIn professional profile and experience to any Model Context Pr…

  29. Every AI agent sandbox today makes the same mistake: it treats all tools equally. A coding agent has tools for reading files, writing files, running shell commands, and searching the web.