1. The world has a lot more code now, since large language models (LLMs) can easily generate it. As the CEO of Anthropic Dario Amodei has predicted, AI is probably writing 90% of all the code in the world.

  2. I built Impact Graph MCP using Claude Code. It’s an MCP server that does AST-based impact analysis for TypeScript codebases, so Claude can tell you things like “if I rewrite loginUser, what else breaks?” What it does: You give it a functio…

  3. If you are building agents that interface with WhatsApp groups, you probably noticed that recent UI updates have hidden the '@g.us' JIDs from the DOM, making them hard to find for your config files. I ran into this while setting up per-gro…

  4. So, with this project I want to see if a length constrained (like 64 tokens only) quality summarization can be done by tiny LLMs using GRPO! https://preview.redd.it/6f3tou9xhixg1.png?width=2816&format=png&auto=webp&s=c0b11ea7c387c1e84e1ad2…

  5. Been vibe coding full-time for a few months. One workflow question I haven't nailed down yet: how do you decide which model to use for which task in Claude Code?

  6. Ship accessible code, automatically. Every PR scanned for a11y / WCAG violations, real source-code fixes proposed via Claude, lawyer-ready artifacts included.

  7. If you spend time in the same corner of X as I do, scrolling past the "How I built a second brain with Obsidian" and "Anthropic just KILLED [insert industry] FOREVER" posts, you've probably also seen the take that UI is dead. And unless a…

  8. A survey by Epoch AI and Ipsos found that 80 percent of US adults who use Claude live in households earning more than $100,000 a year.

  9. 56 items

    Sam Altman, CEO of OpenAI, has faced multiple attacks on his home in San Francisco, including firebombing and drive-by shootings, raising concerns for his safety. Additionally, a majority of over 100 people interviewed by Ronan Farrow described Altman as a "pathological liar.

    model roundup

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

  10. So build[.]nvidia[.]com[/]models give access to free APIs for llms ranging from SLMs to frontier models. I tried building with it and let's say the APIs are so slow to respond.

  11. Hello everyone, I usually vibe-code in a fairly simple setup: I work inside an agent interface, review the changes, and then manually test everything from both a design and functionality perspective. For context, I’m building mobile apps.

  12. Hey folks, I’m building a product in India where users interact with an AI agent using voice (like talking to an assistant to get tasks done). I’m specifically looking for the best voice AI stack for Indian use cases especially for things…

  13. I'm set on the 128GB M5 Max, and deciding between storage options (2TB or 4TB)? Question: What have been your actual LLM workflow centric storage requirements?

  14. could not extract summary

  15. Deleted.

  16. I've been running PaddleOCR-VL-1.5 via llama.cpp's server for OCR on book pages. It handles complex layouts, tables, and mixed text/figure pages surprisingly well.

  17. If you've built anything on top of the OpenAI API and tried to enforce business rules via system prompts, you know the frustration: the model sometimes just ignores them. We built Caliber to tackle this.

  18. model roundup

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

  19. Get access to powerful AI tools and cloud storage with Google AI Pro (Gemini) at a highly affordable price. This plan includes advanced features powered by Google Gemini, giving you smarter assistance for writing, coding, research, and con…

  20. Hey everyone, I’ve been building a multi-agent system in my spare time, and I just open-sourced the repository. I was getting tired of the standard text-in/text-out chat paradigm and wanted to build a genuinely situated AI—one that actuall…

  21. The rapid adoption of always-on autonomous agents projects like OpenClaw has triggered a parallel arms race in the security industry. As these agents gain the ability to write code, access personal files, and operate indefinitely, the imme…

  22. is there any good argument in favor or against, I have read a lot but there is always the same argument like "they do not think", "they are next work predictors", "they are not biological". Which makes sense to some extent but does not exp…

  23. OpenClaw but efficient and with an SDK fastyclaw A small, fast local AI agent server with HTTP/SSE transport, a full tool-call loop, and a proper TypeScript client SDK. Run it once, talk to it from anywhere — your terminal, a script, a Wh…

  24. I just encountered this recently. For some reason, Cursor consistently is stuck on "Grepping" Even if I stop it and resume by prompting "continue" - it'll continue to Grep and it's just stuck.

  25. Maybe some of you have already figured out the perfect way to do this or found the best apps for linking them.

  26. Hi guys, I’m a gpt user slowly approaching to Claude and wondering few things. Using projects for long creative tasks (stories, book writing, and so on), I use some big pdf as memory for the project.

  27. I just released Pocket LLM v1.5.0🚀 New in this release: - 🎙️ Voice input - 🖼️ Image input with OCR, Gemma vision, and FastVLM support - 📷 Camera capture with retake, crop, and photo review - 🗂️ Previous chats side panel - 💾 Downloaded mode…

  28. OpenAI Privacy Parser OpenAI shipped Privacy Filter — a model that hides PII in text. Defenders use it so data doesn't leak.