Paridhi Agarwal

644 posts

Paridhi Agarwal

Paridhi Agarwal

@paridhitweets

I help founders go from idea → MVP in weeks at https://t.co/HcMGM1oH7R

Book a Free Intro Call → Katılım Ağustos 2019
348 Takip Edilen848 Takipçiler
Paridhi Agarwal
Paridhi Agarwal@paridhitweets·
the "I should self-host a claw instance" to "okay that's a lot" pipeline now ends at plus one
Dan Shipper 📧@danshipper

BREAKING! Introducing Plus One: A hosted @openclaw that lives in your Slack and comes pre-loaded with @every's best tools, skills, and workflows. Set it up in one click, and use your ChatGPT subscription (or any other API key.) Bring your Plus One to work: every.to/plus-one Connected to the @every ecosystem Plus Ones automatically use @every's agent-native apps, no setup required: - @CoraComputer for searching, sending, and managing email - @TrySpiral for great writing in your voice - Proof (proofeditor.ai) for agent-native document editing Custom skills and workflows we use and love Plus Ones come pre-loaded with skills and workflows we use ourselves @every —some we've made, and some we think are great. - Content digest—summarizes the publications you read, starting with @every - Daily brief—your day's schedule and to-dos sent to you each morning - Animate—turn any static screenshot into an animation with @Remotion - Frontend—Anthropic's front-end skill (which we use all the time!) We also make it fast to connect Google, Notion, Github, and more to your Plus One. Our goal is to give you a capable AI coworker right away, not a vanilla OpenClaw that you have to teach from scratch. Why we built Plus One @OpenClaw has changed the way we work at Every. We effectively have a parallel org chart of AI coworkers, each with a name, a manager, and real responsibilities. Because of them our workflows are completely different—our company is different—and we would never go back. But getting here has been hard. Claws require a significant amount of manual setup and require a dedicated machine—like a Mac Mini—running 24/7 to stay responsive. We have learned that the hard part of Claws is the infrastructure around them—the hosting, the integrations, the skills, and the ongoing care. We’ve made them work great for our team, and we want to share everything we’ve learned with you. We're letting in 20 people a week to start, and scaling invites quickly from there. @Every subscribers get priority. Bring your Plus One to work: every.to/plus-one

English
0
0
4
168
Paridhi Agarwal retweetledi
Dan Shipper 📧
Dan Shipper 📧@danshipper·
something new coming this week from @every
Dan Shipper 📧 tweet media
English
9
4
83
7.6K
Paridhi Agarwal retweetledi
Lucas Crespo 📧
Lucas Crespo 📧@lucas__crespo·
something's coming
Lucas Crespo 📧 tweet media
English
4
3
38
4.1K
Paridhi Agarwal retweetledi
Nityesh
Nityesh@nityeshaga·
The best way to make your AI give better results is to have it make plans and give it early feedback on those plans BEFORE it executes them. Proof makes doing this easy. It's like Google Docs but built for your and ai's collaboration. And the way you onboard into it is so futuristic. You don't create an account or hit a "New doc" button like its 2025. Instead, you paste a prompt into your ai that makes it download the skill it needs to work with Proof. COPY / PASTE - that's it!
Nityesh tweet media
Dan Shipper 📧@danshipper

BREAKING: Proof—a new product from @every It’s a live collaborative document editor where humans and AI agents work together in the same doc. It's fast, free, and open source—available now at proofeditor.ai. It’s built from the ground up for the kinds of documents agents are increasingly writing: bug reports, PRDs, implementation plans, research briefs, copy audits, strategy docs, memos, and proposals. Why Proof? When everyone on your team is working with agents, there's suddenly a ton of AI-generated text flying around—planning docs, strategy memos, session recaps. But the current process for collaborating and iterating on agent-generated writing is…weirdly primitive. It mostly takes place in Markdown files on your laptop, which makes it reminiscent of document editing in 1999. Proof lets you leave .md files behind. What makes Proof different? - Proof is agent-native: Anything you can do in Proof, your agent can do just as easily. - Proof tracks provenance: A colored rail on the left side of every document tracks who wrote what. Green means human, Purple means AI. - Proof is login-free and open source: This is because we want Proof to be your agent's favorite document editor. Check it out now, for free—no login required: proofeditor.ai

