Live data from Hacker News

Ask HN: How is AI-assisted coding going for you professionally?

news.ycombinator.com

561–570 of 657 posts

Re: Ask HN: How is AI-assisted coding going for you professionally?

#561
post #471

Earlier quoted context omitted.

100k DAU - you’ll lose 98% within 6-9 months once 1-2 person team clones it as sells it for 10% of what you are charging

That was always a possiblty even before AI, what's hard to clone is how they got those users

possibility yes - reality often no due to cost that would have to be incurred to make this happen. the "how they got those users" is the easy part if you offering is same(ish) at a fraction of the cost.

Re: Ask HN: How is AI-assisted coding going for you professionally?

#563
had a new one. one of my nontechnical managers generated some ESRI Arcade (toy language) code in ms copilot then called me for 3 hours so i could help them debug it in paired programming session. were consultants (im aware. lets not unpack that now) so a nice way to score 3 hours of billable work i might have had to generate from a client. honestly wouldn't mind being the "ai debugging guy" at my office. easy and mildly entertaining billable work

funny the manager thought they could shoot from the hip like that. wonder if they think its an effective pattern

(edit: grammer)

Re: Ask HN: How is AI-assisted coding going for you professionally?

#564
post #268

Haven't seen this mentioned yet, but the worst part for me is that a lot of management LOVES to use Claude to generate 50 page design documents, PRDs, etc., and send them to us to "please review as soon as you can". Nobody reads it, not even the people making it. I'm watching some employees just generate endless slide decks of nonsense and then waffle when asked any specific questions. If any of that is read, it is b…

I've been tasked with code reviews of Claude chat bot written code (not Claude code that has RAG and can browse the file system). It always lacks any understanding of our problem area, 75% of the time it only works for a specific scenario (the prompted case), and almost 100% of the time, when I comment about this, I'm told to take it over and make it work... and to use Claude. I've kind of decided this is my last job…

That sounds lovely. I think too many people get attached to the structure of life as they've lived it for the last n years and resist natural phase transitions for far too long. Good luck with retirement and your dream of being the botanical equivalent of the mean kid from Toy Story:p

Re: Ask HN: How is AI-assisted coding going for you professionally?

#565
Before the advent of widespread LLM usage, and more particularly, before LLM-using coworkers began submitting large PRs against codebases I am the primary maintainer of, my velocity had never been greater.

I do not like the current culture around LLMs. I do not use LLMs, I shall continue to resist any peer pressure to use them, much as I have resisted IDEs in favour of CLI tooling, vim, tmux and the like. I feel my output is incredibly devalued compared to the before times.

On the one hand, my passion for personal projects has never been greater. It helps me feel as though I am bettering myself, pushing the boundaries of my capabilities without resorting to LLM usage. However, I no longer release my code openly.

On the other hand, on top of building resentment towards being treated even more interchangeably than before, I resent the asymmetry of my LLM-using peers submitting large pull requests I am obliged to review, on codebases I have never touched before, applications I have never had the occasion to use; my team is managed in such a way that everybody is more or less working on independent projects, due to pressures to deliver at a much faster pace.

I really wish the fervour would die down for the sake of my own sanity.

Re: Ask HN: How is AI-assisted coding going for you professionally?

#566

Before the advent of widespread LLM usage, and more particularly, before LLM-using coworkers began submitting large PRs against codebases I am the primary maintainer of, my velocity had never been greater. I do not like the current culture around LLMs. I do not use LLMs, I shall continue to resist any peer pressure to use them, much as I have resisted IDEs in favour of CLI tooling, vim, tmux and the like. I feel my o…

This feels like a pretty negative take on what seems like impactful technology that is not going away, and will (and already has had) big impacts on how people work and build. Do you completely reject the idea of using them, ever? Do they have absolutely 0 utility for you?

Re: Ask HN: How is AI-assisted coding going for you professionally?

#567
I use it purely as a search engine. It is pretty good at dehtml/dejs/decss or a distraction free access to articles / docs. I had dabbled with claude for purely writing testcases which I'm very lazy at.

But man, people really oversell LLM's coding capabilities. It is good at pattern matching and replicating elsewhere. That's about it.

I had asked a simple question to opus 4.5.

> Python redis asyncio sample code.

The 3 attempts at generation all failed at the import statement. I verified if such an import structure ever existed in older versions. Never. But it looked convincing enough though!?

Is it because there is not much asyncio code (2014) is available for claude to train on?

Re: Ask HN: How is AI-assisted coding going for you professionally?

#568
Currently in my third year working full time and sort of realizing two things. 1. AI ( specifically Claude code and codex ) is really good and can do quite a bit of the work that when I started I had to myself. 2. AI can’t do all of the work and the last 10% ( or 5 or whatever percent it can’t do ) is something I need to do and the only way I can do it properly is if I have a good mental model from the other 90% which doesn’t happen if I use Claude code

So far this year I’ve realized I’m better of not using it except for simple questions I would otherwise google. Not necessarily because it’s bad but because it makes me worse.

Edit: this also sort of applies to my side projects as well. I’m realizing more the value of side project wasn’t the end result ( since those are mostly my own personal apps ) but the learnings gleaned from them I don’t get if I use Claude code.

Re: Ask HN: How is AI-assisted coding going for you professionally?

#569
I'm somewhat optimistic... I think a lot of companies and managers are in a wait and see mode. The AI tooling can be genuinely helpful, but IMO definitely needs manual review and testing for function and security.

Personally, mostly just using it for personal projects that I've been sitting on for years... it's been pretty motivating and I'm actually making progress, though I'm split across half a dozen things so it's slower going. I'm also far more interactive than vibe coding one and done efforts. I'm finicky when it comes to UX for user facing apps, and DevEx for developer APIs on libraries I work on.

It's nice, far from perfect... I still liken it to managing foreign developer teams... the more you specify ahead of time, the better the results. The difference is a turn around in minutes instead of the next business day. Iteration is very fast by comparison. That said, sometimes the agent will make toddler decisions like rewriting all the broken tests and updating the docs to match the behavior instead of correcting the behavior to match the api and tests.

Re: Ask HN: How is AI-assisted coding going for you professionally?

#570
post #387

Earlier quoted context omitted.

If what you are doing is novel then I don't think yolo'ing it will help either. Agents don't do novel. I've even noticed this in meeting summaries produced by AI: A prioritisation meeting? AI's summary is concise, accurate, useful. A software algorithm design meeting, trying to solve a domain-specific issue? AI did not understand a word of what we discussed and the summary is completely garbled rubbish. If all you're…

I’m a UX designer not a coder, but this is so bizarre to me because shouldn’t every project be doing something novel? Otherwise why does it exist? If this industry is so full of people independently writing the same stuff that AI can replicate it…then it was a vast misallocation of resources to begin with.

Sometimes the novelty lives in a different part of the problem. (e.g. a service that does basic bog standard web forms, but for some novel purpose)
Post reply on HN