Ask HN: What's your favorite GPT powered tool?
51–60 of 266 posts
Re: Ask HN: What's your favorite GPT powered tool?
#52I’m skeptical of most prompt-based tools. I’d rather just get to the source and tweak ChatGPT to talk about exactly what I want.
Re: Ask HN: What's your favorite GPT powered tool?
#53Re: Ask HN: What's your favorite GPT powered tool?
#54Re: Ask HN: What's your favorite GPT powered tool?
#55The result is aider, which is a command-line tool that allows you to code with GPT-4 in the terminal. Ask GPT for features, improvements, or bug fixes and aider will directly apply the suggested changes to your source files. Each change is automatically committed to git with a descriptive commit message.
https://paul-gauthier.github.io/aider/
It helps to look at some chat transcripts, to get a sense of what it's like to actually code with GPT:
Re: Ask HN: What's your favorite GPT powered tool?
#56So, everyone's favorite is the one they built themselves?
Re: Ask HN: What's your favorite GPT powered tool?
#57Re: Ask HN: What's your favorite GPT powered tool?
#58[0]: https://gist.github.com/alfanick/3ecac79f9590bae6819e410c338...
Re: Ask HN: What's your favorite GPT powered tool?
#59We are building a programming language ( https://lmql.ai ), that allows you to execute programs with control-flow and constrained behavior on top of LLMs. Essentially imperative LLM text generation.
Re: Ask HN: What's your favorite GPT powered tool?
#60So, everyone's favorite is the one they built themselves?
Yeah that was a red flag takeaway for me from this thread. How much of the AI hype is someone trying to sell me on something they made or will profit from?