English
0
3
11
2.9K
Paridhi Agarwal retweetledi
Brandon Gell
Brandon Gell@bran_don_gell·
🚨If you pay for docusign, hellosign, documenso, pandadocs, signaturely, or signnow and if you hate paying your outside counsel $500-1000+/hour, read this tweet⚖️ Para, our in-house AI Paralegal product, is officially open for beta and judging from the number of "holy shit" moments we're getting from users, I genuinely think every esignature tool is at risk. Para doesn't just do e-signature, it's a full-stack, agent native, super smart, and always on Paralegal that organizes your files, handles file version history, manages templates, and answers any question. Fully accessible to you and your team in Slack (and soon email). If you're a seed to series B company that currently pays for any esignature tool, uses Slack, and uses GDrive, we want you to try Para (for free). You can learn more and sign up here: notion.so/Para-Your-in-h…
Brandon Gell tweet mediaBrandon Gell tweet mediaBrandon Gell tweet mediaBrandon Gell tweet media
English
10
10
91
18.1K
Paridhi Agarwal retweetledi
Monologue
Monologue@usemonologue·
Monologue for iOS is here. You talk 3x faster than you type. Prompts to Claude. Brain dumps to Notion. Grocery lists. Midnight epiphanies. First drafts that sound like you. Now in your pocket. Follow, like, RT—50 annual subscriptions are up for grabs.
English
100
213
771
245.5K
Nityesh
Nityesh@nityeshaga·
I just deployed an app to a server. Claude purchased the server, deployed the app and set up a custom domain. Without Vercel or Render MCP. 37signals recently open-sourced Campfire, their real-time chat product. I deployed it to my own domain this afternoon: Anyone can join – campfire.nityesh.com/join/CvzD-TcAu…. It's running on a $2/month Hetzner server in Germany. I never opened the Hetzner dashboard. I never bought the server. The entire deployment — server provisioning, Docker setup, SSL certificates, the works — was handled by Claude Code. Here's how. Anthropic ships two skills in Claude Code: • mcp-builder Skill — helps you turn any API into an MCP server (MCP lets Claude actually execute actions, not just describe them) • skill-creator Skill — helps you create knowledge packages that make Claude an expert in specific tools I used both. First, I turned Hetzner's API into an MCP server. I gave Claude the public Hetzner API documentation and asked it to build an MCP server. It generated the TypeScript, set up the project structure, and I published it to npm. My first package live on npm! Now Claude can create servers, manage SSH keys, check pricing — all by talking to the Hetzner API directly. Then, I turned Kamal's documentation into a skill. Kamal is DHH's deployment tool — it takes any Docker app and deploys it to any server with zero-downtime. I gave Claude the Kamal docs and asked it to create a skill. Now Claude fetches the latest Kamal documentation before answering any deployment question, so it's never working with outdated information. Then I combined them. What's interesting here is that I didn't read the Hetzner API docs. I didn't memorize Kamal configuration options. I used AI tools to build AI tools, then used those AI tools to have my AI agent do real work. All possible because of Opus 4.5 in Claude Code. Public API docs → mcp-builder → Claude can operate that API Public tool docs → skill-creator → Claude becomes expert in that tool Links: • @Hetzner_Online MCP Server: github.com/nityeshaga/het… • Kamal Deploy Skill: github.com/nityeshaga/cla… Available in the claude-code-essentials plugin marketplace There's a server running in a Hetzner data center in Falkenstein, Germany. It's serving a chat application built by 37signals. I created it by having a conversation with an AI. 2026 is going to be wild!
Nityesh tweet mediaNityesh tweet mediaNityesh tweet mediaNityesh tweet media
English
1
0
5
252
Paridhi Agarwal retweetledi
Brandon Gell
Brandon Gell@bran_don_gell·
Over break I sent out 4 documents for signatures. I did it 100% on mobile through Slack using our latest product, Para, just like I would have messaged an in-house lawyer. Para sent out our pre-built templates (which it helped me make during onboarding), kept me notified of their status, and when signed, saved them in our now professionally organized legal folder. It's a 100% agent native paralegal... This product is sick. Can't wait to share it.
Brandon Gell tweet media
English
3
4
26
3.4K
Paridhi Agarwal retweetledi
Dan Shipper 📧
Dan Shipper 📧@danshipper·
I just showed the team our 2026 roadmap. I got so psyched that I wanted to share it with you too. Here's our full 2026 strategy.
English
34
41
720
103K
Paridhi Agarwal retweetledi
Brandon Gell
Brandon Gell@bran_don_gell·
Admit it, you want to join @every. Good news!!! We have 4 roles open that are all game changers (for your career and our team): • GM of @TrySpiral: If you want to build an agent first writing experience that thousands of people use every day. You'll been a product shipping machine learning everything about how to build with AI alongside legends like @kieranklaassen, @poojary_yash, @naveennaidu_m, @lucas__crespo, @anukshi13, @danshipper, @Bigwilliestyle and so many more → modern-ton-234.notion.site/GM-of-Spiral-2… • Editorial Storyteller: We have SO MANY STORIES inside of our product studio and consultancy that need to be told. You'll help uncover them and elevate the builders of the future. Plus, you'll get to learn from @katelaurielee (Medium's Global Head of Editorial, Stripe's Head of Publishing) → modern-ton-234.notion.site/Editorial-stor… • Growth Engineer: Every's bundle is the the only subscription you need to stay at the edge of AI. You know it, but now we need everyone else to know it. You'll work with @tedescau (previously led BD at Substack) to make it happen → modern-ton-234.notion.site/Growth-enginee… • Video Storyteller: Do you love telling stories visually? Are you a creator that wants to go in-house somewhere? Did you love how The Browser Company told the story of their business and yearn to make your mark like that? This is the role for you, working directly with @tedescaumodern-ton-234.notion.site/Video-storytel…
English
2
16
128
25.3K
Paridhi Agarwal retweetledi
Every 📧
Every 📧@every·
Many of you have contracts, policies, and compliance questions buried in Slack threads and inboxes. Para is what happens when AI becomes in-house counsel. @bran_don_gell demos what’s coming.
English
1
2
26
22.5K
Paridhi Agarwal retweetledi
Nityesh
Nityesh@nityeshaga·
The coding-tutor plugin is now available in @every’s popular compound engineering marketplace from @kieranklaassen. Use this to compound your knowledge of programming! github.com/EveryInc/compo… I’ve been having tremendous fun using it. It is now writing tutorials exactly suited to my prior level of coding knowledge, uses examples from the repo I'm in and uses spaced repetition to quiz me and build my retention. I've had it help me brush up my Rails knowledge, get a "Next.js for Rails devs" course and learn new frameworks. It's soo fun!!
Nityesh@nityeshaga

