Hacker News new | ask | show | jobs
by beambot 308 days ago
You don't use any AI - drafting documentation, write boilerplate code, transcribing meetings, simplifying team communications, searching product documentation, alternative to Google or StackOverflow, creating presentations, as a brainstorming partner? I would consider all of these "work".

If you say AI does 0% of your work, I'd say you're either a genius, behind the curve or being disingenuous.

7 comments

LLM does 0% of my work, don't know what to tell you. LLMs are like 3 years old, I learned to do everything I know without LLMs, how is that hard to believe? How do you think all the software you use everyday, including this site itself, was written? 99.99% of it without any LLMs at all.

Do I use LLMs as an alternative to Googling? Absolutely. That doesn't mean AI is doing my job. Google and Stack Overflow also do 0% of my job. It's great as a reference tool. But if you're going to be that pedantic, we've got to count any help I receive from any human or tool as doing some % of my job. Do I count the open source software I build on? Do I count Slack as doing some % of my job since I don't have to go into the office and interface with everyone face-to-face? Does Ford get some of the credit for building the vehicle that gets me to the office?

Have I used a meeting transcription tool? Occasionally, yeah. That doesn't mean it does any part of my work. My job was never to transcribe meetings. Do I use it to brainstorm? No, I've found it's fairly useless for that. Do I use it to create presentations? No, I just write my slides the old fashioned way.

It's hard for nupeople to understand that people from our generations learned how to do things and to use our brains. The younger tech folks only do things that the computer automatically knows how to do and/or AI can help with. Even UI design and basic stuff is purely done on web-based tools with prebuilt components and AI help these days. I'm completely shocked from day-to-day when I interface with front end/design. I would venture to guess there aren't many front end peeps that even know how to code HTML & CSS these days.

In my opinion, the only thing that AI is helpful for is doing all the menial boilerplate nonsense that is only necessary because the unexperienced people in charge of so many projects. For example, setting up 30 totally unnecessary GitHub actions, etc. Anything that is worth doing, I'd rather do myself and not lose my skills.

How can AI search into documentation, if the documentation is a thousands of obsolete and contradicting Jira tickets, few outdated Confluence pages with mail attachments and handful of excel files on SharePoint?
Supposedly there is a way to get an AI to do exactly this, we have it slated as an "intern project". Which feels ironic in itself. Using an intern to figure out how to get an AI to rectify our Jira and train on our confluence to help us and our users
Using AI to distill all of that sprawling and contradicting documentation is a great use case.

Grounding it in the reality of the current implementation for the extra cherry on top.

With the necessary MCP servers.
Good luck to receive security clearance for that. Even Cursor is not allowed, though everyone is using it with private account.
No, even if you got clearance... What's that gonna help with? The point was that the jira tickets are obsolete and likely contradict each other with changing requirements over time. More advanced tooling might be able to guess from looking at the git history and double-checking via linked tickets etc, but there is currently no tooling available that actually does this, today.

And that's coming from someone that has repeatedly gone on record saying "my expectation for our industry is a gigantic contraction because of LLM", ...but this isn't a scenario that's plausible with current models.

Do you realize that's gross misconduct?

You're sending the intellectual property of your employer to a third party without their consent. Hell, it's much worse as it sounds like they've explicitly told you not to.

Is that so hard to believe? My work uses proprietary language. Something like ABAP for SAP [1]. AI has ingested lot of documentation available on the internet. But it cannot tell the difference between versions. So, AI code often has correct but deprecated functions.

And don't get me started on the "time savings" for boiler plate documentation. It messes up every time.

[1]: https://en.wikipedia.org/wiki/ABAP

You should be able to get around that by copying what the context7 MCP does. Essentially pre-prompt the AI with the correct, modern, syntax.
> If you say AI does 0% of your work, I'd say you're either a genius, behind the curve or being disingenuous

AI was doing 0% of my work 10 years ago too, why should I be any less effective without it now?

You think I'm behind the curve because I'm not buying into the AI craze?

Ok. What's so important about being on the curve anyways, exactly? My boss won't pay me a single cent more for using AI, so why should I care?

We used to do all our math on slide rules. They're just as effective as they always were.

But when you're being graded on a curve, standing still can still mean falling behind.

Which isn't to say that AI is definitively ahead of the curve; I think we're a bit early for that. But as actual answers to your actual questions - it's important because if everyone else gets ahead of you, your boss will STOP paying you

