I found myself agreeing with quite a lot of this article. I'm a pretty huge proponent for AI-assisted development, but I've never found those 10x claims convincing. I've estimated that LLMs make me 2-5x more productive on the parts of my job which involve typing code into a computer, which is itself a small portion of that I do as a software engineer. That's not too far from this article's assumptions. From the artic…
My biggest takeaway from using AI is that (1) for my day job, it doesn't make me super productive with creation, but it does help with discovery, learning, getting myself unstuck, and writing tedious code. (2) however, the biggest unlock is it makes working on side projects __immensely__ easier. Before AI I was always too tired to spend significant time on side projects. Now, I can see my ideas come to life (albeit w…
Things that helped me get out of the AI 10x engineer imposter syndrome
571–580 of 675 posts
Re: Things that helped me get out of the AI 10x engineer imposter syndrome
#572Re: Things that helped me get out of the AI 10x engineer imposter syndrome
#573Earlier quoted context omitted.
What is this supposed to convince me of? The problem with hallucinations is (was?) that developers were getting handed code that couldn't possibly have worked, because the LLM unknowingly invented entire libraries to call into that don't exist. That doesn't happen with agents and languages with any kind of type checking. You can't compile a Rust program that does this, and agents compile Rust code. Right across this…
If I ask an LLM to write me a skip list and it instead writes me a linked list and confidently but erroneously claims it's a skip list, then the LLM hallucinated. It doesn't matter that the code compiled successfully.
Re: Things that helped me get out of the AI 10x engineer imposter syndrome
#574This article sets a ludicrous bar ("10x"), then documents the author's own attempt over some indeterminate time to clear that bar. As a result, the author has classified all the AI-supporters in the industry into three categories: (1) people who are wrong in good faith, (2) people who are selling AI tools, and (3) evil bosses trying to find leverage in programmer anxiety. That aside: I still think complaining about "…
Re: Things that helped me get out of the AI 10x engineer imposter syndrome
#575Earlier quoted context omitted.
#2 is the reason I keep paying for Claude Code Pro. For 20 a month I can get my stupid tool and utility ideas from "it would be cool if I could..." to actual "works well enough for me" -tools in an evening - while I watch my shows at the same time. After a day at work I don't have the energy to start digging through, say, OpenWeather's latest 3.0 API and its nuances and how I can refactor my old code to use the new A…
Ghostty has native push notification support for Claude Code‘s „finished“ events.
claude config set --global preferredNotifChannel terminal_bell
https://docs.anthropic.com/en/docs/claude-code/terminal-conf...
Re: Things that helped me get out of the AI 10x engineer imposter syndrome
#576Re: Things that helped me get out of the AI 10x engineer imposter syndrome
#577I am a dinosaur but still feel strongly enough to post this PSA: please go back and read "No Silver Bullet" (and his follow up) again. You should probably schedule a re-read every 2-5 years, just to keep your sanity in these crazy, exhausting times. I believe his original thesis remains true: "There is no single development, in either technology or management technique, which by itself promises even one order-of-magn…
I'm not sure about agentic coding. Need another month at it.
Re: Things that helped me get out of the AI 10x engineer imposter syndrome
#578Earlier quoted context omitted.
> With enough rules and good prompting this is not true. There are atleast 10 posts on HN these days with the same discussion in circle. 1. AI sucks at code 2. you are not using my magic prompting technique
It's not magic. The techniques are well established and widely shared.
Re: Things that helped me get out of the AI 10x engineer imposter syndrome
#579Claude max is $200 a month. Consider a fully loaded cost of 200k for an engineer or $16,666 per month. They only have to be >1.012x engineer for the "AI" to be worth it. Of course that $200 dollars per month is probably VC subsidized right now but there is lots of money on the table for <2x improvement.
Re: Things that helped me get out of the AI 10x engineer imposter syndrome
#580Earlier quoted context omitted.
Depending how they used them. You can say similar thing about having junior developers in the team that you have to delegate tasks to. It takes time to explain to them what needs to be done, nudge into right solution, check etc. But maybe another thing is not considered - while things may take longer, they ease cognitive load. If you have to write a lot of boilerplate or you have a task to do, but there are too many…
I don't think the junior developer comparison holds up too well ... 1) The junior developer is able to learn from experience and feedback, and has a whole brain to use for this purpose. You may have to provide multiple pointers, and it may take them a while to settle into the team and get productive, but sooner or later they will get it, and at least provide a workable solution if not what you may have come up with y…