Abhi

585 posts

Abhi banner
Abhi

Abhi

@abhiarya

co-founder + cto @opennote / prev @browserbase @nasa

sf Katılım Şubat 2025
958 Takip Edilen4K Takipçiler
Abhi
Abhi@abhiarya·
@Nick_5anchez encinitas is the best place in california
English
1
0
1
91
Nico from Playkit 📲
Nico from Playkit 📲@Nick_5anchez·
pov you’re building a startup out of your San Diego garage
Nico from Playkit 📲 tweet mediaNico from Playkit 📲 tweet mediaNico from Playkit 📲 tweet mediaNico from Playkit 📲 tweet media
English
14
20
752
31.6K
dotta
dotta@dotta·
We just open-sourced Paperclip: the orchestration layer for zero-human companies It's everything you need to run an autonomous business: org charts, goal alignment, task ownership, budgets, agent templates Just run `npx paperclipai onboard` github.com/paperclipai/pa… More 👇
English
375
661
7.7K
2.3M
Abhi
Abhi@abhiarya·
"AGI Inc" has no correlation to the actual company, I just put it there as a placeholder
English
0
0
1
110
Abhi
Abhi@abhiarya·
Experimenting with building an agent product team, powered by @opencode
Abhi tweet media
English
1
0
2
394
Umesh Khanna 🇨🇦🇺🇸
Umesh Khanna 🇨🇦🇺🇸@forwarddeploy·
What did you get done this weekend? If it’s a cool project let me know below, i’m always open to seeing new things!
English
43
0
66
8.2K
Abhi
Abhi@abhiarya·
@samuelcolvin @NotionHQ Would love for you to give @opennote a shot! We offer almost every markdown block with text-first conversations + formatting on paste + full TeX support, and are extending support for more every day!
English
0
0
3
174
Samuel Colvin
Samuel Colvin@samuelcolvin·
I'm beginning to really dislike @NotionHQ editing experience. The "it's nearly markdown, but it's not" makes me want just markdown more and more.
English
26
1
87
9.7K
Abhi
Abhi@abhiarya·
@jancurn @NotionHQ Hey Jan, would love for you to try Opennote if you’re looking for great search! Our Cmd+K Universal Search can look through your Notion pages faster than Notion can :) opennote.com
English
0
0
0
46
Jan Curn
Jan Curn@jancurn·
@NotionHQ You’re going to fix the search too, right? Right?
English
2
0
1
623
Notion
Notion@NotionHQ·
A li’l speed boost just shipped: Pages now load much faster. → P50 ~24% faster → P95 ~28% faster! Should feel snappier everywhere 🐊
English
11
14
377
143.5K
Abhi
Abhi@abhiarya·
@threepointone @aisdk +++for anyone considering agents SDK i highly recommend as the easiest way to build and deploy agents
English
1
0
3
264
sunil pai
sunil pai@threepointone·
We just shipped updates to agents sdk, but I'd like to call one out in particular: @cloudflare/ai-chat@0.1 It is (imo) the world's best backend for @aisdk chat. Ootb you get: - Automatic message persistence: conversations stored in SQLite, survive restarts - Resumable streaming: disconnected clients resume midstream without data loss - Real-time sync: messages broadcast to all connected clients via WebSocket - Tool support: server-side, client-side, and human-in-the-loop tool patterns - Row size protection: automatic compaction when messages approach SQLite limits This release includes a TON of bug fixes, particularly around tool calling, hibernation and much more. It's fully aligned to "modern" usage patterns, and we've updated our docs to match, including advanced patterns. (api: developers.cloudflare.com/agents/api-ref…, build a chat agent: developers.cloudflare.com/agents/getting…) We also shipped a brand new starter github.com/cloudflare/age… rewritten to show features, and looking much nicer with cloudflare kumo. Oh also, zero breaking changes. You should update now.
English
28
40
467
80.9K
Abhi
Abhi@abhiarya·
Sometimes I tell Claude to change styling and I see this
Abhi tweet media
English
1
0
2
428
Abhi
Abhi@abhiarya·
We’re adding agent support to publishing to tighten the loop between how models help you learn and how they find the resources to do so. Really excited to see what people create with this!
Opennote@opennote

Publishing on Opennote got an upgrade! Custom domains, site-wide search, better navigation, and more. You can also append .md to any URL for raw markdown, or hit /llms.txt for agent guidelines. All journals are AI-readable by default. Here's what it looks like: learning.opennote.space/e07da1ee-6a86-…

English
0
1
6
516
Abhi retweetledi
Rishi
Rishi@rishi_srihari·
opennote office v1
Rishi tweet media
English
21
1
88
3.4K
Abhi
Abhi@abhiarya·
Thank you! I think one thing that might've been confusing in my naming is the `sandbox`. wt doesn't run independent containers, but allows you to do that if you want. Otherwise, you can just run worktrees like normal in your own OS -- I built this because i kept running out of memory on macOS so being docker-first wasn't super viable
English
1
0
1
63
Oleg Pustovit
Oleg Pustovit@olegpustovit·
Is there a benefit to isolated sandboxes? On the project I'm working on, we're looking into worktree management, but all of the worktrees still use the same Docker Compose stack (with the database and other services) because it's expensive to run lots of containers on macOS locally for development. Cool project, by the way.
English
3
0
1
65
Abhi
Abhi@abhiarya·
introducing wt, my take on worktrees for coding agents one command spins up isolated sandboxes locally or remotely, with everything configured automatically github.com/abhi-arya1/wt
Abhi tweet media
English
16
6
171
13K
Abhi
Abhi@abhiarya·
@yaforsh i’m ngl i had never heard of this but this is super cool
English
1
0
1
169
Abhi
Abhi@abhiarya·
i hate the git worktree interface, wanted something simpler
English
0
0
0
133
Sadok
Sadok@yesadok·
@abhiarya Manual worktree wrangling is painful.
English
1
0
2
160
Abhi
Abhi@abhiarya·
@vincent_koc Right now its based off of whatever machine you send to, but securing it is on my future list!
English
0
0
0
191
Vincent Koc
Vincent Koc@vincent_koc·
@abhiarya You sandboxing the wts? I use standard aliases and functions to wrap things into shells in my dotfiles.
English
1
0
0
268
Abhi
Abhi@abhiarya·
@reed_barnes this is tuff, i have some plans to add a `wt provider` interface, and will open an issue if anyone is interested :) would be great to have direct-to-cloud and more branch logic
English
0
0
0
240
Reed
Reed@reed_barnes·
@abhiarya was just building something like this and yours looks way better, I gotta try this out! what do you think about a command to hot-swap a branch into the main directory? I want to send an agent off to get started on some changes, then bring them in for manual editing + review
English
1
0
2
320