1. AI has reached the point that I no longer write code. I used to work in shops where I was deep in the debugger without internet access; now I just drive intent and long term engineering decisions with Claude/Codex/Perplexity.

  2. I started looking into the foundations of ChatGPT and Friends a year ago and I’ve been writing and speaking about ChatGPT and Friends for about half a year now, resulting in this collection of explanations and illustrations of what LLMs an…

  3. I think 80% of UGC agencies will have to re-adapt their whole workflow in 18 months to survive and most people don't see it coming. I run a small consulting business of generating AI ads and last week I lost a $500 retainer to a client who…

  4. G HooliChat is Operational Making the world a better place, one prompt at a time. Unlock the full HooliChat experience.

  5. model roundup

    Qwen 3.6
    305 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

    Gemma 4
    147 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.

  6. The Figure-Eight Model for Agentic DevEx | by Joe Kutner | May, 2026 | Medium Sitemap Open in app Sign up Sign in Get app Write Search Sign up Sign in The Figure-Eight Model for Agentic DevEx Joe Kutner Follow 5 min read · 1 day ago 2 List…

  7. I’m not a coder, but I run local models. I gave in to agent hype (I was building my own, but there is so much to do) and installed Hermes.

  8. An X user managed to trick AI chatbot Grok into sending around $200,000 worth of crypto after exploiting its link with an automated trading bot. The incident involved Grok and ‘Bankrbot’, two AI systems with wallet access, which were manip…

  9. https://preview.redd.it/n94m91zvsdzg1.jpg?width=1080&format=pjpg&auto=webp&s=810810627393cb7aaf0f3316a8459f538af776a6 opus at 5% cost and 12 million context is hard to believe considering there is no paper.

  10. event

    Copilot
    182 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

    Mistral
    59 items

    Mistral, a French AI company, is set to release a medium-sized model with 128 billion parameters and is planning to launch Workflows in public preview. The company, founded by Arthur Mensch, continues to grow its AI empire despite not being based in the United States.

  11. You've been through an AI agency program. Maybe you graduated, ran it for a few months, and felt the gap between "I learned the playbook" and "I'm actually going to make this work." Maybe you're still in the cohort and you can already see…

  12. Most LLM agents are reactive, they only work when you prompt them. I’m interested in how people are building "proactive" agents that trigger based on external world events (webhooks, sensor data, price changes).

  13. I have an ongoing issue with Claude ( and ChatGPT ) where "rules" are not really enforceable. What works one day doesn't necessarily work the next.

  14. How to Buy Cheap Claude Tokens in China The Transfer Station Economy, Explained Zilan Qian is a research associate (research) at the Oxford China Policy Lab and holds a Master’s degree in Social Science of the Internet from the University…

  15. 41 items

    Claude Opus 4.6, Anthropic's flagship model, saw its accuracy drop on the BridgeBench hallucination test from 83% to 68%, highlighting a significant regression in handling certain tasks. Meanwhile, biologists are revisiting cases of mushroom-induced hallucinations in China, suggesting ongoing research into natural causes of similar phenomena.

    event

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

  16. Recently started using Claude over chatGPT. For the most part, the switch hasn’t been that big of a difference for me.

  17. Literally one shot voice cloning and it’s literally so easy. What the FUCK.

  18. Featured projects How It Started: Hitting the GIL Wall at Scale We’ve been running production model serving for many years. When we first started building Shepherd Model Gateway, the goal was modest: figure out if cache-aware load balancin…

  19. 123 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

    Opus 4.7
    280 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.

  20. 🦦 Freu CLI (Browser Edition) The first release of the Freu AI automation suite, focused on high-efficiency web orchestration. 💸 Cut your AI agent's token usage by up to 90% — offload repeated tasks to deterministic programs.

  21. Sorry this pages exist in order to keep the service usable for everyone. If you can't pass the test, please whitelist your extensions on this website and update your browser.

  22. We present GLM-5V-Turbo, a step toward native foundation models for multimodal agents. As foundation models are increasingly deployed in real environments, agentic capability depends not only on language reasoning, but also on the ability…

  23. open-llm-observability A vendor-neutral, OpenTelemetry-compatible semantic convention and SDK layer for standardizing LLM observability across any provider, framework, or platform. The Problem Every LLM platform emits observability data di…

  24. Cedar submitted 32 requests for the same classifier.py file in a single session. The operator had fulfilled the first one.

  25. I’m curious how people are dealing with this in real agent systems, not demos. Once you have multiple tenants/users, the simple demo stuff starts to break down: retries can get expensive agents can fan out into multiple tool calls fallback…