I use copilot in vscode. It watches what I type and inline suggests the next line or code block based on what I’ve been doing and say a function name or the events I’ve not yet added listeners for. I hit tab to accept. It saves me at least 20% of the time i would spend typing and is insanely good. I have copilotx conversation in vscode that is aware of my codebase and active file. I can quickly get up to speed with a…
Ask HN: How do you use AI to get things done faster?
11–20 of 118 posts
Re: Ask HN: How do you use AI to get things done faster?
#12Re: Ask HN: How do you use AI to get things done faster?
#13Re: Ask HN: How do you use AI to get things done faster?
#14As a web developer who manages his own servers, ChatGPT has been a godsend for things like creating Ansible roles and docker / docker compose files.
Re: Ask HN: How do you use AI to get things done faster?
#15Re: Ask HN: How do you use AI to get things done faster?
#16The comprehension aspect kinda helps me sometimes, like when I need to understand some obscure shell script.
Re: Ask HN: How do you use AI to get things done faster?
#17Re: Ask HN: How do you use AI to get things done faster?
#18I do one-off text transformations that not worth writing a script for. Eg. paste a bunch of unformatted data and format them in json, find patterns in huge text etc.
Re: Ask HN: How do you use AI to get things done faster?
#19I use copilot in vscode. It watches what I type and inline suggests the next line or code block based on what I’ve been doing and say a function name or the events I’ve not yet added listeners for. I hit tab to accept. It saves me at least 20% of the time i would spend typing and is insanely good. I have copilotx conversation in vscode that is aware of my codebase and active file. I can quickly get up to speed with a…
Amazing. Thank you! What is the plugin you use to pull the repo and ask questions?
There might be others worth trying also but this one worked so well for me I haven’t needed to look further.
Re: Ask HN: How do you use AI to get things done faster?
#20ChatGPT (plus) helps me every day with boilerplate code or even finding off by 1 bugs and small things like that. Sometimes I also ask it to rewrite something clearer, or add some comments sparingly. Copilot can get really aggressive. Sometimes it's right there, "what I was thinking about! Woo! magic!" And sometimes, it's like "OMG let me hit the return key". So I often turn it off and forget it's off for a week... B…