Anurag Arjun

4.2K posts

Anurag Arjun banner
Anurag Arjun

Anurag Arjun

@anuragarjun

Founder @AvailProject. Previously founder @0xPolygon.

เข้าร่วม Ocak 2016
1.2K กำลังติดตาม92K ผู้ติดตาม
Anurag Arjun
Anurag Arjun@anuragarjun·
The situation in the UAE is getting better - flights are resuming, fingers crossed. Got more work done. Finished up a simple Hyperliquid solver for a new stealth product we are working on at Avail. Also open sourced sienna - an experiment I am doing in combining spec/blog writing with the coding agent workflow. Basic version done - doing some more feature additions. github.com/anurag-arjun/s…
English
5
2
20
1.6K
Anurag Arjun
Anurag Arjun@anuragarjun·
Haven't posted in 2 days - in Dubai, monitoring the situation, staying indoors, checking in with family back home and team members here. Still working though to take my mind off the current situation. Been building mood-editor, my new writing with an AI coding agent baked in. Write normally, hit Ctrl+J to chat with the AI, Ctrl+Enter for inline questions. Context tray pulls in files, notes, GitHub, Notion. In the future, run AI coding workflows within the editor. Tauri + React + pi_agent_rust. SQLite for notes, JSONL for conversation history. Claude is down so today I'm on Kimi and Minimax. Hopefully things get better here.🤞
English
2
1
15
1.7K
Anurag Arjun
Anurag Arjun@anuragarjun·
One of the first things you figure out coding with AI agents: they don't remember anything between sessions. So I went through the whole journey. Claude Code has a todo system built in — it's fine, but it's stuck to one session. Close the tab, it's gone. Then I tried beads, Steve Yegge's issue tracker that lives in your repo. Cool concept. But it auto-installs git hooks, runs a background daemon, makes commits you didn't ask for, and dumps .beads/ directories into your PRs. I spent more time fighting it than using it. So I did what everyone does — went dumb. progress + plan md files, loaded at the start of every session. Agent reads them, picks up where it left off. Worked way better than it should have. Problem is those files only get fatter. plan md crossed a 500 lines. That's ~20K tokens the agent has to chew through before it writes a single line of code. Every session. What I'm doing now: a tight context md with just the essentials (project summary, current phase, key decisions) plus br for task state. br is beads_rust by @doodlestein — a Rust rewrite that kept the good parts of beads and ripped out everything annoying. 20K lines instead of 276K. No hooks, no daemon, no auto-commits. It won't touch your git history unless you tell it to. Agent gets a compact task list from br. Pulls in plan md only when it actually needs the bigger picture. Context budget went from ~20K tokens to maybe 500. Across hundreds of sessions, that's not a small difference. github.com/Dicklesworthst…
English
0
0
11
1K
Anurag Arjun
Anurag Arjun@anuragarjun·
been mass building with AI coding agents for the last few months. most of it is private stuff for work but going to start sharing more of what I'm working on and what I'm learning. one thing I'm hacking on right now - cove, a linux terminal multiplexer. it's a fork of ghostty that adds a vertical sidebar with workspaces, notification badges, git branch + port detection, a unix socket API for scripting, and eventually an in-app browser panel. basically cmux but for linux. the approach is to keep changes surgical — mostly new files, minimal modifications to upstream — so we can rebase on ghostty main without pain. first build is running on my machine, working on the sidebar now. github.com/anurag-arjun/c… have a few other projects going public soon. some crypto, some AI tooling, some just things I needed that nobody had built yet.
English
3
0
14
1K
Anurag Arjun
Anurag Arjun@anuragarjun·
I can’t speak to how things started at Dragonfly but @hosseeb has been like a rock for us even when things have been down. You get to know who are the good ones only over a period of time and he and Dragonfly have been.
Haseeb >|<@hosseeb

