Announcing the hosted X MCP.
Agents now have access to the best real-time information source in the world.
Connect Grok, Cursor, or any MCP-compatible AI tool to the X API without any setup!
Check it out here: https://t.co/5MzPYwGFzD
Introducing Cursor for iOS.
Build from anywhere by launching always-on cloud agents. Or remotely control agents running on your computer from the app.
Composer 2.5 is 75% off in the app now through July 5.
📢 WebGPU is now officially supported across Chrome, Edge, Firefox, and Safari → https://t.co/TNB1bpcQtq
Access high-performance 3D graphics and AI capabilities right in the browser with this major milestone.
The Memory Management Unit (MMU) is not a chip—it's a function.
Despite common belief, the MMU is not a single physical chip or even a single well-defined block of logic on a modern CPU die. Instead, “MMU” refers to a distributed set of translation and protection mechanisms implemented across the processor core. These include the Translation Lookaside Buffers (TLBs), the page-table walker, access-permission checkers, and portions of the load/store pipelines that enforce the architectural memory rules.
In other words, the MMU is the collection of hardware mechanisms that allow the processor to perform virtual-to-physical address translation and enforce the memory-protection policies defined by the operating system. The fact that these mechanisms are physically scattered across the die, rather than located in a single module, is an implementation detail hidden behind the abstraction of “the MMU.”
Announcing our public preview of Chrome DevTools MCP! Experience the full power of DevTools in your AI coding agent → https://t.co/u5kOrjFgrq
With Chrome DevTools MCP, your AI agent can run performance traces, inspect the DOM, & perform real-time debugging of your web pages.
For those who want to dive straight into the code, you can find the open-source repository on GitHub: https://t.co/i8tuQvpNoY
We're excited to see what you build! #LangExtract
@alexxubyte Thank you for sharing. It would be great if there’s a chance in the future to also learn about the differences between NATS JetStream and Kafka.
Today, we're announcing plans to make VS Code an open source AI editor.
We believe AI development should stay true to VS Code's core principles: open, collaborative, and community-driven. Let's build the future of software development together.
https://t.co/C3ffio6X88
Delete all the old forks or projects I'm no longer involved in, all at once. 😆
gh repo list --fork --limit 500 --json nameWithOwner --jq '.[].nameWithOwner' | xargs -I {} gh repo delete {} --yes
For the next seven days, get free unlimited GPT-4.1 on Windsurf, on us.
That’s right, free.
We are very excited about GPT-4.1 given our internal evals. We have rate limits to prevent abuse, so go build without worrying about credits.
Announcing GPT-4.1, GPT-4.1 mini, and GPT-4.1 nano in the API.
TL;DR: Major improvements on coding, instruction following, and long context. 💥
00:00 Intro
02:18 Coding
04:53 Instruction following
06:58 Long context
10:22 Demos, pricing, and availability
20:00 @windsurf_ai
Agent2Agent Protocol vs. Model Context Protocol, clearly explained (with visual):
- Agent2Agent protocol lets AI agents connect to other Agents.
- Model context protocol lets AI Agents connect to Tools/APIs.
Both are open-source and don't compete with each other!