reading twetes

Joined June 2013
2 Photos and videos
Ishan Anand retweeted
May 19
The Arsenal. Your Premier League champions.
28,074
199,940
584,327
36,169,924
No similar history, but same.
My father died of a heart attack 20 days before his 42nd birthday. It’s 16 days until my 42nd birthday. That VAR check nearly took me out.
1
2
284
Useful discussion. A simpler maxim could be - if code (no matter where on the typing -> vibe-code axis) is helping hone your mental model of the problem space. That alone determines if it is net gain or future tech debt.
im fully convinced that LLMs are not an actual net productivity boost (today) they remove the barrier to get started, but they create increasingly complex software which does not appear to be maintainable so far, in my situations, they appear to slow down long term velocity
1
72
This is neat. Though feel like the gains mostly come from expending more tokens. For ex - you could get claude code to summarize all your successful sessions (rollouts) into concise feature docs. And let it reuse it for future changes.
GEPA for skills is here! Introducing gskill, an automated pipeline to learn agent skills with @gepa_ai. With learned skills, we boost Claude Code’s repository task resolution rate to near-perfect levels, while making it 47% faster. Here's how we did it:
1
97
you have all lost sight of the way. the purpose of automation was to allow us to focus on the things that actually matter in life: the implementation details.
3
51
376
20,396
This is pretty cool, but imo a better benchmark for swe agents would be - if they can maintain a fork of a giant project up to date. Like if Cursor's fork could be kept up to date with Vscode upstream, w/o any eng input. That's show em!
We've been working on very long-running coding agents. In a recent week-long run, our system peaked at over 1,000 commits per hour across hundreds of agents. We're sharing our findings and an early research preview inside Cursor.
40
This sentiment always surprises me - google ships its org chart sure, but not integrating their offerings everywhere, is to avoid antitrust lawsuits, more likely.
7 Sep 2025
it is pretty telling that when you ride in a waymo you can’t give instructions to gemini to play a song or change destination or drive differently. when one of the great gilded tech monopolies of the world does not yet have a cohesive ai picture, what hope has the broader economy
116
Feel like a good place for terminal apps to converge would be as interactive repls with history built in. So, like Jupyter notebooks, but - optimized for text - no daemon server so instant start-up - no out of order cells execution
I think GUIs are great (when done well)! But the bar where terminal applications are frustrating for the developer or the user is way, way too low. A world exists where new software is written in the terminal because it’s genuinely an exciting capable platform and that’s my goal.
93
24 Jul 2025
From chatgpt-o3 ``` Your current pipeline is doing the hardest part (semantic reconciliation) with the dumbest tool (a single linear row/col map) ``` Maybe I do like LLMs being sycophants...
3
115
11 Jul 2025
IME the right frame is "programming as theory building", esp for larger codebases. - LLMs improve the quality of my code - Also takes longer since I spend more time refining my mental model of the codebase ratfactor.com/cards/naur-vs-…

11 Jul 2025
IME really good software ppl who deeply care find the least use from LLM coding and are often ideologically opposed to it because they like to exert editorial control over every line. slop research coders such as myself don’t care as much and have much larger gains
2
114
Would have loved this to happen, but using the current set of small reasoning models make it very clear they need a lot more world knowledge to even figure out what to ask/search for.
3 Jun 2025
Sam Altman says the perfect AI is “a very tiny model with superhuman reasoning, 1 trillion tokens of context, and access to every tool you can imagine.” It doesn't need to contain the knowledge - just the ability to think, search, simulate, and solve anything.
1
102
26 May 2025
Reason why AI product/tools upstarts win vs bigger orgs with "moat" - they actually retain employees by paying them well. (Day 2 of moving back to github copilot from cursor, auth is borked so nothing works -_-)
1
204
Ishan Anand retweeted
What if Lovable, bolt, v0 were built in themselves? The new Townie is 100% open-source and is itself built on Val Town. (It can edit itself!) It's not for one-shot demos, but for building complex full-stack projects Code, prompt, branch, pull request Already always deployed
18
28
376
32,862
20 Mar 2025
Software rot only seems to accelerate. Used Retool the first and last time in 2018 (really cool ux, Dawid reached out personally to sell) and now it feels completely unusable - slow page loads, massively clunky.
87
MCP stuff everywhere is amusing. But a good outcome would be well-documented and typed APIs for everything. I think the Hug project by @timothycrosley back in 2017 was the first here. Write typed functions and get a neat CLI/API in return. github.com/hugapi/hug
1
2
138
Model context protocol is pretty much this. They add compatible SDKs in more languages, cast the MCP functions you write in the shape an LLM API expects. Also standardize patterns for when API users are "ai agents" instead of humans - auth, payments, etc.
2
2
177

This is not correct, you still gotta write (generate) code to wrap each api separately? Whether that api wrapper is _hosted_ in another "server" process or multiple "server" processes, or just as another coroutine in your application is an impl detail.
1
67
This is not correct, you still gotta write (generate) code to wrap each api separately? Whether that api wrapper is _hosted_ in another "server" process or multiple "server" processes, or just as another coroutine in your application is an impl detail.
Lots of folks feeling FOMO about MCP. Here's the problem it solves:
1
124
Somewhat unfair, since that flowchart is kinda true? But it indicates that MCP magically links to your favorite piece of software (github, slack, mac-os). It doesn't, you still wrap those APIs. Adhering to the standard means MCP servers can now be shared by people, like plugins
42