New OpenAI Academy courses for the next era of work (openai.com)
AI is giving organizations a new capacity to act. Work that once waited for scarce time or expertise can increasingly move forward with AI.
Investing in multi-agent AI safety research (deepmind.google)
I analyzed 30+ of my own Opus ultra code sessions with Claude to understand how the dynamic workflow executes and where tokens were getting spent and identify any scope for savings. In ultra code mode Claude runs a task by writing determin…
Agentic Resource Discovery: Let agents search (huggingface.co)
Agentic Resource Discovery: Let agents search for tools, skills, and other agents. The Agentic Resource Discovery (ARD) specification is the discovery layer that sits in front of them.
I built Limns Admin, a fully responsive admin dashboard, and I made almost all of it with Claude Code. What it is A front-end showcase dashboard built with Next.js 16 (App Router), React 19, Tailwind CSS v4, and Bun.
OpenAI WebRTC Audio Session, now with document context (simonwillison.net)
12th June 2026 - Link Blog OpenAI WebRTC Audio Session, now with document context. I built the first version of this tool in December 2024 to try out the then-new OpenAI WebRTC API for interacting with their realtime audio models.
MCP Authorization with Dynamic Client Registration (blog.christianposta.com via hn)
This is a bonus post following on from my Understanding MCP Authorization three part series covering building (and understanding) an MCP HTTP based server and implementing the MCP Authorization spec (2025-06-18). In the previous series, we…
Claude when someone says “it works on my machine” (www.reddit.comhttps)
could not extract summary
The gravity around a black hole is so extreme that nothing, not even light, can escape once it gets close enough. Astrophysicists like Chi-kwan Chan study black holes with computer simulations and observations.
DeepSeek Is Recruiting (app.mokahr.com via hn)
2026年幻方&DeepSeek社会招聘正在进行,点击申请职位
- DeepSeek-V4 (huggingface.co via hn)
- DeepSeek v4 (api-docs.deepseek.com via hn)
Show HN: NT – fly around Git worktrees from your shell (github.com via hn)
Got tired of fighting git worktrees, so I made nt (navigate tree). One command: nt fix-login spins up (or jumps to) a worktree at <repo>.worktrees/fix-login, cd's you in, done.
ByteDance shipped a creator paradigm + prompt skill called "Vibe Creating" with their Seedance 2.0 video model. I open-sourced a portable version on the open Agent Skills standard (single SKILL.md) — it drops into Claude Code's ~/.claude/s…
Florida sues OpenAI and CEO Sam Altman, claiming company hid ChatGPT risks (www.pbs.org via hn)
By — Associated Press Associated Press Leave your feedback Share Copy URL https://www.pbs.org/newshour/nation/florida-sues-openai-and-ceo-sam-altman-claiming-company-hid-chatgpt-risks-from-users Email Facebook Twitter LinkedIn Pinterest Tu…
- Florida sues OpenAI and CEO Altman, claiming company concealed serious risks (apnews.com via hn)
- Florida sues OpenAI and Sam Altman over marketing ChatGPT despite serious risks (fortune.com via hn)
I feed my coding agent JSON instead of screenshots (slimsnap.ai via hn)
Why I feed my coding agent JSON instead of screenshots Claude Code can read images. So can Cursor.
-
121 items
event
MinimaxMiniMax has updated its M2.7 license to Non-Commercial and released new tools like MMX-CLI for various AI tasks. The company is also addressing technical issues with their models, such as NaNs in perplexity caused by GGUF files.
- 22h Are third-party memory systems actually better than the built-in memory_wiki in Openclaw?
- 8d Show HN: A free CLI coding agent, powered by ads
- 9d PM tried M3's 1M context on a real Q3 brief: where it held, where it broke
- 13d MiniMax-M3: A native multimodal model with 1M context
- 2w Reviewing speed optimizations on llamacpp for large MoE models on multiGPU rigs? (fitparams vs -ngl/-ncmoe vs other flags, P2P, overclocking)
This isn't a PPT. Repo speaks (news.ycombinator.com)
• EvolutionEngine— L1-L6 autonomous evolution loop • MemorySystem— declarative/episodic/procedural, weighted • NightlyReview— metacognition proto • CodeSandbox— self-modifying code • TokenBudget / LiveStatus / KnowledgeFusion Hunyuan API +…
I made a Claude Code skill to check if AI crawlers can read your site (github.com via hn)
AI Crawler Visibility A Claude Code skill that tells you whether your website is actually visible to AI search — and exactly how to fix it if it isn't. ChatGPT Search, Claude, and Perplexity are sending people to websites now.
Clarification for Sonnet and All Models (www.reddit.com via reddit)
Usage Limits I'm a bit confused about this situation. It's not allowing me to use Claude because I've apparently reached my limit, but Sonnet says I still have 93% remaining.
Been building an internal ops dashboard for a while now on Lovable — React/TS/Vite/Tailwind, Supabase for the backend, decent sized schema at this point with a lot of tables and migrations stacked up. Lovable commits to a GitHub repo and t…
I built an AI model card game (top trumps for LLMs) (www.reddit.comhttps)
Built this with Claude over a few evenings. It's top trumps like the good old supercars where you compare on horse power, but here each card is an AI model.
PreHook command Gate policy layer for all Claude code agents (www.reddit.comhttps)
Hello everyone, I recently was fed up with agents running unsupervised commands on my systems and wanted to solve this problem. The problem was simple, Claude code model “fable 5” uses safety flags in the UI layer that prevented the model…
Microsoft's P/E on May 6, 2023: Stockopedia says 28.93, Morningstar 32.05, Macrotrends 32.66, Yahoo Finance 33.80, Companies Market Cap 34.4. Same company, same date, eight different numbers.
I ran my Claude Code model router for 13 days. Here are the real numbers. (www.reddit.comhttps)
I built a small Claude Code routing layer called Gearbox. The goal is to stop sending everything to expensive models by default.
Anthropic Alleges Largest-Ever Claude Distillation Attack by Alibaba (twitter.com via hn)
SITUATION DETECTED: Anthropic has disclosed to the U.S. Government that Alibaba executed the largest known distillation attack on Claude to date, generating 28.8 million exchanges through nearly 25,000 fraudulent accounts between April and…
- Anthropic Accuses Alibaba of Largest AI Distillation Attack: 28.8M Fraudulent (yipzap.com via hn)
- Anthropic accuses Alibaba of largest distillation attack to date (www.cnbc.com via hn)
Thinking Different, Thinking Slowly: LLMs on a PowerPC Mac (www.theresistornetwork.com via hn)
I started by reviewing the llama2.c project from Andrej Karpathy. This brilliant project implements Llama2 LLM inference with just a single file of vanilla C.
quick context: shipped 6 different agents this quarter across different projects. some internal tools, a couple for clients, one for my own workflow.
Tensor Split Fix for intel GPU's llama.cpp release b9788 (www.reddit.com via reddit)
sycl : support --split-mode tensor #24152 I'd like to see some numbers if anyone has 2xintel gpus and tries this out
Codex AI Agent Skill Development for UI Design and Development (rapidkt.com via hn)
We capture how your experts think, gathering the essence of decision making, knowledge of people, processes and business aspects, and make it usable by your teams and AI. The expert knowledge capture and workforce intelligence platform to…
- The Codex Agent Skill for Kubernetes (medium.com via reddit)
Show HN: Brieform, build and read form responses inside your AI chat (MCP) (brieform.app via hn)
An AI-native form builder with an MCP server. Create, publish, and read form responses straight from Claude, ChatGPT, Cursor, Le Chat, Perplexity, and VS Code.
I'm the maker. I talk to Claude all day: in the terminal with Claude Code, in the browser, in a chat box.