Ask HN: AI that can ask questions?
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?
Comments
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.
Great idea. I thought about similar things like create a traditional NLP chatbot and attach an whatever LLM to the answers.