Tweet fixado
datatub
119 posts


@mischavdburg You don't have time to take projects because you're too busy writing YAMLs? jk
English

@Grady_Booch Wrong abstractions are not foreign either in the software engineering.
English

The rise of AI programming agents is changing the nature of software development in the same way as did the introduction of compilers in the time of Grave Hopper.
I’ll say it again: the entire history of software engineering is one of rising levels of abstraction.
Ryan Dahl@rough__sea
This has been said a thousand times before, but allow me to add my own voice: the era of humans writing code is over. Disturbing for those of us who identify as SWEs, but no less true. That's not to say SWEs don't have work to do, but writing syntax directly is not it.
English

@MarcJSchmidt I fully support this mindset, but what gives you confidence the AI companies (Github/Microsoft in this case) will not use your closed-source code for training and still make it easy for LLMs to generate the stuff you implemented?
English

All my new code will be closed-source from now on. I've contributed millions of lines of carefully written OSS code over the past decade, spent thousands of hours helping other people. If you want to use my libraries (1M+ downloads/month) in the future, you have to pay.
I made good money funneling people through my OSS and being recognized as expert in several fields. This was entirely based on HUMANS knowing and seeing me by USING and INTERACTING with my code. No humans will ever read my docs again when coding agents do it in seconds. Nobody will even know it's me who built it.
Look at Tailwind: 75 million downloads/month, more popular than ever, revenue down 80%, docs traffic down 40%, 75% of engineering team laid off. Someone submitted a PR to add LLM-optimized docs and Wathan had to decline - optimizing for agents accelerates his business's death. He's being asked to build the infrastructure for his own obsolescence.
Two of the most common OSS business models:
- Open Core: Give away the library, sell premium once you reach critical mass (Tailwind UI, Prisma Accelerate, Supabase Cloud...)
- Expertise Moat: Be THE expert in your library - consulting gigs, speaking, higher salary
Tailwind just proved the first one is dying. Agents bypass the documentation funnel. They don't see your premium tier. Every project relying on docs-to-premium conversion will face the same pressure: Prisma, Drizzle, MikroORM, Strapi, and many more.
The core insight: OSS monetization was always about attention. Human eyeballs on your docs, brand, expertise. That attention has literally moved into attention layers. Your docs trained the models that now make visiting you unnecessary. Human attention paid. Artificial attention doesn't.
Some OSS will keep going - wealthy devs doing it for fun or education. That's not a system, that's charity. Most popular OSS runs on economic incentives. Destroy them, they stop playing.
Why go closed-source? When the monetization funnel is broken, you move payment to the only point that still exists: access. OSS gave away access hoping to monetize attention downstream. Agents broke downstream. Closed-source gates access directly.
The final irony: OSS trained the models now killing it. We built our own replacement.
My prediction: a new marketplace emerges, built for agents. Want your agent to use Tailwind? Prisma? Pay per access. Libraries become APIs with meters. The old model: free code -> human attention -> monetization. The new model: pay at the gate or your agent doesn't get in.

English

@iamakulov I'm not sure if you are shooting for the same thing (looking forward for that article), but funny enough, for a content rich site, I just started experimenting with using normal links because of the bfcache issues with all these SPA frameworks. github.com/remix-run/reac…
English

@bunjavascript Please provide somewhere in the env var the ID of the worker / thread so it can be leveraged to connect to the particular resource that code / test (e.g. db instance). Rails uses this to great success #parallel-testing-with-processes" target="_blank" rel="nofollow noopener">guides.rubyonrails.org/testing.html#p…
English

Nice read and a reminder to be more sloppy when developing new features evanhahn.com/how-i-build-so…

English
datatub retweetou

@GergelyOrosz Are you sure this story is legit? It's likely a marketing stunt or something stupid like that.
English

@datatub Part of the problem: overusing metaprogramming just because “that’s how most gems do it”, and yes, especially in Rails.
It comes at a cost: poor LSP support, making code harder to navigate, understand and refactor.
English

