I built a Claude skill that turns Claude Code into your personal coding tutor. The core insight: Claude Opus 4.5 is already the best tutor in the world. @AnthropicAI cooked with this model! It has incredible emotional intelligence and deep coding knowledge. What this skill does is just provide a harness—a way for Claude to agentically build the right context about YOU so it can personalize the tutoring experience in exactly the right way. Here's what makes it work: Learner profile from day one. The first time you use it, Claude interviews you. It asks about your programming background, your goal (where do you want this to take you?), and who you are as a person. This gets saved and informs every single tutorial it ever writes for you. From the very first interaction, everything is 100% personalized. Tutorials that use YOUR code. When you ask to learn something, Claude doesn't give you generic examples from some blog post. It finds examples in the actual codebase you're working in. This makes concepts stick in a way abstract examples never do. Quiz mode with spaced repetition. You can run "/quiz-me" and Claude will test you on concepts you've learned. It tracks your understanding score for each tutorial. Then it uses spaced repetition to prioritize the next quiz—concepts you're shaky on come back in 2 days, concepts you've mastered fade to 55+ day intervals. It literally builds retention into the learning process. One central knowledge base across all your projects. Whether you're joining a new company and want to understand their codebase, learning from an open source project, or leveling up on your own vibe-coded project—all your tutorials live in one place (~/coding-tutor-tutorials/). So your personal coding-tutor accompanies you across all your coding adventures. The whole thing is a feedback loop: learn → quiz → retain → learn more → quiz → retain. Your tutorials evolve, your knowledge compounds, and Claude gets better at teaching YOU specifically over time. To install it in Claude Code: • Run /plugin to open the plugin manager • Add marketplace nityeshaga/claude-code-essentials • Enable coding-tutor plugin Here's the Github: github.com/nityeshaga/cla… And here's 20-mins of me walking you through how to use this plugin and how it works 👇🏽 Let me know if you use it to teach yourself something cool!

