@rpa_dake same haha, i’m trying to make the MCP able to do pretty much everything. basically, if you can do something in the editor, the AI should be able to do it too
Thanks!! gentle-ai with GPT-5.6 terra on medium helped a lot
But its not just prompting. i still had to figure out the architecture, plan the features, review the code, and keep guiding everything along the way. i also spend a lot of time thinking about the ux and how to make creating a presentation feel as easy as possible
here's how JEV works, simplified
I've been experimenting with it for the last hour, and it's EXTREMELY good at making decisions with the right references and context
you give it the information, your questions, and the type of answer each question needs:
> a choice from options you provide
> a score on a scale you define
> a probability that something is true
the models we're used to often give us long written answers, with explanations and reasoning
jev returns structured answers your app can use directly, instead of generating those explanations
information + your questions + allowed answers → answers your app can use
you define what happens next, based on those answers
that could mean sending information to the right place, checking an AI agent's work, or flagging something for human review
because jev doesn't generate prose, it doesn't invent facts or sources inside a written explanation (hallucinations)
clear questions and useful context matter, including references that explain what it should check
I'm seeing so many cool use cases across X, and I can see people adding this to all kinds of existing apps
if you haven't started building with it yet, try it on one decision your app already makes