GPTs and Feeling Left Behind
21–30 of 226 posts
Re: GPTs and Feeling Left Behind
#22Haven’t even really tried them. The sand is shifting way too fast. Once things stabilize and other people figure out how to really use them I’ll probably start but for now it just feels like effort that will have been wasted.
Re: GPTs and Feeling Left Behind
#23One blogpost I found on HN completely leveled up how I use LLMs for coding: https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/ Having the AI ask me questions and think about the PRD/spec ultimately made me a better system designer.
This all feels like spinning the roulette wheel. I sometimes wonder if AI proponents are just gamblers who had the unfortunate luck of winning the first few prompts.
Re: GPTs and Feeling Left Behind
#24EDIT: Just to add context seeing other comments, I almost exclusively work in C++ on GPU drivers.
Re: GPTs and Feeling Left Behind
#25Basically, a lot of people who are experts are being told this story and they think they are the only one who doesn't get it.
There are plenty of gains to be had with AI/LLMs but just not in the way it's typically marketed.
Re: GPTs and Feeling Left Behind
#26Re: GPTs and Feeling Left Behind
#27Well, it takes a while to learn Vim and then get value from it. It also takes a while to learn using an LLM and get value from it. The keys are how to build prompts, ways of working, and guidelines that help the AI stay focused. You end up spending much more time guiding and coaching rather than coding, that can take a while to get used to. Eventually though, you will master it and be able to write secure, fast code…
Re: GPTs and Feeling Left Behind
#28I have a feeling this person is using far-from-frontier models, totally disconnected from the development environment. Using, like, gpt-4o is extremely not useful for programming. But using Claude Code in your actual repo is insanely useful. Gotta use the right tool + model.
Re: GPTs and Feeling Left Behind
#29Re: GPTs and Feeling Left Behind
#30I think what people are missing is that they work sometimes and sometimes they don't work. People think "Oh, it works better when somebody else does it" or "There must be some model that does better than the one I am using" or "If I knew how to prompt better I'd get better results" or "There must be some other agentic IDE which is better than the one I am using." All those things might be true but they just change th…
>I was working on some code where I didn't really understand the typescript types and fed it the crazy error messages I was getting and it made a try to understand them and didn't really, I used it as a "rubber duck" over the course of a day or two and working with it I eventually came to understand what was wrong and how to fix and I got into a place that I like and when there is an error I can understand it and it…
I have had cases in which a web search and some good old fashioned thinking have yielded better results than using an LLM, but on average I’m pretty sure the LLM has the edge.