Live data from Hacker News

Ask HN: What's your favorite GPT powered tool?

news.ycombinator.com

21–30 of 266 posts

Re: Ask HN: What's your favorite GPT powered tool?

#22
post #14

Phind is a GPT powered search engine optimized for developers / technical documentation. It searches the web and tries to aggregate results from multiple web sites. Although there are instances where it references outdated versions of libraries, on balance, it significantly reduced my time spent on technical research. https://www.phind.com/

+10 for phind. It's the only GPT tool I find that works well - for me currently.

Re: Ask HN: What's your favorite GPT powered tool?

#25
For GPT/Copilot style help for pandas, in notebooks REPL flow (without needing to install plugins), I built sketch. I genuinely use it every-time I'm working on pandas dataframes for a quick one-off analysis. Just makes the iteration loop so much faster. (Specifically the `.sketch.howto`, anecdotally I actually don't use `.sketch.ask` anymore)

https://github.com/approximatelabs/sketch

Re: Ask HN: What's your favorite GPT powered tool?

#29
Ones that actually save me a lot of time I would otherwise spend googling:

plz-cli, a terminal copilot (not just an autocomplete - you can ask it to explain, refactor, or well - do anything), https://github.com/m1guelpf/plz-cli

Code GPT, a Visual Studio Code copilot, https://marketplace.visualstudio.com/items?itemName=DanielSa...

Post reply on HN