Earlier quoted context omitted.
Yes unless you understand the problem well it is hard to fix it. Might as well code it yourself. I suspect the people who find this amazing tech don't program much or are using this very differently than we are. Or program very differently than us.
If you share your prompts then we could help. The most generally applicable thing I can think of is that you have to drop your old habits from using search engines, those types of queries will not get you very far. You have to talk to it like you would talk to someone in your company Slack/Teams/whatever chat and explain what it is you're trying to do and what tools you want to use to do it. Then ask it to refine its…
Ask HN: How are you using GPT to be productive?
591–600 of 752 posts
Re: Ask HN: How are you using GPT to be productive?
#592Earlier quoted context omitted.
You know, I thought so but then recently I asked it to code me a function to do a financial calc and it just didn't get there at all. It gave me code but it was really poor and didn't do close to what I wanted. But when I gave it my code it did generate useful data for unit tests. So that's pretty cool.
I’ve found that whenever it gets something really wrong, it’s either corrected by a follow up prompt (telling it that its wrong helps), or rephrasing the question.
Re: Ask HN: How are you using GPT to be productive?
#593Earlier quoted context omitted.
I really doubt it would be faster to write code manually, even with the state of AI tools today. Even with very sophisticated keyboard macros and traditional autocompletion, someone using GPT would outperform anyone who doesn't. Think of the amount of boilerplate and tests you write, and tedious API documentation lookups you do daily; that all goes away with GPT. The amount of work to double check whether the generat…
If you eliminated 100% of my code typing time with perfect effectiveness I think that'd make me maybe 10% or 20% more productive? Turning ideas of what the code should be doing into code just isn't a bottleneck for me in the first place. Are there people who just add net 1000 lines of code to whatever they're working on every single day or something?
Dismissing them on the basis that they just save you typing time is not seeing their full potential.
Re: Ask HN: How are you using GPT to be productive?
#594Earlier quoted context omitted.
> and even a bit of therapy I’d be very careful with relying on gpt for anything health related; I’m not saying there can’t be benefits, just that the risks increase exponentially.
Risky vs what? Googling? Not doing anything? Waiting for a therapist? It’s extremely sensitive to human emotional dynamics. It is also extremely biased toward non violent communication, which is very hard for humans.
When GPT proves itself to be reliably beneficial, then therapists will use it or recommend it themselves. Until then it’s an experimental tool at best.
Re: Ask HN: How are you using GPT to be productive?
#595Earlier quoted context omitted.
I really doubt it would be faster to write code manually, even with the state of AI tools today. Even with very sophisticated keyboard macros and traditional autocompletion, someone using GPT would outperform anyone who doesn't. Think of the amount of boilerplate and tests you write, and tedious API documentation lookups you do daily; that all goes away with GPT. The amount of work to double check whether the generat…
> Think of the amount of boilerplate and tests you write, and tedious API documentation lookups you do daily; that all goes away with GPT. At work we have really worked hard to minimise boilerplate and manually-written/repetitive tests, so I don't write much of that. Getting GPT to write it would certainly be worse: we would still have the deadweight of boilerplate/repetition even if we didn't have to write it, and s…
There's boilerplate in any codebase, even if you make an effort to minimize it. There are always patterns, repeated code structure, CI and build tool configuration, etc.
If nothing else, just being able to say "write a test for this function", which covers all code paths, mocking, fuzzing, etc., would be a huge timesaver, even if you have to end up fixing the code manually. From what I've seen, this is already possible with current tools; imagine how the accuracy will improve with future generations. Today it's not much different from reviewing code from a coworker, but soon you'll just be able to accept the changes with a quick overview, or right away.
Re: Ask HN: How are you using GPT to be productive?
#596Earlier quoted context omitted.
That won't happen, you can't expect to be "left behind" by a tool that's this easy to use. The big downsides of using a LLM will show up long-term, people will be chained to them and won't be able to do simple, trivial things on their own.
Most people can't change their own oil, replace radiator fluid, or know the difference between a hubcap and a distributor cap. And yet life seemingly goes on...
Re: Ask HN: How are you using GPT to be productive?
#597* "How to not be behind the technological advancements",
* "What are the future-proof jobs after the AI revolution",
* "How to get to the cutting-edge of my field".
Re: Ask HN: How are you using GPT to be productive?
#598Earlier quoted context omitted.
Thank you, I intend on stealing your phrase "skip prose", was trying to find a way to force it to exclude this whilst saving tokens.
I’m unfamiliar with gpt and tokens, what would “skip prose” change?
GPT: To sort a list of cities by population grouped by region, in JavaScript, would at a high level require 3 steps...."
Super frustrating when you just want the answer without the "polite professionalism"
Re: Ask HN: How are you using GPT to be productive?
#599Re: Ask HN: How are you using GPT to be productive?
#600Earlier quoted context omitted.
I share the privacy concerns, and look forward to running these kinds of models locally in the near future. > chatgpt and other LLMs are known to hallucinate. What if it’s advice is wrong or makes you worse in the long term because it’s just regurgitating whatever at you? As someone on a long-term therapy journey, I would be far less concerned about this. Therapy is rarely about doing exactly what one is told, it's a…
This is all true, and it's not clear the grandparent is doing this. Last sentence of the original post: > Last weekend, I went on a hike because ChatGPT told me to. My life is better if I just do what it says. I'm not sure how literally to take that sentence, but it's worrisome.
My stance here is based on an optimistic outlook that a person seeking therapeutic advice is by doing so demonstrating enough awareness that they’re probably capable of recognizing a good idea from a bad one.
I realize this can get into other territory and there are very problematic failure modes in the worst cases.
Regarding “My life is better if I just do what it says.”, I think concern is a fair reaction and I don’t think the author fully thought that through. But at the same time, it’s entirely possible that it’s true (for now).
If someone continues to follow advice that is clearly either bad or not working, then it becomes concerning.
But that was the other point of my anecdote. It became pretty clear to me what wasn’t working, even at a time that I wasn’t really sure how the whole thing worked.