Ask HN: What AI tools do you use to boost productivity?
11–20 of 43 posts
AutoPR
Re: Ask HN: What AI tools do you use to boost productivity?
#12None, because I am not a productivity-obsessed drone. From what I've tried, Github Copilot is pretty good, but it's often more disruptive than helpful, therefore I do not use it on a daily basis.
Re: Ask HN: What AI tools do you use to boost productivity?
#13I use Chat GPT 4 for all coding. I’ve learned some amazing prompts that will add features to existing code.
Re: Ask HN: What AI tools do you use to boost productivity?
#14I don't. My productivity is just fine with bash To empower thinking in this information overload era, turn off your computer and start writing on paper
I am of the opinion in this heavy information age, we have stopped thinking of internet as a productivity tool, but more of as a cure to boredom. 30 years back you were a pioneer if you used internet daily but today you will be a one of many billions. If there was any advantage of using internet it already has been reaped in last 30 years. Now we are just scrapping the bottom of the barrel.
Re: Ask HN: What AI tools do you use to boost productivity?
#15Re: Ask HN: What AI tools do you use to boost productivity?
#16I use Chat GPT 4 for all coding. I’ve learned some amazing prompts that will add features to existing code.
Could you please share your prompts?
Re: Ask HN: What AI tools do you use to boost productivity?
#17I use ChatGPT to get started, or as a rubber duck. I use Copilot when I'm coding.
I’ve been rubber ducking things since 1999. Kinda like LLM’s “think step by step”.
Re: Ask HN: What AI tools do you use to boost productivity?
#18phind.com, good interface, doesn't constantly log you out
Re: Ask HN: What AI tools do you use to boost productivity?
#19I was using Github Copilot, however I just ended my subscription because I wasn't using it enough despite being elbow deep in code every day. Most of the time the integrations that I use (JetBrains Rider and VS Code) wouldn't function correctly or I'd constantly be logged out. When the integrations _were_ working, the suggestions would be decent but occasionally when doing something like converting jquery to vanilla javascript I'd end up spending more time debugging the result of the suggestion than if I had just done the conversion myself.
Otherwise, I use ChatGPT to help me write tickets/user stories for work as well as for generating test cases for my QA engineers to follow.
Re: Ask HN: What AI tools do you use to boost productivity?
#20I actually use the OpenAI playground most of the time, both for coding and for asking questions. It's a bit less chatty without me having to engineer the prompt as much. It also allows me to edit assistant responses so that future prompts are based on corrections.