People who are saying they're not seeing productivity boost, can you please share where is it failing? Because, I am terrified by the output I am getting while working on huge legacy codebases, it works. I described one of my workflow changes here: https://news.ycombinator.com/item?id=47271168 but in general compared to old way of working I am saving half of the steps consistently, whether its researching the codebas…
I have an app which is fairly popular. This release cycle I used Claude Code and codex to implement all the changes / features. It definitely let me move much quicker than before. However now that it's in the beta stage the amount of issues and bugs is insane. I reviewed a lot of the code that went in as well. I suspect the bug fixing stage is going to take longer than the initial implementation. There are so many is…
Labor market impacts of AI: A new measure and early evidence
311–320 of 584 posts
Re: Labor market impacts of AI: A new measure and early evidence
#312People who are saying they're not seeing productivity boost, can you please share where is it failing? Because, I am terrified by the output I am getting while working on huge legacy codebases, it works. I described one of my workflow changes here: https://news.ycombinator.com/item?id=47271168 but in general compared to old way of working I am saving half of the steps consistently, whether its researching the codebas…
When it comes to novel work, LLMs become "fast typers" for me and little more. They accelerate testing phases but that's it. The bar for novelty isn't very high either - "make this specific system scale in a way that others won't" isn't a thing an LLM can ever do on its own, though it can be an aid. LLMs also are quite bad for security. They can find simple bugs, but they don't find the really interesting ones that l…
Re: Labor market impacts of AI: A new measure and early evidence
#313Earlier quoted context omitted.
I totally get tech CEOs who threaten to fire their devs who do not embrace AI tools. I'm not a tech CEO but people who are anti-LLM for programming have no place on my team.
And you are paying for their tokens on top of their salary, right? Right?
The $20 a month tier in particular is a trivial expense, on par with businesses that expect their workers to wear steel toed shoes. Some may give workers a little stipend to buy those boots, some not. Either way, it doesn't really matter.
Re: Labor market impacts of AI: A new measure and early evidence
#314Earlier quoted context omitted.
If they really want to cut cost, fire the worst dev on the team and use that money to give everyone a Codex subscription.
Or better yet, fire the managers or bean counters that think decreasing everyone’s productivity is good for long term savings. I’m reminded of https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-s...
Re: Labor market impacts of AI: A new measure and early evidence
#315Earlier quoted context omitted.
I think your analysis is a bit outdated these days or you may be holding it wrong. I am doing novel work with codex but it does need some prompting ie. exploring possibilities from current codebase, adding papers to prompt etc. For security, I think I generally start a new thread before committing to review from security pov.
You can do novel work with an LLM. You can. The LLM can't. It can be an aid - exploring papers, gathering information, helping to validate, etc. It can't do the actual novel part, fundamentally it is limited to what it is trained on. If you are relying on the LLM and context, then unless your context is a secret your competitor is only ever one prompt behind you. If you're willing to pursue true novelty, you need a h…
Re: Labor market impacts of AI: A new measure and early evidence
#316Earlier quoted context omitted.
You can do a lot with just $20 Codex CLI subscription. Tokens are cheap compared to the $20k we're paying for a dev each month.
Amazes me that people pay 20k a month for a dev rather than paying 2k a month for one in Poland or 1k a month for one from India There’s obviously a benefit of paying higher rates for US programmers, but does that benefit change when llms are thrown into the mix
Re: Labor market impacts of AI: A new measure and early evidence
#317Earlier quoted context omitted.
I'd claim the opposite. Better models design better software, and quickly better software than what most software developers were writing. Just yesterday I asked Opus 4.6 what I could do to make an old macOS AppKit project more testable, too lazy to even encumber the question with my own preferences like I usually do, and it pitched a refactor into Elm architecture. And then it did the refactor while I took a piss. T…
And now you have no idea how any of the code works AI writes bad software by virtue of it being written by the AI, not you. No actual team member understands what's going on with the code. You can't interrogate the AI for its decision making. It doesn't understand the architecture its built. There's nobody you can ask about why anything is built the way it is - it just exists Its interesting watching people forget th…
Re: Labor market impacts of AI: A new measure and early evidence
#318People who are saying they're not seeing productivity boost, can you please share where is it failing? Because, I am terrified by the output I am getting while working on huge legacy codebases, it works. I described one of my workflow changes here: https://news.ycombinator.com/item?id=47271168 but in general compared to old way of working I am saving half of the steps consistently, whether its researching the codebas…
I have an app which is fairly popular. This release cycle I used Claude Code and codex to implement all the changes / features. It definitely let me move much quicker than before. However now that it's in the beta stage the amount of issues and bugs is insane. I reviewed a lot of the code that went in as well. I suspect the bug fixing stage is going to take longer than the initial implementation. There are so many is…
Re: Labor market impacts of AI: A new measure and early evidence
#319> Claude is extensively used for coding, Computer Programmers are at the top, with 75% coverage I think there are some advantages to being first. It's time to re-evaluate strategies if we've been operating under the assumption that this is going to be a bubble, or otherwise largely bullshit. It definitely works. Not everywhere all the time, but often enough to be "scary" now. Some of my prior dismissals like "text 2…
Re: Labor market impacts of AI: A new measure and early evidence
#320Earlier quoted context omitted.
I have an app which is fairly popular. This release cycle I used Claude Code and codex to implement all the changes / features. It definitely let me move much quicker than before. However now that it's in the beta stage the amount of issues and bugs is insane. I reviewed a lot of the code that went in as well. I suspect the bug fixing stage is going to take longer than the initial implementation. There are so many is…
Rather than trying to fix the bugs yourself, have you tried asking Claude to fix them for you?