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?
Cypher23 days ago
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"
mrbirddevop23 days ago
does not look good after a few prompt hacks .... I guess it somehow violated the principles of current LLM technology?
yorwba23 days ago
Put a frontend wrapper around it that shows the questions one-by-one.
mrbirddevop22 days ago
Great idea. I thought about similar things like create a traditional NLP chatbot and attach an whatever LLM to the answers.