Live data from Hacker News

Ask HN: How are you actively keeping your thinking sharp while using LLMs daily?

news.ycombinator.com

11–17 of 17 posts

Re: Ask HN: How are you actively keeping your thinking sharp while using LLMs daily?

#11
I turned off autocomplete in my IDE back in August. Absolutely hate it. I can defer work to an LLM and review it later. I really can't stand autocomplete built into OSX and iOS. Recently, I tried Grammarly as I'm building my own text editor for non-coding use cases, and that is driving me crazy, too. Everything I type is wrong. Some suggestions are generally good - these would be obvious typos or misspellings I simply missed. But a lot of the suggested solutions are subjective.

I like AI use cases where I can offload large tasks and follow up on them to review the output critically. I think there is a ton of opportunity to leverage yourself with AI, as all of the hype posts say you can. But most tools are simply invasive and, to me, the equivalent of social media 'junk food for the mind' where you just turn your brain off and start clicking approve, approve, copy, paste, etc.. as opposed to doom scrolling.

Or worse you delegate an easy task to an LLM agent and start doom scrolling while you wait on it. No bueno.

Re: Ask HN: How are you actively keeping your thinking sharp while using LLMs daily?

#13
I've found that daily LLM use have sharpened my mind considerably, it actually forces a shift from 'production' to 'judgment'. Because AI commoditizes average output, the value moves to evaluation and learning to me-speak-words-good. To stay sharp, I started building tools to audit and refine the agent's reasoning cycles (an observability framework). When you treat the LLM as a junior dev, you are able to think much harder about systemic constraints, edge cases, and the taste of the final product.

Re: Ask HN: How are you actively keeping your thinking sharp while using LLMs daily?

#16
LLMs are just a tool. Doesnt mean you dont have to think. They lie all the time, take short cuts, try to please you, etc. I treat them like a consultant almost, and make them explain what they are doing and why all the time. They can do things i can never do, but often they just do things that I could do, just faster. Yes i could code that, but an LLM can literally type the code faster than i ever could. I also find that plan mode makes me think.. just my $0.02
Post reply on HN