Live data from Hacker News

Ask HN: How are you using GPT to be productive?

news.ycombinator.com

191–200 of 752 posts

Re: Ask HN: How are you using GPT to be productive?

#191
GPT is helping me write a D&D adventure. I'm not very creative so it helps me. If I don't like elements of the story it's very responsive to changing elements.

It's surprisingly good at remembering earlier details. Occassionally it will forget things but another prompt tends to fix that.

For example I'm about to plan Chapter 4. The broad story so far is that the adventurers are doing some tasks for a friendly NPC and during that will slowly uncover clues to the BBEG, in this case a cabal of vampires who plan to plunge the world into darkness.

Prompting it with:

    Let's plan Chapter 4. Can you produce a short table of suggested titles and themes?
It produced:

    Title Theme
    The Vampire's Lair The adventurers infiltrate the vampire lord's castle and uncover his dark secrets.
    A Deadly Dance The adventurers must navigate a treacherous ballroom filled with traps and minions.
    Into the Abyss The adventurers descend into the catacombs beneath the castle and face unspeakable horrors.
    The Final Showdown The adventurers confront the vampire lord and his minions in a dramatic battle for the fate of the realm.
    Beneath the Moonlight The adventurers discover a hidden shrine dedicated to the vampire lord and must unravel its mysteries.
    Blood Magic The adventurers face off against powerful necromancers and witches who serve the vampire lord.
    The Betrayal The adventurers must confront a trusted ally who has been working with the vampire lord all along.
In table form.

Now it's got a little confused, because in chapter 3 the gang already infiltrated the castle and confronted the vampire lord, but another prompt will fix that.

Prompting:

    In Chapter 3, the adventurers already infiltrated the castle and dealt with the vampire lord. Can you reproduce that table assuming the vampire lord is no longer a threat for now (even if he remains at large)?
Produces:

    Sure, here are some possible titles and themes for Chapter 4, assuming that the vampire lord has been defeated (at least for now):

    Title Theme
    A Web of Deceit The adventurers uncover a plot by the cabal to take control of a powerful artifact or location.
    The Hunter Hunted The adventurers are pursued by an assassin or bounty hunter hired by the cabal.
    The Fallen Hero The adventurers discover that a beloved hero or figurehead is secretly working with the cabal.
    An Ancient Evil The adventurers stumble upon an ancient artifact or tomb that holds the key to defeating the cabal.
    The Betrayer's Gambit The adventurers are double-crossed by a trusted ally who has been secretly working with the cabal.
    A Race Against Time The adventurers must complete a series of challenges or tasks before the cabal can enact their plans.
    The Final Confrontation The adventurers engage in a final showdown with the cabal's leader or their most powerful agent.
(again in table form)

Which are great suggestions, now I can pick one and ask it to write the next chapter based on that, at which point we can flesh out more details.

Re: Ask HN: How are you using GPT to be productive?

#192
post #186

Earlier quoted context omitted.

I think this is interesting, because it points out the ways in which a future GPT might be subtly trained to embed advertising. "It looks like you're doing X; have you considered a commercial solution, such as Y or Z?". While you did wind up with a device that probably will suit your need, you also wound up out of a potentially fun hobby project. Not everyone will call that a win :)

It actually worries me what's going to happen to tools like GPT when it starts being influenced by commercial interests and manipulating people. What's going to happen when a sports drink manufacturer pays GPT to never ever ever mention water when people are asking about dehydration, but instead to pitch the sports drink? Are we gonna block all kinds of knowledge just because it interferes with some corporation makin…

While I don't think that you're wrong about being concerned, I would suggest that we currently exist in a society where teens are held in rapture by TikTok, Google serves custom results full of ads and Amazon is only barely trying to purge fake reviews. Kelly Anne Conway can describe lies as "alternative facts" on television and be lauded for being "good" at her "job".

We're already in the storm.

Re: Ask HN: How are you using GPT to be productive?

#193

Earlier quoted context omitted.

They already are. It is 99% stored on a Sharepoint on a Teams site anyways

What does this mean? I'm unfamiliar with Teams, the only person I know who uses it is my partner who works for the government (non-technically).

It means quite literally what it says - if you have office 365 you most likely have all your data in the MS cloud sharepoint. MS also has a separate government cloud.

Re: Ask HN: How are you using GPT to be productive?

#195
So much:

- generate AWK to transform text

- modify python script to make it multithreaded (when this worked first go I was very mindblown)

- explain concepts that I half understand in clear language, eg explain sharpe ratio and show me the math

- “what do people usually call” type questions. Like what are common job titles for people who do X and Y?

- proof read my emails and make suggestions given a stated goal

- settle language/choice of words discussions by asking GPT to reverse pitch understanding, then choosing the one that’s most aligned with the point we’re trying to make

- generally linux-y commands and explanations “best way to remap keys in i3” or find file with content “xyz” with tool faster than find

Re: Ask HN: How are you using GPT to be productive?

#196
post #137

Earlier quoted context omitted.

So on my coding problems I haven't had much luck. It doesn't seem to know Bazel, the Rust code I asked about was completely hallucinated, but it did solve a problem with Azure DevOps I had. I think if the training set did not contain enough of something it can't really think of a solution. What is really nice though it's as you say the refinement of questions. Sometimes it's hard to think of the right query, maybe yo…

This could mean the future goes one of the two ways. Engineers get lazy and converge on using only programming languages which AIs understand or have been trained on, or we forget about this waste of time and work on more important problems to solve in society other than the lack of an AI to be our crutch. Sadly, I think the former is more likely.

i think most people will just keep programming the way they do, and the AI hype will mostly die down. People have been saying that C++ is dead for decades, yet here I am writing code in it with a big community of others who do, too.

Re: Ask HN: How are you using GPT to be productive?

#197
post #190
post #182

I’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.

The real time applications are a game changer. I haven’t dabbled with that yet! Pasting things from emails and summarising - then keeping in my notes app. Also for planning out days when on holiday.

Re: Ask HN: How are you using GPT to be productive?

#198

I am using it to learn programming. I have no technical background but know enough about technology to be able to talk about the problems abstractly. Because my knowledge of the space is not via formal education and training, I have gaps in my knowledge and do not know deeper details about how ideas connect with each other on a deeper level. GPT allows me to ask questions and provide the right kind of "connecting" br…

My advice to learn programming is to avoid shortcuts and do the hard things like read the documentation

Bro documentation is notoriously terrible in almost all spaces.

Gpt3.5 is like super Google, and gpt-4 is like a polymath in everything intern. Learning has never been easier for me, I'm stoked.

Re: Ask HN: How are you using GPT to be productive?

#199
I paste whole blocks of code into it and ask it to improve it, like make it simpler or reduce duplication. If I have a straight-forward 'thing' I need to do, like, break a file up into chunks of a certain size, I'll ask it to produce that code. So, scenarios where there's a clear-cut task. I recently had to write an SDK in a bunch of languages, I had it convert most of it from one language to another without a huge amount of refactoring/tweaking.

I exported all of my trades into CSV format in 3commas, and asked it to generate the Python code to analyse various hypothesis for that data, which I then pasted into a Jupyter notebook.

It's incredible how much time it's saving me day to day already!

Re: Ask HN: How are you using GPT to be productive?

#200
I've been working on my own personal-assistant for a couple of months, just connected it to telegram so I can reach it from anywhere. Can "talk" to my calendar, run commands on my home computer, etc. It also has its own memory, so doesn't need huge prompt windows (I'm running a couple of fine-tuned curie models btw). Now I've been giving it API access to a bunch of stuff to increase its capabilities.
Post reply on HN