Hrushi (@borhadehrushi) 's Twitter Profile
Hrushi

@borhadehrushi

Builder👨🏻‍💻 | Usually caffeinated, occasionally filming, perpetually curious | Software Engineer @FigrDesign

ID: 932488868716089344

linkhttps://github.com/HrushiBorhade calendar_today20-11-2017 06:00:45

363 Tweet

142 Followers

909 Following

Thariq (@trq212) 's Twitter Profile Photo

To get started add our marketplace in Claude Code: /plugin marketplace add anthropics/claude-code and then install the plugin: /plugin install frontend-design@claude-code-plugins

To get started add our marketplace in Claude Code:

/plugin marketplace add anthropics/claude-code

and then install the plugin:

/plugin install frontend-design@claude-code-plugins
Ray (@rincidium) 's Twitter Profile Photo

this is a huge deal for PLG // marketing. imagine an Agent: 1. inspects PRs 2. brainstorms motion-design concepts 3. uses Remotion to make the vids 4. hitl interface to iterate 5. ready to publish on X literally a plg, motion-design, growth marketer agent.

Vercel Changelog (@vercel_changes) 's Twitter Profile Photo

Vercel Sandboxes now support filesystem snapshots. Capture complete state with 𝚜𝚊𝚗𝚍𝚋𝚘𝚡.𝚜𝚗𝚊𝚙𝚜𝚑𝚘𝚝() to skip repeatedly slow setup steps like git clone and dependency installation. vercel.com/changelog/file…

Boris Cherny (@bcherny) 's Twitter Profile Photo

I'm Boris and I created Claude Code. I wanted to quickly share a few tips for using Claude Code, sourced directly from the Claude Code team. The way the team uses Claude is different than how I use it. Remember: there is no one right way to use Claude Code -- everyones' setup is

Andrej Karpathy (@karpathy) 's Twitter Profile Photo

On DeepWiki and increasing malleability of software. This starts as partially a post on appreciation to DeepWiki, which I routinely find very useful and I think more people would find useful to know about. I went through a few iterations of use: Their first feature was that it

Hrushi (@borhadehrushi) 's Twitter Profile Photo

Automated e2e frontend dev cycle with Claude Agent Teams. 7 teams / 21 agents. prompt eng → design → build → test → deploy → QA → Observability. they coordinate, review each other, and form a feedback loop. overnight mode: agents find and fix bugs while I sleep. I

Hrushi (@borhadehrushi) 's Twitter Profile Photo

This is insane! What a crazy way to wake up to new updates. 1 - Claude code remote work 2 - Cursor cloud video demo What a time to be alive

Hrushi (@borhadehrushi) 's Twitter Profile Photo

Browser Audio for Voice AI: an interactive deep dive into voice AI in the browser. Try it out: …ive-browser-audio-voice-ai.vercel.app AudioWorklet processors on audio threads, ring buffers, websocket streams, from the physics of digital audio to a live voice agent. Built from first principles,

shadcn (@shadcn) 's Twitter Profile Photo

Today, we're releasing shadcn/cli v4. It packs a ton of features: shadcn/skills, presets, dry-run, monorepo and more. If you're using shadcn/ui with coding agents or need better control over the defaults, this is for you. Here's everything new:

Today, we're releasing shadcn/cli v4. It packs a ton of features: shadcn/skills, presets, dry-run, monorepo and more. 

If you're using shadcn/ui with coding agents or need better control over the defaults, this is for you. 

Here's everything new:
Hrushi (@borhadehrushi) 's Twitter Profile Photo

Built the code indexing engine that powers Cursor from scratch. - tree-sitter parses every file into its AST. Each function = one chunk - Chunks embedded into 1536-dim vectors via OpenAI, stored in Qdrant HNSW - Search runs semantic + ripgrep in parallel, fused with