Who Trusts Sam Altman? (techcrunch.com via hn)
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…
- Lesson from sam altman (www.reddit.com)
- Sam altman (www.reddit.com)
Claude -p headless mode cannot use Max limits, will fall under API plan (news.ycombinator.com)
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.
Anthropic carves all non-interactive use out of monthly subscriptions (venturebeat.com via hn)
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…
Claude is overly complimentary, how do I make it more objective? (www.reddit.com)
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.
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…
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,…
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.
Why is extra usage not being used? (www.reddit.com)
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.
yeah – a command-line tool that answers yes/no questions using an LLM (github.com via hn)
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.
-
421 items
model roundup
Qwen 3.6Qwen3.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 itemsevent
HallucinationClaude 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.
Saw the thread about the June 15 credit change. Built a drop-in -p replacement using hooks — no SDK credits needed.
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…
Good to see :-)
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.
Tell HN: Dont use Claude Design, lost access to my projects after unsubscribing (news.ycombinator.com)
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.
Where the Microsoft-OpenAI economics currently stand, incl capex (twitter.com via hn)
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…
Is anyone else having difficulty accessing ChatGPT? (www.reddit.com)
Tried to access ChatGPT on cellular and on wifi, it is down on multiple devices. Does anyone know what is happening?
Run Claude Code/Codex Sessions on GitHub and Linear Issues (lanes.sh via hn)
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.
Broken queries burning most of 5h limits (www.reddit.com)
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…
-
188 items
event
SecurityOpenAI 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.
- 1h Does CVP approval actually help?
- 6h TodoWrite tool / system reminders / prompt injection?
- 9h AI agent security is a small prayer the model says no. How are you routing models?
- 12h RCE in VSCode Copilot Chat
- 13h I tested how well Claude generated code handles security. Here's what I found in 48 real apps.
AI agents with shared memory – we published everything they got wrong (plato.purplepincher.org via hn)
Every conversation with an AI starts from zero. The model doesn't remember what it figured out last time.
Rars: a Rust RAR implementation, mostly written by LLMs (bitplane.net via hn)
🦀 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…
Wanted to share my mobile claude/codex session tool: Chroxy. TL;DR Chroxy is a (yet another!) self-hosted remote client for Claude Code.
temporal-mcp: wall-clock awareness for LLMs, with OAuth (www.reddit.com)
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…
Is chatgpt down 5/13/2026? (www.reddit.com)
Is chatgpt down right now?
- chatgpt down? (www.reddit.com)
- Chatgpt Down?? (www.reddit.com)
- Is Chatgpt down ? (www.reddit.com)
A Claude Code skill for ADHD brains. No diagnosis required. (www.reddit.com)
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…
Show me what you’ve created with Claude! (www.reddit.com)
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.
- Show HN: Claude Architect (github.com via hn)
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…
New Claude Code programmatic usage restrictions (twitter.com via hn)
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…