(and if you're "good at AI", you can at least make bank until the bubble bursts)

Very few people where I work are using genAI for any of those things at all.
Are you saying everyone who isn't barely starting their career is a genius? In the current state of things I'd gladly take mediocre work from a human over slop from an AI.
Seriously this. Doing code reviews on LLM created code is so frustrating. If the code was submitted by a junior engineer I could get on zoom with them and educate them, which would make them a better team mate, advance their career goals, and make the world slightly better. With AI created code the review process is a series of tiny struggles to dig up out of the hole the LLM created and get back to baseline code quality, and it'll probably be the same Sisyphean struggle with the next PR.
I had to review code that couldn't even do a straightforward map, filter, and reduce properly. But with management pushing hard for AI use, I feel powerless to push back against it.
Ha! Not just "the next PR", in my experience about 30% of the time you tell it "hey this slop you gave me is horribly broken because <reason>", and it says "you're absolutely right! I totally 100% understand the problem now, and I'll totally 100% fix that for you right now!", and then proceeds to deliver exactly the same broken slop it game me before.
Interesting, isn’t it?

It knows that the apologetic tone and acknowledging understanding of your critique is the most probable response for it to generate. But that’s very different from actually understanding how it should change the code.

There is a reason why maintainers of OSS tools reject AI slop PRs: https://www.theregister.com/2025/07/15/curl_creator_mulls_ni...
You have prompt skill issue.
The only study currently trying to measure productivity of experienced devs using LLMs showed they suffer a 19% decline in productivity.

https://metr.org/blog/2025-07-10-early-2025-ai-experienced-o...

Since that study demonstrated that experienced developers currently suffer a decline in their productivity when using LLMs, it's perfectly likely that less experienced/junior developers who normally will struggle with syntax or simple tasks like organizing their code are the ones experiencing the boost of productivity from LLMs.

Thus, it seems the devs benefitting the most from LLMs are the ones with the skill issue/more junior/early in their career.

Which group do you belong to?

No, it's just logical, LLM is a useful tool, those experienced are just code monkeys that whey they got stuck.
> No, it's just logical, LLM is a useful tool

How open are you to the possibility that it's the other way around? Because the study suggests that it's actually junior code monkeys that benefit from LLMs, and experienced software engineers don't instead get a decline of their productivity.

At least that's what the only available study so far shows.

That's corroborated with my experience mentoring juniors, the more they struggle with basic things like syntax or expressing their thoughts clearly in code, the more benefit they got from using LLM tools like Claude.

Once they go mid-level and above, the LLMs are a detriment to them. Do you currently get big benefit from LLMs? Maybe you are more early in your career?

I think you are making a couple of very good points getting bogged down in the wrong framework of discussion. Let me rephrase what I think you are saying:

Once you are very comfortable in a domain, it is detrimental to have to wrangle a junior dev with low IQ, way too much confidence but encyclopediac knowledge of everything instead of just doing it yourself.

The dichotomy of Junior vs. Senior is a bit misleading here, every junior is uncomfortable in the domain they are working in, but a Senior probably isn't comfortable in all domains. For example, many people with 10+ SE experience I know aren't very good with databases and data engineering, which is becoming an increasingly large part of the job. For someone who has worked 10+ years on Java Backends, now attempting to write Pythin data pipelines, Coding Agents might be a useful tool to gap that bridge.

The other thing is creation vs. critique. I often let my code, writing and planning be rewiewed by Claude or Gemini, because once I have created something, I know it very well, and I can very quickly go through 20 points of criticism/recommendations/tips and pick out the relevant ones. - And honestly, that has been super helpful. Using it that way around, Claude has caught a number of bugs, taught me some new tricks and made me aware of some interesting tech.

Those "experienced" actually are just senior code monkeys if u ask me, it's trivial right ? I don't assume the reason why, but it's just illogical for a junior to get benefits and the seniors don't. The wrong ones here is the "experienced".

I know how to use the AI tools for my purpose (that's why i use them), and of course, to make the impossible possible. Even if i failed to do so, it's not the decrease in productivity because without them, i don't think i can do better than the LLM.

> You don't use any AI - drafting documentation, write boilerplate code, transcribing meetings, simplifying team communications, searching product documentation, alternative to Google or StackOverflow, creating presentations, as a brainstorming partner? I would consider all of these "work". If you say AI does 0% of your work, I'd say you're either a genius, behind the curve or being disingenuous.

There are reasons that seasoned OSS developers reject AI PRs: https://news.itsfoss.com/curl-ai-slop/ (like the creator of curl). Additionally, the only study to date currently measuring the impact on LLMs on experienced developers found a modest 19% decline in productivity when using an LLM for their daily work.

https://metr.org/blog/2025-07-10-early-2025-ai-experienced-o...

Now we can ponder behind the reasons that the study showed experienced developers get a decrease of productivity, and you anecdotally experience a boost of "productivity", but why think about things when we can ask an LLM?

- experienced developers -> measured decrease of productivity

- you -> perceived increase of productivity

Here is what ChatGPT-5 thinks about the potential reason (AI slop below):

"Why You Might Feel More Productive

If senior developers are seeing a decline in productivity, but you are experiencing the opposite, it stands to reason that you are more junior. Here are some reasons why LLMs might help junior developers like you to feel more productive:

Lower Barrier to Entry

- LLMs help fill in gaps in knowledge—syntax, APIs, patterns—so you can move faster without constantly Googling or reading docs.

- Confidence Boost You get instant feedback, suggestions, and explanations. That can make you feel more capable and reduce hesitation.

- Acceleration of Learning You’re not just coding—you’re learning as you go. LLMs act like a tutor, speeding up your understanding of concepts and best practices.

- More Output, Less Friction You might be producing more code, solving more problems, and feeling that momentum—especially if you are just starting your coding journey."