1. In May 2023, OpenAI CEO Sam Altman was sworn in and testified before Congress about the regulation of artificial intelligence. Senator John Kennedy of Louisiana heard his ideas about licensing advanced models and asked if Altman might be q…

  2. Just received the email, effective date is June 15th. Figured it would happen eventually, but damn are we reliant on it for a lot of workflows internally in our company now.

  3. Anthropic reinstates OpenClaw and third-party agent usage on Claude subscriptions — with a catch | VentureBeat Orchestration Infrastructure Data Security More Newsletters Featured Anthropic reinstates OpenClaw and third-party agent usage o…

  4. The problem: AI in media was always protrayed as cutting, blunt, and objective, which I've always loved. I like the idea of a machine with no opinions giving you the real truth.

  5. When I joined the Codex engineering team in September 2025, Codex for Windows didn’t have a sandbox implementation meaning that Windows users were forced to choose between two subpar options when using OpenAI's coding agents: Approving nea…

  6. Anthropic announced today that starting June 15, paid Claude plans get a separate monthly credit pool for programmatic usage (claude -p, Agent SDK). Seems OK at first glance but it turns out the monthly credit pool is charged at API rates,…

  7. PM brain knows what makes a sprint work — the questions before code, the handoffs, the gates, the retros that actually produce something. Engineer brain knows what makes a workflow stick — invisible, fast, no ceremony for ceremony's sake.

  8. I have extra usage that is going to expire on 1st June. I keep hitting my limit but Claude does not use the extra usage be it on Claude.ai or in Claude code.

  9. yeah A command-line tool that answers yes/no questions using an LLM. It returns its answer as an exit code: 0 for true, 1 for false, 2 for error.

  10. model roundup

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

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

  11. Saw the thread about the June 15 credit change. Built a drop-in -p replacement using hooks — no SDK credits needed.

  12. OpenAI published a fascinating technical breakdown explaining how it built a custom Windows sandbox for Codex because Linux already had many of the isolation tools it needed. The company specifically mentions Linux technologies like seccom…

  13. Good to see :-)

  14. https://www.youtube.com/watch?v=kEVyULB4r9c Sharing this in case it's useful. I've been running 30+ Claude Code sessions in parallel for months to ship two products.

  15. I wanted to try codex after 5 months of claude code max subscription. And then I went back to my previous projects on claude design only to realize I don't have access to them anymore.

  16. Amir Efrati @amir here's where the Microsoft-OpenAI economics currently stand, incl capex Quote Amir Efrati @amir May 12 for all the talk of circular AI deals microsoft sure is getting its money's worth from OpenAI. already 2.5x its invest…

  17. Tried to access ChatGPT on cellular and on wifi, it is down on multiple devices. Does anyone know what is happening?

  18. The first integrations are here. From v0.39, you can connect Lanes to GitHub and Linear, import tickets straight onto your board, and hand your agents an MCP surface that reaches all the way back into your tracker.

  19. I just asked Sonnet about best practices for improving npm config after the recent Tanstack issue and it run for a few minutes but didn't produce any result but I could see it was doing at least web search across a few websites. Now it sho…

  20. event

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

  21. Every conversation with an AI starts from zero. The model doesn't remember what it figured out last time.

  22. 🦀 rars in Rust, bro I’ve done a few different reverse-engineering projects with LLMs, and figured it’s time to push the clankers to their limits. A RAR compressor for every version of RAR ought to have taken about 5 years, which is why nob…

  23. Wanted to share my mobile claude/codex session tool: Chroxy. TL;DR Chroxy is a (yet another!) self-hosted remote client for Claude Code.

  24. One of the small failure modes I keep hitting with agent stacks is that the model has no idea how much time passed between turns. It'll greet you with "good morning" at 11 PM, or pick up a conversation three weeks later as if no time has p…

  25. Is chatgpt down right now?

  26. I wrote a skill that enforces ten rules to make Claude a straight shooter: action first, steps numbered, state restated each turn, no preamble, no closers. No more "Great question!..." Repo: https://github.com/ayghri/i-have-adhd Activate w…

  27. I’ve made a couple nice HTML things that help a lot with work. I’m not tech savvy and this all feels a bit foreign.

  28. Hey, I've been working with the MCP protocol and built a server that lets Claude interact with any REST API through natural language. You configure your base URL and auth token, and then from Cursor or Claude Desktop you can ask things lik…

  29. ClaudeDevs @ClaudeDevs Starting June 15, paid Claude plans can claim a dedicated monthly credit for programmatic usage. The credit covers usage of: - Claude Agent SDK - claude -p - Claude Code GitHub Actions - Third-party apps built on the…