Why Orienta uses AI and not just psychometrics
When someone hears that Orienta is "a vocational test with AI", they think the most reasonable thing: oh, another chatbot bolted on top of an instrument that already existed. It’s the read I’d have from the outside too. And it’s wrong — but I get why it sticks. Worth explaining why we did what we did.
What psychometrics does well
A well-built psychometric test — and the ones we use are, we didn’t invent our own — turns soft questions ("do you like working alone?") into a vector of aptitudes and interests comparable against a population. That’s a lot. It’s what lets you say, with a statistical basis, that a profile with high openness, low need for structure and strong verbal ability will probably enjoy studying Communications more than Civil Engineering.
What it doesn’t do well is answer the student’s question. Because the student’s question is never "what career am I?". It’s "yes, but that university here? that career with scholarships? what if I’m wrong?". It’s an open, contextual, moving question.
Why generative AI, and where not
The mistake would be putting an LLM in charge of the diagnosis. Generative models are bad statistical predictors over structured data; regressions have led for decades and still lead. We don’t touch that.
Where the rules do change is in the layer of explanation, context and exploration. A good vocational counselor doesn’t hand you a PDF — they talk with you. They compare. They ask back. They remember what you said five minutes ago. For thousands of students simultaneously, that function didn’t exist until three years ago.
The exact line
The psychometric model computes the profile — a 103-question wizard across 14 thematic blocks. The AI takes that profile — cold data, numbers — and turns it into 8 personalized reports the student can read, compare and discuss. Neither replaces the other. The AI never generates the diagnosis; psychometrics never generates the conversation.
That separation is what protects product quality. If we ever let the model invent compatibilities, we lose. If we settle for the static report, we also lose — because the kid won’t read it.
And when the model fails
This is the part I care about most and the one almost no one talks about in public. LLMs fail. They return malformed JSON, hallucinate fields, go silent, or fall over from rate-limits. If your product depends on a single one, your uptime is theirs.
That’s why Orienta’s pipeline has explicit fallback between Gemini and OpenAI, structural validation at every step, and a guard that rejects outputs that don’t honor the expected schema. Yes, it costs more code. Yes, every line is worth it.
The point
AI isn’t what makes Orienta work. What makes it work is that a serious instrument can now be used like never before — without the PDF friction, without the jargon barrier, without paying a counselor by the hour.
The day that sentence stops being true, we drop AI. It’s a tool, not the product.