I’m in the process of hiring for a position and I have two candidates. It’s a tough call because both are very proficient but each has some unique attributes. I thought I might ask ChatGPT’s assistance with thinking it through.

I recorded myself talking through my thoughts on each one as I read through their resume and the Q&As that I’ve done with each. Then uploaded the audio file to the whisper-1 api for transcription (for this I’m using the OpenAI API).

Then I pasted the transcribed text into GPT4 and then prompted it with: “Above is my transcribed notes comparing two candidates for a position together. Help me think through this decision by asking me questions, one at a time.”

ChatGPT proceeded to ask me really good questions, one after the other. After a while I felt like it had got me to think about many new factors and ideas. After about 22 questions I’d had enough, so I asked it to wrap up and summarize our next steps, to which it spit out a bullet-point list of what we’d concluded and, what steps we should take next.

I don’t know if everyone is using ChatGPT this way, but this is a really useful feedback system.

  • @tomjuggler
    link
    811 months ago

    ChatGPT is incredibly useful for summarising. The next step is to automate the whisper transcription, and add some tts for the replies. So you can talk to it directly

    I’m curious did it not lose the plot at any point? I find after a certain amount of questions it rambles a bit - that’s on 3.5 though…

    • @nucleativeOP
      link
      English
      411 months ago

      Indeed, it’s really helpful when you’ve got a lot of content and need to summarize and organize it. Combining that with letting it query me based on the context brought a lot more relevant info to the dialogue.

      This time it never lost the plot. GPT4 is pretty stable for its whole context window

    • @[email protected]
      link
      fedilink
      111 months ago

      Gpt 4 has 8k tokens believe, gpt 3.5 may have less. A token is roughly a word so it can really pay off to tell chatgpt to be concise and not generate large amounts of complex text.

      Annoyingly enough reforming large amounts of text is exactly what i need it for ¯_(ツ)_/¯

  • @_number8_
    link
    2
    edit-2
    11 months ago

    you can put audio in now?? i’m on plus and it doesn’t seem like i can anyhwere?

    i was trying to do a more annoying version of this - hook up a mic, transcribe my speech on the shitty system dictate function, copy/paste in. mid accuracy

    • @nucleativeOP
      link
      English
      211 months ago

      I did it with the whisper-1 api, which is not ChatpGPT itself, it’s the Openai API: https://platform.openai.com/docs/guides/speech-to-text. It took about 45 seconds to return maybe 15 minutes of audio worth of text.

      Accuracy looks quite good, I assume it’s leaning on AI to fill in any gaps where the speaker rambles off or is inaudible.

  • @Crackhappy
    link
    English
    211 months ago

    Interesting application.