Live data from Hacker News

Things that helped me get out of the AI 10x engineer imposter syndrome

colton.dev

571–580 of 675 posts

Re: Things that helped me get out of the AI 10x engineer imposter syndrome

#571
post #145
post #77

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…

#2 I expect to wind up as a huge win professionally as well. It lowers the investment for creating an MVP or experimental/exploratory project from weeks to hours or days. That ability to try things that might have been judged too risky for a team previously will be pretty amazing.

Re: Things that helped me get out of the AI 10x engineer imposter syndrome

#572

Earlier quoted context omitted.

>high on ketamine https://en.m.wikipedia.org/wiki/Ketamine Because of its hallucinogenic properties?

Because people like getting high and look for justifications to do so.

Left, right or center justification, it's all the same.

But you're right.

Re: Things that helped me get out of the AI 10x engineer imposter syndrome

#573

Earlier 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.

Get a frontier model to write an slist when you asked for a skip list. I'll wait.

Re: Things that helped me get out of the AI 10x engineer imposter syndrome

#574
post #44

This 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 "…

The embittered tone and obvious bad faith of your comments here make it clear how seriously we should take your opinions about AI.

Re: Things that helped me get out of the AI 10x engineer imposter syndrome

#575
post #496

Earlier 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.

Guys, it's built in

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

#577

I 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 used to agree with this except for one exception, sitting and working right beside your end user(s). If you can colocate with them it is a silver bullet.

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

#578
post #152

Earlier 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.

Yeah there's so many now it's hard to settle on one. YouTube is littered with them. Agent OS, amp.code, BMAD. I'm probably trying BMAD in earnest next ...

Re: Things that helped me get out of the AI 10x engineer imposter syndrome

#579
post #106

Claude 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.

My MacBook depreciates at higher than $200/month.

Re: Things that helped me get out of the AI 10x engineer imposter syndrome

#580

Earlier 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…

Valid points but one could argue OPUS learned by going from 4 to 4.1 today.
Post reply on HN