When I first began learning to code, I saw `public static void main` in Java and was super confused. I was also reading a book that spent a page explaining each keyword. JavaScript was a relief coming from that verbosity.
Well, today I wrote this line of code 🤷♀️
Pranay Prakash
2,052 posts
- We haven't talked about this much but "𝚞𝚜𝚎 𝚠𝚘𝚛𝚔𝚏𝚕𝚘𝚠" works really well with streaming and the @aisdk Here's *all* you need for an agent that is durable, can stream, and supports client resumption
- Queues. The most requested feature since I started Vercel 🥹 1️⃣ Send 𝚊𝚠𝚊𝚒𝚝 𝚜𝚎𝚗𝚍("𝚝𝚘𝚙𝚒𝚌", { 𝚖𝚎𝚜𝚜𝚊𝚐𝚎: "🔥" }); 2️⃣ Receive 𝚊𝚠𝚊𝚒𝚝 𝚛𝚎𝚌𝚎𝚒𝚟𝚎("𝚝𝚘𝚙𝚒𝚌", "𝚌𝚘𝚗𝚜𝚞𝚖𝚎𝚛", 𝚖 => { 𝚌𝚘𝚗𝚜𝚘𝚕𝚎.𝚕𝚘𝚐(𝚖.𝚖𝚎𝚜𝚜𝚊𝚐𝚎); // 𝙻𝚘𝚐𝚜 "🔥" });
- In a file, setting the first line to `#!/usr/bin/env node` makes it so simply executing the file with './file' runs it with the provided binary passing in the file as an argument. Try this with something else and get creative, like this one with micro by @zeithq
- Here's a deep dive into why "𝚞𝚜𝚎 𝚠𝚘𝚛𝚔𝚏𝚕𝚘𝚠" uses directives and why it's the best choice for the framework
00:00- Just dropped a deep dive into the architecture of "𝚞𝚜𝚎 𝚠𝚘𝚛𝚔𝚏𝚕𝚘𝚠", notably how the directives work, and how easy it is to build your own framework integration (h/t @RhysSullivan)
- Running an AI agent on durable workflows, while streaming realtime results to the client, is an incredibly complex infrastructure challenge "𝚞𝚜𝚎 𝚠𝚘𝚛𝚔𝚏𝚕𝚘𝚠" has the single best interface in the 𝚆𝚘𝚛𝚕𝚍 for this 🤯 (docs below)
- > How do you deploy? @zeithq > How to do you do CI? @zeithq (github.com/importpw/query…) > How do you do CD? @zeithq (github.com/zeit/now-examp…) zeit.co/docs/features/… 👋
- I love the constant stream of new features @github keeps adding that (at least to me) are exactly what I wanted but never knew I did. Like this new search bar that lets you jump directly to other repos I might want to go to (and it did suggest the right one 🙌)
- I know github starts are just vanity... but, come on now...
- Nothing more scary than someone publicly analyzing your mostly vibe coded compiler on the internet Glad I passed 🙏Behind the elegant and seemingly simple looking 'use workflow' and 'use step' directives of the new workflow development kit from @vercel lies a bunch of compiler engineering. I was curious and decided to dive deeper into the open source code. Buckle up and read this post if you













