Live data from Hacker News

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

news.ycombinator.com

61–70 of 266 posts

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

#61

There are so many useful tools, that I keep an Awesome list up to date with openAI API, as well as open LLM tools. Especially the up to date list of open LLM models might be of interest to some, in case someone wants to be independent of OpenAI: https://github.com/underlines/awesome-marketing-datascience/...

I like the list, but the list name itself might be better!

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

#62
post #34

MirrorThink is able to search and read scientific papers to answer serious scientific questions and find solutions to deep engineering problems. It is also GPT-4 for free (for now). https://mirrorthink.ai/

Too bad the sign up process is broken. I get to the last step to verify and the button presses and nothing happens.

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

#64

Not sure if it's GPT-powered, but I now get all my news from http://newsminimalist.com It's so calm and to the point, I'm never going back to anything else.

> It uses AI (ChatGPT-4) to read the top 1000 news every day and rank them by significance on a scale from 0 to 10 based on event magnitude, scale, potential, and source credibility.

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

#65

So, everyone's favorite is the one they built themselves?

Practically. Or at least, will be. I don't have all my chips on it, but I've been working on jupyter and langchain tooling.

This feels remarkably like when we were arguing over scrypt vs bcrypt and used to benchmark our GPUs by seeing how many dozens of bit/litecoins we could generate in a night.

In four or five years, we won't recognize the world we're living in today.

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

#66
post #34

MirrorThink is able to search and read scientific papers to answer serious scientific questions and find solutions to deep engineering problems. It is also GPT-4 for free (for now). https://mirrorthink.ai/

Too bad the sign up process is broken. I get to the last step to verify and the button presses and nothing happens.

You should have gotten an email with the verification code. There's a spike in sign-ups right now so it fails occasionally, try a few times, it'll work.

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

#67
https://www.you-tldr.com/ is one I’ve been coming back to, though I don’t yet use these tools much. This particular one is handy for when I want to find out what a video with a click-baity title/thumbnail is actually about, without having to start to watch it. It lets me satisfy that curiosity with a quick a paragraph summary instead.

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

#68
I am using ChatGPT to convert some very brittle tidyverse (R) code into base R, and it’s outstanding. I could finally learn (and then try to remember) all of R’s conventions but it’s a lot more pleasurable to have the chatbot actually do the converting from ideas into code.

The context is that I am someone who codes in intense bursts every few months, so a lot of the details never really transition from short-term to long-term memory. ChatGPT is perfect for this.

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

#70
post #4

I built a tool that gives GPT a Docker container to run commands in to accomplish a particular task. I find myself using it for things like simple file conversions (it mounts the current working directory into the container). It can install software in the container so it’s like a chatbot with the entire apt universe at its disposal. https://github.com/drifting-in-space/botsh

wow that's a really useful little sandbox. Definitely will play with this later
Post reply on HN