Earlier quoted context omitted.
> I don't trust it with my data, and won't rely on such tools until I can self-host them, and they can be entirely offline. Interestingly, my point to The Verge was exactly that. https://twitter.com/theshawwn/status/1633456289639542789 Me: > So, imagine it. You'll have a ChatGPT on your laptop -- your very own, that you can use for whatever purposes you want. Personally, I'll be hooking it up to read my emails and le…
> And I have no idea why things are like this. Propaganda. These tools are not for the people, and I'm convinced the idea of how much better our lives could be if technology was thoughtfully designed to truly serve the user is purposely and subtly filtered from the collective conversation.
Ask HN: How are you using GPT to be productive?
331–340 of 752 posts
Re: Ask HN: How are you using GPT to be productive?
#332I recently got access to Anthropic Claude, which I don't feel as squeamish about using as I'd feel about paying $20/month to OpenAI and helping them destroy the world, so if there's more that can be done that way maybe I'll find it out soon.
Re: Ask HN: How are you using GPT to be productive?
#333I might be in the minority here, but I'm not using any AI tools so far, probably to my detriment. I don't trust it with my data, and won't rely on such tools until I can self-host them, and they can be entirely offline. There is some progress in this space, but they're not great yet, and I don't have the resources to run them. I'm hoping that the requirements will go down, or I might just host it on a cloud provider.…
I don't use them either. I've played around with ChatGPT and Copilot a little, and found that they often are subtly, but very confidently wrong in their output when asked to perform a programming task. Sure you could spend ages refining the prompt etc, but its going to be faster to just write the fucking code yourself in the first place most of the time. Then there's the privacy/security concerns...
In practice the stuff it will suggest to me is sort of random, it may or may not be the best choice for the task at hand, but it's a form of discovery I didn't have previously. The fact that when it tells me about e.g. a new library it can also mock up some sample code that might or might not work is a pleasant bonus.
Re: Ask HN: How are you using GPT to be productive?
#334It required some small edits but saved me 3 hours of writing.
Re: Ask HN: How are you using GPT to be productive?
#335Earlier quoted context omitted.
> Generally rewriting emails for clarity... This is the sort of thing that will force a lot of legal teams to shutdown access to GPT-4 api/gui from internal networks. Ppl never think of unintended consequences. Ask it a prompt fine but don't provide internal information as an input.
Yeah, I have found I need to be careful. When I have used it, there is no confidential information in the email. I do pay attention to that. That said,I think it will be interesting as Microsoft introduces this into Office 365. You bring up a great point. Most people will not realize they are sending potentially confidential information to Microsoft. Perhaps it's no different than Grammarly... But I think you are rig…
If they put it in Office and guarantee siloing information the legal departments will just have a regular contract to review and approve.
Re: Ask HN: How are you using GPT to be productive?
#336Since I use ChatGPT regularly, I decided to create my own client. I prefer to avoid third-party services that require privilege escalation like Grammarly and Copilot. I have developed distinct profiles for different tasks, each with its own system prompt and input method. After getting the hang of it, I plan to tweak the parameters as well. Here are some of the profiles: Explainer: a default, general purpose Q&A. The…
Re: Ask HN: How are you using GPT to be productive?
#337I’ve been actively using it and it’s become my go-to in a lot of cases - Google is more for verification when I smell something off or if it doesn’t have up to date information. Here are some examples: • reviewing contract changes, explaining hard to parse legalese • advice on accounting/tax when billing international clients • visa application • boilerplate django code • learnt all about smtp relays, and requirement…
I'm excited about the potential of travel itineraries once extensions are available. What if I can tell it where I want to go, and it could just handle picking the best flights and accomodations for me and I didn't have to spend any time searching airline or hotel websites. I'm curious to know more detail about how you're using it for travel itineraries now.
Re: Ask HN: How are you using GPT to be productive?
#338For coding, I've been using it like Stack Overflow. It really decreases my barrier to doing work because I can ask lazy follow-up questions. For example, I might start out by asking it a question about a problem with Pandas like "How do I select rows of a dataframe where a column of lists of strings contains a string?". After that, GPT realizes I'm talking about Pandas, and I'm allowed to ask lazy prompts like "how d…
Re: Ask HN: How are you using GPT to be productive?
#339I just asked it to make an itinerary for a 45 minute long 6 year old boy's soccer practice. It was almost perfect. It needs to be tweaked (3 minutes for cool down?) but it did 95% of the heavy lifting. I also asked it for vacation ideas with nice cabins and trailer hookups with outdoor activities for kids and nice cabins within 200 miles of where I live - it was almost perfect in its response. I have trouble starting…
Can you explain how ChatGPT's soccer itinerary is any different from the top google search [1] for the subject? Is ChatGPT's response any more useful or meaningfully different from the practice routines at the link? [1] https://www.soccerhelp.com/soccer-practice-plans.shtml
A response from ChatGPT seems somehow more honest, even though it's just an aggregate of the former.
Re: Ask HN: How are you using GPT to be productive?
#340Earlier quoted context omitted.
openAI claims that user data is not being used for training since March 1st.
Only for the API. If you are using the chatGPT website, that is fair game. https://help.openai.com/en/articles/5722486-how-your-data-is...