Ask HN: How is AI-assisted coding going for you professionally?
91–100 of 657 posts
Re: Ask HN: How is AI-assisted coding going for you professionally?
#92Re: Ask HN: How is AI-assisted coding going for you professionally?
#93I am getting disproportionately good results with the models by following a process: spec -> plan -> critique -> improve plan -> implement plan.
Can you give a little more detail how you execute these steps? Is there a specific tool you use, or is it simply different kinds of prompts?
However, I have since condensed this into 2 prompts:
1. Write plan in Plan Mode
2. (Exit Plan Mode) Critique -> Improve loop -> Implement.
Re: Ask HN: How is AI-assisted coding going for you professionally?
#94my team is anti-AI. my code review requests are ignored, or are treated more strictly than others. it feels coordinated - i will have to push back the launch date of my project as a result. another teammate added a length check to an input field, and his request was merged near instantly, even though it had zero unit testing. this team is incredibly cooked in the long term, i just need to ensure that i survive the sh…
> another teammate added a length check to an input field, and his request was merged near instantly, even though it had zero unit testing That sounds extremely reasonable though?
Re: Ask HN: How is AI-assisted coding going for you professionally?
#95https://burakku.com/blog/tired-of-ai-coders/
I think the addendum to that is that I've since left.
Re: Ask HN: How is AI-assisted coding going for you professionally?
#96Re: Ask HN: How is AI-assisted coding going for you professionally?
#97It has made my job an awful slog, and my personal projects move faster. At work, the devs up the chain now do everything with AI – not just coding – then task me with cleaning it up. It is painful and time consuming, the code base is a mess. In one case I had to merge a feature from one team into the main code base, but the feature was AI coded so it did not obey the API design of the main project. It also included a…
If you dont take a stand and refuse to clean their mess, aren't you part of the problem? No self respecting proponent of AI enabled development should suggest that the engineers generating the code are still not personally responsible for its quality.
Re: Ask HN: How is AI-assisted coding going for you professionally?
#98I work at a unicorn in EU. Claude Code has been rolled out to all of engineering with strict cost control policies, even with these in place we burn through tens of thousands of euro per months that I think could translate in 15/20 hires easily. Are we more productive than adding people to the headcount? That's a good question that I cannot answer. Some senior people that were in the AI pilot, have been using this fo…
Why did your company get claude code with token billing instead of getting everyone max plans ?
Re: Ask HN: How is AI-assisted coding going for you professionally?
#99I've only recently begun using copilot auto-complete in Visual Studio using Claude (doing C# development/maintenance of three SaaS products). I've been a coder since 1999. The suggestions are correct about 40% of the time, so I'm actually surprised when they're right, rather than becoming reliant on them. It saves me maybe 10 minutes a day.
The only part AI auto complete I found I really like is when I have a function call that takes like a dozen arguments, and the auto complete can just shove it all together for me. Such a nice little improvement.
Re: Ask HN: How is AI-assisted coding going for you professionally?
#100- create unit tests and benchmark tests that required lots of boiler plate , fixtures
- add CI / CD to a few projects that I didn't have motivation to
- freshen up old projects to modern standards (testing, CI / CD, update deps, migrations/deprecations)
- add monitoring / alerting to 2 projects that I had been neglecting. One was a custom DNS config uptime monitor.
- automated backup tools along with scripts for verifying recovery procedure.
- moderate migrations for deprecated APIs and refactors within cli and REST API services
- auditing GCP project resources for billing and security breaches
- frontend, backend and offline tiers for cloud storage management app