English
1
7
50
6.1K
Paridhi Agarwal
Paridhi Agarwal@paridhitweets·
OMG opus 4.5 is a senior Product Engineer and not just a code monkey! It knows how to prioritise features based on business requirements and asks for business priorities before doing the work. I've never talked to a smarter person. EVER. 🤯
Paridhi Agarwal tweet media
English
1
1
5
813
Paridhi Agarwal retweetledi
Monologue
Monologue@usemonologue·
Keyboards are so 1983. You only need one key—Monokey, the limited edition device that turns your voice into text in Monologue. We're giving away 10, along with a free annual subscription to Monologue.
English
33
216
344
59.6K
Paridhi Agarwal retweetledi
Brandon Gell
Brandon Gell@bran_don_gell·
Hot (and biased) take: if you want to be a great product builder, study architecture (that’s what I did). You learn to generate 100 ideas to solve a single problem and have the resolve to kill 99 of them. You have relentless pursuit for the honest solution that marries what a user naturally wants with an aesthetic that makes them happy to be there. This is my favorite episode of AI & I yet because it resonates so deeply with how I and we at @every build product. @jasonfried has been an inspiration for years for me and @danshipper and I often point to @37signals approach (read: build shit that we like and want) to guide our own. This is a must listen! open.spotify.com/episode/1GdRVI…
English
0
4
13
3.1K
Paridhi Agarwal retweetledi
Dan Shipper 📧
Dan Shipper 📧@danshipper·
BREAKING: is your inbox a dumpster fire with 45,000 unreads? take it to 0 emails in 5 minutes—safely Declare inbox bankruptcy with @CoraComputer. it's reversible, smart, and totally free so you can start fresh with a fresh inbox. declare inbox bankruptcy today: cora.computer/declare-email-…
English
9
8
66
66.4K
Paridhi Agarwal
Paridhi Agarwal@paridhitweets·
so excited to listen to this one
Dan Shipper 📧@danshipper

Claude Code cracked something open for us @every. Now I ship to codebases I barely know, every feature we ship makes the next one easier, and non-technical members of the team use the terminal. I’m genuinely grateful. So I brought its creators, Cat Wu (@_catwu) and Boris Cherny (@bcherny) from @AnthropicAI, on AI & I to say thank you—and to talk about everything they’ve learned from building Claude Code. We get into: • The workflows Anthropic’s smartest engineers use to push Claude Code to its limits. Why they pit subagents against each other to get cleaner results, how they turn past code into leverage, and the slash commands and MCPs they rely on most. • The product lessons behind one of the most loved AI agents in the world. How the team balances simplicity and power—building a tool that anyone can use, but that experts can bend to their will—and their philosophy of “unshipping,” or cutting back whenever there’s a simpler, more intuitive path to user intent. • A peek into the future of coding with AI. The new form factors they’re experimenting with to make Claude Code more autonomous, more reliable, and more accessible to non-technical users This is a must-watch for anyone—both technical and non-technical—who wants to learn how to use Claude Code like the people who built it. Watch below! Timestamps: Introduction: 00:01:26 Claude Code’s origin story: 00:02:25 How Anthropic dogfoods Claude Code: 00:07:03 Boris and Cat’s favorite slash commands: 00:14:06 How Boris uses Claude Code to plan feature development: 00:15:49 Everything Anthropic has learned about using sub-agents well: 00:21:53 Use Claude Code to turn past code into leverage: 00:26:16 The product decisions for building an agent that’s simple and powerful: 00:33:14 Making Claude Code accessible to the non-technical user: 00:36:38 The next form factor for coding with AI: 00:45:12

English
0
0
0
49