正在加载视频...
视频加载失败
How does Jev work? Jev takes two things: your input and an output schema. The schema gives the structure of the answer you want. I send an email. My schema asks for two fields: is spam, and a category from marketing, finance, or spam. Jev returns: - is spam:... show more
12,032 次观看 • 5 天前 •via X (Twitter)
3 条评论

Joshua Pi'Rwot5 天前
Writing the schema is where most of the real work sits, and it is easy to underrate. Once you can state the shape of a correct answer field by field, you have already decided what counts as correct. The model filling it in is doing the easier half. When output quality is poor it is usually because the schema was vague, and the prompt gets blamed for it. It also makes failures easier to spot. A missing field shows up immediately, where a weak paragraph can sit there for weeks with everyone assuming it is fine.

Jay5 天前
the schema is doing the real work here

AI Mastery Guide5 天前
Finally someone explains Jev simply
