Nico Albanese (@nicoalbanese10) on X (original) (raw)
Pinned 3 months ago I started building a coding agent that runs in the cloud. It's since written every line of code I've shipped, including itself. Today, I'm open sourcing it. Introducing Open Agents.
this is all the code you need to create an ai agent with access to the web using the vercel ai sdk, @ExaAILabs , and agentic ( @transitive_bs )
First set of @aisdk agents docs have shipped! - foundations - workflow patterns - loop control - `Agent` class
streaming structured objects leads to janky partial ui with tons of layout shift 💀 streamObject now supports 'array output mode' which lets you stream complete objects everything you love about streaming w/o compromising on ui
My workshop from @vercel ship is now live! Build a coding agent like Claude Code with @aisdk 5, AI Gateway, Vercel Sandbox, and Vercel Functions in 40 minutes
this is all you need to use chrome's built in ai model with the vercel ai sdk no api keys, no configuration, running locally in the browser 🤯
PDF to multiple-choice quiz in seconds Wish I had this in school! Built with the @aisdk and fully open-source
A few cool new @aisdk features shipped today I really wanted to talk about them 😊
Preliminary tool results are incredible You can just yield things, @aisdk handles the rest
Cursor's new docs are incredible - so fast and look amazing Not to mention, the chat is built with @aisdk 😊
do yourself a favor and add this alias to your config
Want to talk to your database in plain english? We just shipped a new guide that shows you how to: - turn your questions into SQL - have AI explain the query logic - visualize results with @shadcn charts Built with @nextjs , the AI SDK, and PostgreSQL