We just released ๐๐๐๐๐-๐๐๐๐-๐๐๐๐๐๐๐๐๐, a repo for coding agents.
React performance rules and evals to catch regressions, like accidental waterfalls and growing client bundles.
How we collected them and how to install the skill โ
vercel.com/blog/introd...
Posts by Malte Ubl
We're celebrating the life of Mikeal, creator of request, forker and reuniter of Node.js, renaissance and family man on November 12.
We received a very generous donation and are now able to make this event completely free.
Looking forward to see all of you! an-event-mikeal-would-have-liked.com
To honor a great friend and open-source pioneer Mikeal Rogers we're organizing a "conf" and charity auction.
I'll be auctioning an exclusive wagyu BBQ at my house for up to 15.
Join us and ideally offer more donations!
All proceeds go to his wife and 2 kids an-event-mikeal-would-have-liked.com
Cold starts are the Achilles' heel of serverless. Fluid fixes that.
Learn how Vercel achieves a sub-0.6% cold start rate automatically through platform optimizations.
vercel.com/blog/scale-...
Prompt injection is sometimes called an "unsolvable". But we shouldn't give up like that. I've been on a mission to introduce hard security boundaries into AI agents and this is the next step:
What if compromised MCP tools couldn't just passively prompt inject your app?
Search 1M+ GitHub repositories from your AI agent using Grep's MCP server.
Your agent can now reference coding patterns and solutions used in open source projects to solve problems and answer questions.
vercel.com/blog/grep-a...
At Vercel Ship 2025, Malte Ubl shared a no-nonsense approach to building AI agents.
Learn how to build and secure AI agents that automate complex workflows, and understand the product and business impact behind them.
vercel.fyi/J9sgXzv
So excited so be working with y'all more closely!
I am delighted to announce that @vercel.com are investing in Nuxt!
they are backing our vision of the open web, hiring me as well as other core team members (@atinux.com, @pi0.io + @antfu.me), to continue to work full time on Nuxt
we remain independent โ and our vision and ethos are not changing ๐
NuxtLabs, creators of Nuxt and Nitro, are joining Vercel.
Same license, roadmap, and open governance, but now in a joint mission to build the best web.
Building AI agents (and workflows) doesn't have to be complicated.
In fact, it's more approachable than you might realize. Hear practical advice from Vercel CTO @industrialempathy.com on building agents.
vercel.com/blog/the-no-...
I'm traveling to Berlin next week and we're doing a Vercel meetup to celebrate the opening of our new Berlin office.
I have a whole queue of blog posts about agents coming out and will be turning them into a lightning talk, and we'll have a panel, etc. The usual!
partiful.com/e/9Is88RwZV9...
Code snippet: // app/api/[transport]/route.ts import { createMcpHandler } from '@vercel/mcp-adapter'; const handler = createMcpHandler(server => { server.tool( 'roll_dice', 'Rolls an N-sided die', { sides: z.number().int().min(2) }, async ({ sides }) => { const value = 1 + Math.floor(Math.random() * sides); return { content: [{ type: 'text', text: `๐ฒ You rolled a ${value}!` }] }; } ); }); export { handler as GET, handler as POST, handler as DELETE };
MCP allows you to build integrations for AI models.
Deploy your Model Context Protocol (MCP) server on Vercel and connect to it from clients like Claude, Cursor, and more.
Learn more and get started with our updated template.
vercel.com/changelog/mc...
Can't wait to spend the summer at the pool
No
It's on the roadmap. Should be about 3 months out.
Let me check in
We looked deeply into the recent React Router/Remix CVE & deployed mitigation for Vercel customers through our firewall
- It enables stored XSS
- High likelihood that any React Router app is impacted
- If using another CDN action may be required
- Upgrade recommended
vercel.com/changelog/pr...
Next.js 15.2
โข Redesigned Error UI & Improved Stack Traces
โข Streaming Metadata
โข Turbopack Performance Improvements
โข View Transitions (experimental)
โข Node.js Middleware (experimental)
nextjs.org/blog/next-15-2
Yeah, I mean, the Oppenheimer movie is showing some of that. AFAIK it was very Physics-specific that non-Germans would literally learn German to enter the field. I haven't heard about that happening in different disciplines
And with the benefit of hindsight, the thesis proposes a blockchain-like mechanism for p2p transaction processing. It might have been a little ahead of its time. But again, it might as well not exist given that it was a computer science thesis written in German ๐คฆ
Should you read even a part of it? Probably not lol. But there is something morbidly interesting about looking into early 2000s internet culture.
I finished university in 2004 and made a big stupid mistake: I wrote my thesis in German. I've literally been sad about this ever since.
But AI to rescue: I dusted off an old PDF and had Gemini Pro translate it to English
Does anyone know the status of the Private State Token API?
It seems shipped in Chrome but the demos appear broken and it doesn't look like Google shipped a generic issuer like Apple did for Private Access Tokens.
I just remembered how an internet mob chastised the Google intern who wanted to ship an async version of Local Storage using tech that allowed shipping Chrome feature using only JS knowledge. Both the feature and the underlying tech was killed.
Imagine what could have been.
Sure, but it's often used as a device to shutdown all discussion of higher level APIs as if it was dogma
Indeed. It had a time and a place, but it's not the answer to every question
This is really good and helpful, thank you! Also: I very genuinely was gonna say that already before finding the quote ๐คฃ