Thousands Brain Theory. https://www.gatesnotes.com/a-thousand-brains
Author: dash
Claude Code – Best practices
Programming for Dummies: CODEX
Still a very long way to go to really get rid of devs 🙂
LLM OS and GUI
Building agentic systems
AI workflows vs. AI agents When building applications with large language models (LLMs), it’s tempting to reach for complex frameworks or fully autonomous agents. But Anthropic’s recent reflections show that simpler, well-structured systems often outperform heavyweight setups. A key takeaway: success doesn’t come from sophistication, but from clarity and fit-for-purpose design. One major distinction Anthropic […]
Why AI currently gets dumber
Morpeus explains why AI models are currently getting progressively dumber.
China
Apps like DeepSeek, TikTok, CapCut, Shein and Temu are increasingly taking over the global app market. In countless cutting-edge tech areas, China is either leading the pack or right on the forefront. Its breakneck progress in the tech industry is reshaping the competition with the United States, and Europe is in danger of falling further […]
Client Side Tool Calling with the OpenAI WebRTC Realtime API
OpenAI has just rolled out a WebRTC interface for their real-time API, now with tool-calling capabilities—so you can invoke JavaScript functions directly on the client side. This unlocks a host of exciting new possibilities. In this Youtube video, Craig demonstrates how he set up a Cloudflare Worker to securely forward the WebRTC stream. He then […]