7 ms·
> I am at the tail end of AI adoption, so I don’t expect to say anything particularly useful or novel. Are they really late? Has everyone started using agents
by dudewhocodes 8mo ago
> I am at the tail end of AI adoption, so I don’t expect to say anything particularly useful or novel.
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.
- giancarlostoro 8mo agoIs it FOMO if for $100 a month you can build things that takes months, and then refine them and polish them, test them, and have them more stable than most non-AI code has been for the last decade plus? I blame Marketing Driven development for why software has gone downhill. Look at Windows as a great example. "We can fix that later" is a lie, but not with a coding agent. You can fix it now.
- anonymous908213 8mo ago> Is it FOMO if for $100 a month you can build things that takes months 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.
- drw85 8mo agoFor MS, it's currently eroding through every single one of their products. Azure, Office, Visual Studio, VS Code, Windows are all shipping faster than ever, but so much stuff is unfinished, buggy, incompatible to existing things, etc.
- giancarlostoro 8mo agoYou misunderstood what I meant about Microsoft as a great example ;) I meant a great example of a bloated piece of software driven by marketing, you telling me all the ads on Microsoft was not the marketing / business department?
- deleted 8mo ago[deleted]
- CodeMage 8mo ago"We can fix it later" is not the staple of Marketing Driven Development. It's not why Windows has been getting more user-hostile and invasive, why its user experience has been getting worse and worse. 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.
- giancarlostoro 8mo agoEvery place where the marketing types are making us take on dev workloads has always deprioritized bugs. The only place I ever worked at where I felt like I could get things done, and done correctly, all the managers were former devs, including the director, and didn't waste any time taking crap from anyone if the dev needed time to make sure he got something done and done correctly. That didn't mean a license to waste time by any means, but it meant we knew we could get things done correctly. Some of our products were completely off the grid once published and might not see updates for months, years, or ever again.
- CodeMage 8mo ago> Every place where the marketing types are making us take on dev workloads has always deprioritized bugs. My point is that they will continue to do so no matter how easy it is to fix bugs. It's a people problem, not a tech problem.
- CurleighBraces 8mo agoI've paid, but I am usually quick to adopt/trial things like this. 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 8mo agoJust because it feels faster or are you actually satisfied with the code that is being churned out? And what about long term prospects of maintaining said code?
- CurleighBraces 8mo agoLet's put it this way, I don't think AI will take my job/career away until company owners are also prepared to also let it handle being on-call. I still very accountable for the code produced. I basically have two modes 1. "Snipe mode" I need to solve problem X, here I fire up my IDE, start codex up and begin prompting to find the bug fix. Most of the time I have enough domain context about the code that once it's found and fixed the issue it's trivial for to reconcile that it's good code and I am shipping it. I can be sniping several targets at anyone time. Most of my day-to-day work is in snipe mode. 2. "Feature mode" This is where I get agents to build features/apps, I've not used this mode in anger for anything other than toy/side projects and I would not be happy about the long term prospects of maintaining anything I've produced. It's stupidly stupidly fun/addictive and yes satisfying! :) I rebuilt a game that I used to play when I was 11 and still had a small community of people actively wanting to play it, entirely by vibe coding, it works, it's live and honestly I've had some of the most rewarding feedback from making that I've had in my career from complete strangers! I've also built numerous tools for myself and my kids that I'd never of had time to build before, and I now can. Again the level of reward for building apps etc that my kids ( and their friends ) are using, is very different from anything I've been career wise.
- 8mo ago
- NothingAboutAny 8mo ago>Has everyone started using agents and paying $200 subscriptions? 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.
- agumonkey 8mo agoyeah it seems the usual front/back complexity is well in the training corpus of gemini and you get good enough output
- bunderbunder 8mo agoI’m using it for scripts to automate yak shaving type tasks. But for code that’s expected to last, folks where I work are starting to get tired of all the early 2000s style code that solves a 15 LOC problem in 1000 lines through liberal application of enterprise development patterns. And, worse, we’re starting to notice an uptick in RCA meetings where a contributing factor was freshman errors sailing through code review because nobody can properly digest these 2,000 line pull requests at anywhere near the pace that Claude Code can generate them. 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.
- fulladder 8mo agoSo glad that I'm not the only one struggling with these huge generated PRs that are too big to honestly review, all while an AI reassuringly whispers in my ear "just trust me." Don't get me wrong, overall I really like having AI in my workflow and have gotten many benefits. But even when I ask it to check its own work by writing test cases to prove that properties A, B and C hold, I just end up with thousands more lines of unit and integration tests that then take even more time to analyze -- like, what exactly is being tested here?, are the properties these tests purport to prove even the properties that I care about and asked the agent for in the first place, etc. I have tried (with at least modest success) to use a second or third agent to review the work of the original coding agent(s), but my general finding has been that there is no substitute for actual human understanding from a legitimate domain expert. Part of my work involves silicon design, which requires a lot of precision and complex timing issues, and I'll add that the best AI success I've had in those cases is a test-first approach (TDD), where I hand write a boatload of testbenches (that's what we call functional tests in chip design land), then coach my various agents to write the Verilog until my `make test` runs with no errors.
- kibwen 8mo agoFor the past 20 years the population of the internet has been increasingly sorted into filter bubbles, designed by media corporations which are incentivized to use dark patterns and addictive design to hijack the human brain by weaponizing its own emotions against and creating the illusion of popular consensus. To suggest that someone who has been vibecoding for only a few months is at the tail end of mass adoption is to reveal that one's brain has been pickled by exposure to Twitter. These tools are still extremely undercooked; insert the "meet potential man" meme here.
- rootnod3 8mo agoDefinitely FOMO. I have tried it once or twice and saw absolutely zero value in it. I will stick to writing the code by hand, even if it's "boring" parts. If I have to sit down and review it anyway, I can also go and write it myself. 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.
- kibwen 8mo agoGood news, if you upgrade to our $300 plan you can avoid all ads, which will instead be injected into the code that you ship to your users.
- RobinL 8mo ago> saw absolutely zero value in it 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/letter_constellations https://www.robinlinacre.com/bee_letters/ https://www.robinlinacre.com/bee_letters/ code: https://github.com/robinL/ https://github.com/robinL/
- brokencode 8mo agoSo using something once or twice is plenty to give it a fair shake? 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.
- jjice 8mo ago> Are they really late? Has everyone started using agents and paying $200 subscriptions? 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 8mo agoI have a really simple app that I asked various models to build, but it requires interacting with an existing website. (“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 8mo agoI do not pay for any AI nor does my employer pay for it on my behalf. It will stay this way for as long as I can make that work while remaining employed.
- PlatoIsADisease 8mo agoAre you a programmer? The $20/mo I pay is quite affordable given the ROI. I could see jumping between various free models.
- njhnjh 8mo ago[dead]
- deleted 8mo ago[deleted]
- sodapopcan 8mo agoI am. I use Deepseek and free-tier ChatJippity and as a sometimes-better search. EDIT: I also wasn't going to say it but it's not about the money for me, I just don't want to support any of these companies. I'm happy waste their resources for my benefit but I don't lean on it too often.
- PlatoIsADisease 8mo agoWell that's your problem, you are using Deepseek. Its not even SOTA open source anymore, let alone competitive with GPT/Gemini/Grok.
- sodapopcan 8mo ago¯\_(ツ)_/¯ Wasn't my point.
- PlatoIsADisease 8mo ago
- nurettin 8mo agoA bulk of developers are probably on claude $20 or cursor waiting for their company to pay up.
- mixermachine 8mo agoRegarding the $200 subscription. For Claude Code with Opus (and also Sonnet) you need that, yes. 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 8mo ago> ChatGPT Codex GPT5.2 high reasoning "... 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.
- Aurornis 8mo agoIt's really not that hard. Codex = The model trained specifically for programming tasks. You want this if you're writing code. GPT5.2 = The current version. You don't have to think about this, you just use the latest. High Reasoning = A setting you select for balancing between longer thinking time or quicker answers. It's usually set and forget.
- ryanSrich 8mo agoWhen fortune 500, 100 and 50 organizations are buying AI coding tools at scale (I know from personal exp), then I would say you're late. So yes. Late stage adoption for this wave.
- rdiddly 8mo agoI can't figure out if I'm at the tail end of adoption, or the leading edge of disillusionment. I guess being able to say where you are in relation to the herd, depends on knowing where the herd is and which way it's headed. Which I don't know. All I know is, it seems to take longer to write the prompt, wait for the output, and then verify/correct the output, iteratively mind you, than to just write the goddamn code. And said process, in addition to being equal or longer, is also boring as fuck the entire time, and deeply annoying about half the time. Nobody is pressuring me to use it, but if this is the future, then I'm ready to change to a different career where I actually enjoy the work.
- Aurornis 8mo ago> Are they really late? Has everyone started using agents and paying $200 subscriptions? 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.
- keeda 8mo ago> Are they really late? Has everyone started using agents and paying $200 subscriptions? 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://dora.dev/research/2025/ https://survey.stackoverflow.co/2025/ https://survey.stackoverflow.co/2025/ https://newsletter.pragmaticengineer.com/p/the-pragmatic-engineer-2025-survey https://newsletter.pragmaticengineer.com/p/the-pragmatic-eng... If there is FOMO, I'm not sure it's "weird."
- andai 8mo agoA hobby of mine was listening to motivational audio tapes from the 1980s. 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.