The Browser Company Kills Arc
Hosted by
Full Description
OpenAI has a new API in beta called the Realtime API, which enables speech conversations with LLMs. Real-time text and audio processing means users can have conversations with voice agents and voice-enabled apps, and OpenAI makes it simple to connect via WebRTC or WebSockets. Several months ago, The Browser Company, abruptly announced they were stopping work on Arc browser in favor of building a completely new, AI-first browser called Dia. Now, the company’s CEO has released a letter detailing why these decisions were made and what the future holds for The Browser Company. Details on Dia are vague, but the team is optimistic they can build “a true successor to the browser”. AI-enabled coding IDE Cursor hit v1.0, this week with a bunch of notable features. Notable highlights in this release include: BugBot, which automatically reviews PRs and identifies bugs and issues, Background Agent (Cursor’s remote coding agent) for all users, Memories to help Cursor remember facts and conversations within projects for future use, and one-click MCP install and OAuth support. In Lightning News, OpenAI gave its AI coding agent Codex access to the Internet. This allows Codex to interact with the internet during task execution, so be mindful if you decide to turn it on. Also, React Router announces its new open governance model, which is looking for community volunteers to help steer React Router’s development going forward so the co-creators Ryan Florence and Michael Jackson can focus their efforts on Remix v3. Today’s Fire Starter reveals a lesser known fact about every JavaScript dev’s favorite debugging tool: console.log. Did you know console.log supports format strings? It only works in Node.js, but yes indeed, %j means “serialize this value to JSON”. It also works for strings, numbers, and objects. Pretty cool.