To set the story straight: I agreed to join Dragonfly within a year of it starting, while the first fund was half raised. I had recently left Meta Stable, one of the biggest crypto funds at the time. I was not "hired." I came in as the third Managing Partner, with the understanding that the fund was not yet off the ground and that I was going to have to help raise it. At the time, Dragonfly was a fund-of-funds with no brand in the US. It had never led a single deal. So when Bo and Alex invited me to join, I made clear: the only way I was willing to join was if we pivoted the strategy to pure play VC, doing direct investments, leading deals, and letting me build a technical team. This is totally different from a fund-of-funds strategy. Alex resisted this; he thought fund-of-funds was a good hedge, but Bo and I overrode him. Within less than a year, Alex was out. This was before our first fund was fully deployed. We're now on our fourth fund. I have led the team, raised every single fund since then, for 7+ years. That's why it's infuriating to have Alex crawl out and try to take credit for our success. At the time that I joined, we had ~$55M of AUM. We're now at $4B. So, no. You did not build Dragonfly. Me, Bo, Tom, and Rob did. But I understand Hack VC is trying to raise a new fund. Good luck with that—you might want to check out a blog post I wrote recently. I suspect you'll find it helpful.

English
3
0
21
3K
Anurag Arjun
Anurag Arjun@anuragarjun·
@DougieDeLuca Thanks for this - wasn’t thinking about venture or capital in the evolving context so very instructional.
English
1
0
1
393
Naruto11.eth
Naruto11.eth@naruto11eth·
is there a possibility that some of these big AI companies can give me a small virtual workstation with a few H100s so that I can ssh in and learn/work on llms. i am locked up in my room learning and i wanna train llms but i need powerful machines :(( plz @sama @elonmusk
English
26
0
48
2.9K
Anurag Arjun
Anurag Arjun@anuragarjun·
@gakonst yup that’s what I have found to be the best pattern. Essentially use Claude to express the problem as code, turn each sub-problem into APIs and wire them together. It is a composability thing
English
1
0
3
224
Georgios Konstantopoulos
Georgios Konstantopoulos@gakonst·
what if skills are the wrong abstraction (too many tokens again) and you just need your agents to write tools as libraries and the agent is responsible for wiring the library APIs together to get its job done
English
21
0
75
8.8K
Anurag Arjun
Anurag Arjun@anuragarjun·
Been knee deep in Claude Code (and Droid and Oh-my-Opencode and MiniMax 2.1 and Opus 4.5) since the last 2-3 months. Getting into understanding how LLM internals work in order to make them work way better. Context engineering is key. Also rethinking company strategy from first principles in order to navigate the chaos that is coming. It is coming.
English
4
1
12
839
Anurag Arjun รีทวีตแล้ว
Rachit (privacy arc)
Rachit (privacy arc)@privacy_prophet·
2025 at a glance: - Learned. Learned. And Learned. - Fell in even more love with Cryptography. - Took Turbo DA to mainnet. - Did 2 publications, one around KZG multiproofs, and other is our in house data availability scheme - Played a lot with ZKVMs. - Dove very deep into nuances around rust. Went through the entire rust book once again + performant rust + atomicity in rust. - Learned about AI and integrated it into my day to day work. My opinion is simple on this - its a great "tool" for those who know the stuff. Still no shortcuts exist contrary to the noise on Twitter. - Learned vim motions and then moved to terminal environment primarily. @opencode + @Neovim is what i do now, no more of that over bloated vscode forks. - Enigma DA testnet out. Mainnet in the immediate days of 2026. - Starting looking into protocols and p2p network ( total noob at the moment :) ) - After almost 6 years, updated my porfolio website finally privacyprophet.xyz ( fully vibe coded obv ) - 4 blog publications this year. #blogs" target="_blank" rel="nofollow noopener">privacyprophet.xyz/#blogs - Year round kept meeting coworkers and friends and the amazing @AvailProject 's offsite and all fun that came alongthe way :) - A bunch of personal updates too: (not for twitter / public :) ) Looking forward to amazing new opportunities, challanges and life changes that will come.
English
2
1
23
1.7K
Anurag Arjun รีทวีตแล้ว
Avail
Avail@AvailProject·
Your users should NOT care what chain their money is on. That’s why we built Avail Nexus. Nexus integrates seamlessly into your app’s frontend and lets your users use their existing funds across chains, directly inside your app. So every action just takes a single click.
English
6
6
56
2.6K