Live data from Hacker News

Ask HN: AI that can ask questions?

news.ycombinator.com

1–5 of 5 posts

Ask HN: AI that can ask questions?

#1
Folks, is there an AI that can ask questions? (from a friend) I've been searching and torturing ChatGPT & Perplexity awhile with no luck...

Eg, how to apply for a job at twitter?

Normal AI -> Here's the link jobs.twitter.....

Desired -> What's your name? [Answer] What's your resume? [Upload] Submitting resume for you...

Is this a violation of current LLM structure? Can we achieve this?

Re: Ask HN: AI that can ask questions?

#3
post #2

I'd approach it like "we're going to apply for a job at twitter, first list all questions required and then submit my answer with a copy of my resume"

does not look good after a few prompt hacks .... I guess it somehow violated the principles of current LLM technology?

https://imgur.com/a/uhVDp07

Re: Ask HN: AI that can ask questions?

#4
post #2

I'd approach it like "we're going to apply for a job at twitter, first list all questions required and then submit my answer with a copy of my resume"

does not look good after a few prompt hacks .... I guess it somehow violated the principles of current LLM technology? https://imgur.com/a/uhVDp07

Put a frontend wrapper around it that shows the questions one-by-one.

Re: Ask HN: AI that can ask questions?

#5
post #4

Earlier quoted context omitted.

does not look good after a few prompt hacks .... I guess it somehow violated the principles of current LLM technology? https://imgur.com/a/uhVDp07

Put a frontend wrapper around it that shows the questions one-by-one.

Great idea. I thought about similar things like create a traditional NLP chatbot and attach an whatever LLM to the answers.