Reading up on Vercel
58 deep · digging since nov 25, 25
- Vercel acquires Better Auth to accelerate open source auth - Vercel
Vercel acquires open‑source TypeScript auth library Better Auth, keeping it MIT‑licensed and advancing its Agent Auth protocol for scoped AI‑agent identity.
- Building an Intern
Building a practical Slack agent required 100k lines of TypeScript and four months of iteration to handle serverless constraints, credential management, and secure tool orchestration.
- Run any Dockerfile on Vercel - Vercel
Vercel now supports deploying any HTTP server from a Dockerfile on Fluid compute with autoscaling and CPU-based pricing.
- You might not need… a service worker
Service workers are essential for offline support, push notifications, and background sync, but other use cases are often better solved with simpler alternatives like HTTP caching or server-side logic.
- AI SDK 7 is now available - Vercel
AI SDK 7, with over 16 million weekly downloads, adds production-focused agent features like durable workflows, MCP apps, and realtime voice/video.
- GitHub - emilkowalski/skills: Skills for Design Engineers.
A curated set of coding skills for design engineers that encode animation and UI best practices, helping AI agents produce better interfaces through domain expertise.
- TanStack Start: A Mental Model for Next.js Developers
TanStack Start takes a router-first, explicit-server-boundary philosophy that inverts Next.js's implicit server-default model, trading convenience for predictability.
- Salesforce to Acquire Fin (formerly Intercom) for $3.6B
Salesforce acquires Fin (formerly Intercom) for $3.6B to compete in the AI customer support agent space, with many commenters debating whether AI support is truly better than human-led support.
- Anthropic ships major Claude Design overhaul with design system imports, code round-trips, and a fix for its token-burning problem
Anthropic's Claude Design overhaul adds design system imports, Claude Code integration, and shared token limits to reposition the tool from a viral demo into an enterprise design-to-code platform.
- Introducing eve - Vercel
Vercel launches Eve, an open-source agent framework with durable execution, sandboxed compute, and built-in approvals for production-ready agents.
- Introducing Vercel Connect - Vercel
Vercel Connect replaces long-lived provider tokens with runtime, scoped, short-lived credentials accessed via OIDC for agents and apps.
- Protecting against token theft - Vercel
Vercel details how attackers resell stolen AI inference via proxies and recommends per-request bot detection instead of rate limits or auth walls.
- How we cut build times by two-thirds by deleting our CMS
Sentry cut build times from 14 to under 4 minutes by replacing its headless CMS with Astro, Markdown files, and Claude Code skills for content management.
- A few interesting modern pixel fonts – Unsung
A blog post explores modern vector-based pixel fonts like Analog Mono, Coral Pixels, Two Slice, and Geist Pixel, examining their design and functionality.
- Where Are the Vibecoded Photoshops?
AI coding tools are enabling non-programmers to build personal apps, but critics argue the maintenance burden, cost, and security risks limit the trend to hobbyists rather than a revolution.
- AI Gateway production index - Vercel
Anthropic leads in spend, Google leads in volume, and agentic workloads now carry 59% of token volume, per Vercel's AI Gateway data from 200K+ teams.
- GTM Atlas by Attio
Attio publishes a curated go-to-market map featuring 15 essays from operators at companies like Stripe, Notion, and Anthropic on modern GTM strategy.
- Introducing deepsec: The security harness for finding vulnerabilities in your codebase - Vercel
Vercel open-sources deepsec, an AI-powered security harness that runs locally and uses coding agents to find vulnerabilities in large codebases.
- Do I belong in tech anymore?
A design engineer quits their job, citing AI-driven burnout and the loss of the progressive ideals they once believed the tech industry held.
- A new programming model for durable execution - Vercel
Vercel Workflows is now generally available, offering a programming model for durable execution in TypeScript and Python without needing separate orchestration infrastructure.
- 360 billion tokens, 3 million customers, 6 engineers - Vercel
Durable migrated its multi-tenant AI platform to Vercel, serving 3 million customers with six engineers while cutting infrastructure costs by 3-4x and enabling same-day agent shipping.
- GitHub - vercel-labs/openreview: An open-source, self-hosted AI code review bot powered by Vercel.
Vercel Labs released OpenReview, an open-source, self-hosted AI code review bot that deploys to Vercel and uses Claude to provide on-demand PR reviews with inline suggestions and automated fixes.
- Perhaps not Boring Technology after all
Current LLM coding agents no longer bias toward popular languages; they handle niche or new tools well via long context and documentation.
- Stripe wants to turn your AI costs into a profit center
Stripe previewed a billing feature that lets AI companies track token usage, pass through costs, and automatically apply a profit markup on underlying model fees.
- What Claude Code chooses
A report finds Opus 4.6 strongly recommends Vercel, Tailwind, shadcn/ui, and GitHub Actions, while avoiding Redis and React as default choices.
- Amplifying — AI Benchmark Research
Claude Code overwhelmingly builds custom solutions over recommending third-party tools, and when it picks tools, it defaults to GitHub Actions, Stripe, and shadcn/ui.
- Introducing npm i chat – One codebase, every chat platform - Vercel
Vercel open-sourced Chat SDK, a TypeScript library for building chatbots across Slack, Discord, Teams, and more from a single codebase.
- Tests Are The New Moat
As AI clones open source work easily, tests, API contracts, and surface area become the new commercial moat, clashing with open documentation incentives.
- How we rebuilt Next.js with AI in one week
Cloudflare rebuilt Next.js on Vite in one week using AI, achieving faster builds and smaller bundles, but HN commenters are deeply skeptical about edge cases and long-term support.
- Security boundaries in agentic architectures - Vercel
Vercel recommends separating agent harness from generated code execution in isolated sandboxes with secret injection to prevent prompt injection and credential theft in agentic architectures.
- Building An Elite AI Engineering Culture In 2026
High-performing engineering teams in 2026 are defined by taste, discipline, and leverage—not by AI tool choice—and a small set of exemplars like Linear, Cursor, Vercel, and Stripe share structural practices like writing-driven culture, design-engineer fusion, spec-driven development, tiny teams, and ruthless quality habits.
- Vercel's CEO offers to cover expenses of 'Jmail'
Vercel's CEO offered to pay Jmail's $46k hosting bill after it went viral hosting Epstein files, sparking debate over the platform's pricing versus cheaper alternatives.
- Introducing the new v0 - Vercel
Vercel's new v0 brings production-ready AI coding to enterprises with git workflows, security, and real integrations for shipping software.
- Agent Skills | Hacker News
Agent skills (structured prompt instructions) are emerging as a key pattern for making LLMs reliable, but still lack standardization and face real-world system integration hurdles.
- Ask HN: How are you automating your coding work?
Hacker News commenters share varied approaches to automating coding work, from using AI agents like Claude Code and Cursor for TDD and side projects to codifying processes into scripts, while debates emerge on token efficiency, code quality risks, and the irreplaceable value of manual review.
- Anthropic’s Claude Code Has the AI World Buzzing: ‘It’s Amazing and Also Scary’ - WSJ
Anthropic's Claude Code is generating viral excitement among developers and non-engineers, with users reporting dramatically accelerated productivity and a sense of awe at its capabilities.
- Show HN: Webctl – Browser automation for agents based on CLI instead of MCP
Webctl offers a CLI-based browser automation tool for AI agents that outperforms MCP-based tools with lower cost and higher quality.
- Introducing bash-tool for filesystem-based context retrieval - Vercel
Vercel open-sourced bash-tool, a bash execution engine for AI agents to run commands over files and retrieve context without filling the prompt.
- GitHub - vercel-labs/agent-browser: Browser automation CLI for AI agents
Vercel Labs' agent-browser is a Rust-based CLI tool enabling AI agents to automate browser interactions via commands and an MCP server.
- Google AI Studio is now sponsoring Tailwind CSS
Google AI Studio and Vercel announce sponsorship of Tailwind CSS, aiming to support the open-source CSS framework amid its financial difficulties.
- The importance of Agent Harness in 2026
By 2026, agent harnesses will become essential infrastructure for building reliable AI systems that can execute complex, multi-day tasks.
- AI SDK 6 - Vercel
Vercel's AI SDK 6 introduces agents, human-in-the-loop tool approval, MCP support, devtools, reranking, and structured output for building AI applications.
- We removed 80% of our agent’s tools - Vercel
Vercel replaced a complex multi-tool text-to-SQL agent with a simpler file system agent using bash commands, achieving 3.5x faster execution and 100% success rate.
- how to hack discord, vercel and more with one easy trick - eva's site
Researchers exploited Mintlify's MDX rendering to achieve server-side RCE and XSS, compromising documentation sites for customers like Discord, Vercel, and Cursor.
- Coding Agents & Complexity Budgets
Lee Robinson migrated cursor.com from a CMS to raw code using AI coding agents in three days for $260, arguing that AI reduces the cost of complexity.
- How we built the v0 iOS app - Vercel
Vercel's v0 team details the challenges of building a native iOS app using React Native and Expo, focusing on chat animations and keyboard handling.
Takes
"Just use Vercel." "Just use Supabase." "Just use Clerk." Cool. Now your auth, database, and deployment are owned by 3 different companies who can change pricing whenever they want. And the rest of your product is wrapping OpenAI. At some point you have to ask yourself: what do I actually own here?
@SimonHoiberg
Introducing eve, an agent framework. 𝚊𝚐𝚎𝚗𝚝/ 𝚊𝚐𝚎𝚗𝚝.𝚝𝚜 𝚒𝚗𝚜𝚝𝚛𝚞𝚌𝚝𝚒𝚘𝚗𝚜.𝚖𝚍 𝚝𝚘𝚘𝚕𝚜/ 𝚜𝚔𝚒𝚕𝚕𝚜/ 𝚜𝚊𝚗𝚍𝚋𝚘𝚡/ 𝚜𝚌𝚑𝚎𝚍𝚞𝚕𝚎𝚜/ Like Next.js, for agents. https://vercel.com/blog/introducing-eve
@vercel
Why has Vercel become the default hosting platform for vibe coders? There are plenty of alternatives. What made Vercel win?
@araseb_
YES-CODE An entire category of software, "no-code", was built under the presumption that code is expensive, difficult, and scarce. Coding agents have forever changed the equation. Code is now cheap, easy, and abundant. I remember @cramforce being asked by an analyst long ago: "soo, is @vercel like a no-code platform?" Without hesitation he goes "no, it's the absolute opposite. It's a yes-code platform." 😁 A key thing we set out to do was to be uncompromising in quality and sophistication of the things you could host. No-code solutions took shortcuts and set hard ceilings, typically on performance and sophistication. Our mission is to create the easiest cloud for agents that you never graduate from. PS: welcome
@rauchg
my solo business @postbridge_ is at $35,000 USD monthly recurring revenue (MRR) = ±$48,000 CAD for my canadian friends and me here is main breakdown of major costs to run atm - i'm wondering if i should focus on decreasing at all... maybe im overthinking it. @supabase database and storage = $860/month @vercel web hosting = $130/month @triggerdotdev backend processes = $400/month @unkeydev API management + backend host = $250/month @X API = $250/month other smaller recurring costs = $60 /month . . . TOTAL INFRA COSTS = ±$1,950/month profit margin on gross revenue = ±94% net profit margin after stripe fees = ±88% my AI bot says dont focus on cutting costs btw, but my frugal self still dreams about no monthly big bills for some reason
@jackfriks
New Skill: Stripe Emulator Works offline ✓ No account needed ✓ Stateful ✓ Hosted checkout page ✓ Webhooks ✓ Embeds in your app ✓ Seedable/deterministic ✓ Works in CI with no secrets ✓ npx skills add vercel-labs/emulate --skill stripe
@ctatedev
This is a detailed walkthrough of how I run a 1-person VC-funded startup. Eng: @DevinAI Chief of Staff: @openclaw + @OpenAI Design: @BrettFromDJ Fave pod: @twentyminutevc GTM: @openclaw + @DevinAI + skills Infra: @vercel
@ryancarson
"I woke up and he already built a website, created a product, set up Stripe, and launched."Here's my new episode with @nateliason on how he set up his OpenClaw bot, @FelixCraftAI, to build a business that made $14,718 in 3 weeks.We talked about:✅ The 3-layer memory system… pic.twitter.com/NNDiDo3x0u
@petergyang
I built a @techmeme killer on crack, with ai / @firecrawl / @iframely / @vercel / @supabase / @triggerdotdev. It's wild, messy, and fun. I'm not going to launch it, but if you want to see it and understanding my building process, check it out here: https://t.co/upvjhxyCbH
@kevinrose
the holy trinity of agentic UI: - https://t.co/ymclHB0RDA from @elirousso- https://t.co/DZLnezoft4 from @Ibelick - https://t.co/xzdoVQzSd5 from @vercel pic.twitter.com/85CxIiFS85
@colderoshay
okay, so @vercel's new agent browser is pretty stinkin great.https://t.co/FfyoARDd86substantially faster than playwright and is clearly optimized for AI use.well done, folks!
@Shpigford
code is written faster than ever with ai. i build this for fun, in 8hrs, with: @v0 @vercel @cursor_ai @convex @claudeai pic.twitter.com/dPPFISLUPp
@kevinrose