(no title)
dudewhocodes | 1 month ago
Are they really late? Has everyone started using agents and paying $200 subscriptions?
Am I the one wrong here or these expressions of "falling behind" are creating weird FOMO in the industry?
EDIT: I see the usefulness of these tools, however I can't estimate how many people use them.
NothingAboutAny|1 month ago
If anything in my small circle the promise is waning a bit, in that even the best models on the planet are still kinda shitty for big project work. I work as a game dev and have found agents to only be mildly useful to do more of what I've already laid out, I only pay for the $100 annual plan with jetbrains and that's plenty. I haven't worked at a big business in a while, but my ex-coworkers are basically the same. a friend only uses chat now because the agents were "entirely useless" for what he was doing.
I'm sure someone is getting use out of them making the 10 billionth node.js express API, but not anyone I know.
bunderbunder|1 month ago
That would be fine if our value delivery rate were also higher. But it isn’t. It seems to actually be getting worse, because projects are more likely to get caught in development hell. I believe the main problem there is poorer collective understanding of generated code, combined with apparent ease of vibecoding a replacement, leads to teams being more likely to choose major rewrites over surgical fixes.
For my part, this “Duke Nukem Forever as a Service” factor feels the most intractable. Because it’s not a technology problem, it’s a human psychology problem.
agumonkey|1 month ago
rootnod3|1 month ago
Especially considering that these 200$ subscriptions are just the start because those companies are still mostly operating at a loss.
It's either going to be higher fees or Ads pushed into the responses. Last I need is my code sprinkled with Ads.
RobinL|1 month ago
At the very least, it can quickly build throwaway productivity enhancing tools.
Some examples from building a small education game: - I needed to record sound clips for a game. I vibe coded a webapp in <15 mins that had a record button, keyboard shortcuts to progress though the list of clips i needed, and outputted all the audio for over 100 separate files in the folder structure and with the file names i needed, and wrote the ffmpeg script to post process the files
- I needed json files for the path of each letter. gemini 3 converted images to json and then codex built me an interactive editor to tidy up the bits gemini go wrong by hand
The quality of the code didn't matter because all i needed was the outputs.
The final games can be found: https://www.robinlinacre.com/letter_constellations https://www.robinlinacre.com/bee_letters/ code: https://github.com/robinL/
brokencode|1 month ago
How long did it take to learn how to use your first IDE effectively? Or git? Or basically any other tool that is the bedrock of software engineering.
AI fools people into thinking it should be really easy to get good results because the interface is so natural. And it can be for simple tasks. But for more complex tasks, you need to learn how to use it well.
kibwen|1 month ago
mixermachine|1 month ago
I had ChatGPT Codex GPT5.2 high reasoning running on my side project for multiple hours the last nights. It created a server deployment for QA and PROD + client builds. It waited for the builds to complete, got the logs from Github Actions and fixed problems. Only after 4 days of this (around 2-4 hours) active coding I reached the weekly limit for the ChatGPT Plus Plan (23€). Far better value so far.
To be fully honest, it fucked up one flyway script. I have to fix this now my self :D. Will write a note in the Agent.md to never alter existing scripts. But the work otherwise was quite solid and now my server is properly deployed. If I would switch between High reasoning for Planing and Middle reasoning for coding, I would get even more usage.
moron4hire|1 month ago
"... brought to you by Costco."
But seriously, I can't help but think that this proliferation of massive numbers of iterations on these models and productizations of the models is an indication that their owners have no idea what they are doing with any of it. They're making variations and throwing them against the wall to see what sticks.
CurleighBraces|1 month ago
I think for me it's a case of fear of being left behind rather than missing out.
I've been a developer for over 20 years, and the last six months has blown me away with how different everything feels.
This isn't like JQuery hitting the scene, PHP going OO or one of the many "this is a game changer" experiences if I've had in my career before.
This is something else entirely.
rootnod3|1 month ago
AstroBen|1 month ago
I'm also fairly confident having it write my code is not a productivity boost, at least for production work I'd like to maintain long term
jjice|1 month ago
No, most programmers I know outside of my own work (friends, family, and old college pals) don't use AI at all. They just don't care.
I personally use Cursor at work and enjoy it quite a bit, but I think the author is maybe at the tail end of _their circle's_ adoption, but not the industry's.
Insanity|1 month ago
(“Scrape kindle highlights from the kindle webpage, store it in a database, and serve it daily through an email digest”).
No success so far in getting it to do so without a lot of handholding and manually updating the web scraping logic.
It’s become something of a litmus test for me.
So, maybe there is some FOMO but in my experience it’s a lot of snake oil. Also at work, I manage a team of engineers and like 2 out of 12 clearly submit AI generated code. Others stopped using it, or just do a lot more wrangling of the output.
sodapopcan|1 month ago
PlatoIsADisease|1 month ago
The $20/mo I pay is quite affordable given the ROI.
I could see jumping between various free models.
zapnuk|1 month ago
A 10$ GitHub Copilot or 20$ ChatGPT/Claude subscription get you a long way.
And if the employer isn't willing to spend this little money to improve their workers productivity they're pretty dumb.
There are valid concerns like privacy and oss licences. But lack of value or gain in productivity isn't one of them.
quijoteuniv|1 month ago
rdiddly|1 month ago
keeda|1 month ago
If you rephrase the question as "Are most engineers already using AI?" -- because it transcends the specific modality (agents vs chat vs autocomplete) and $200 subscriptions (because so many tools are available for free) -- signs point to "yes."
Adoption seems to be all the way upto 85% - 90% in 2025, but there is a lot of variance in the frequency of use:
https://dora.dev/research/2025/
https://survey.stackoverflow.co/2025/
https://newsletter.pragmaticengineer.com/p/the-pragmatic-eng...
If there is FOMO, I'm not sure it's "weird."
Aurornis|1 month ago
The $20/month subscriptions go a long way if you're using the LLM as an assistant. Having a developer in the loop to direct, review, and write some of the code is much more token efficient than trying to brute force it by having the LLM try things and rewrite until it looks like what you want.
If you jump to the other end of the spectrum and want to be in the loop as little as possible, the $100/$200 subscriptions start to become necessary.
My primary LLM use case is as a hyper-advanced search. I send the agent off to find specific parts of a big codebase I'm looking for and summarize how it's connected. I can hit the $20/month windowed limits from time to time on big codebases, but usually it's sufficient.
giancarlostoro|1 month ago
anonymous908213|1 month ago
It is the very definition of FOMO if there is an entire cult of people telling you that for a year, and yet after a year of hearing about how "everything has changed", there is still not a single example of amazing vibe-coded software capable of replacing any of the real-world software people use on a daily basis. Meanwhile Microsoft is shipping more critical bugs and performance regressions in updates than ever while boasting about 40% of their code being LLM-generated. It is especially strange to cite "Windows as a great example" when 2025 was perhaps one of the worst years I can remember for Windows updates despite, or perhaps because of, LLM adoption.
CodeMage|1 month ago
Enshittification is not primarily caused by "we can fix it later", because "we can fix it later" implies that there's something to fix. The changes we've seen in Windows and Google Search and many other products and services are there because that's what makes profit for Microsoft and Google and such, regardless of whether it's good for their users or not.
You won't fix that with AI. Hell, you couldn't even fix Windows with AI. Just because the company is making greedy, user-hostile decisions, it doesn't mean that their software is simple to develop. If you think Windows will somehow get better because of AI, then you're oversimplifying to an astonishing degree.
andai|1 month ago
In those days already the attitude with regard to professional work was that if you aren't constantly advancing in your industry, you are falling behind.
kibwen|1 month ago
nurettin|1 month ago
ryanSrich|1 month ago