iFANN
    搜索 iFANN...
    登录
    首页
    新闻
    视频
    图片
    GIF
    探索
    投票
    大奖
    iFAMOUS
    维基
    动漫
    聊天室
    通知
    私信
    收藏
    我的
    维基大奖iFAMOUS排行榜行业创作者奖励用户奖励条款隐私社区准则下架 / DMCA帮助开发者

    © 2026 iFANN

    首页
    搜索
    私信
    提醒
    我的
    照片
    Ts Floyd
    Ts Floyd@ts_floyd4h
    💭AI💭Tech
    20 JEV Tips for Machine Decision Models

    @ts_floydTypeSafe just shipped the first model built for machines, not for people. Jev doesn't write text like an LLM; it decides based on input state and outputs typed results. The system relies on three primitives: Choice picks from a list, Score places items on a rubric, and Noul returns a probability between 0 and 1. The architecture splits roles clearly: an LLM generates content, Jev makes decisions, code controls execution, and humans handle uncertain cases. Effective usage demands stating facts with one atomic question and exact criteria while skipping personas or preambles entirely. Descriptive criteria beat simple labels, so defining outcomes like technical failures as broken behavior or integration failure works better than vague tags. Each query must focus on a single judgment; complex multi-part questions like asking if something is valuable, urgent, and likely to buy need to be combined in code rather than asked separately. The model never provides explanations; it returns only decisions, probabilities, and confidence levels, which forms the contract. State management must stay clean, containing only the object, relevant context, and changing facts without extra noise. While the model supports a 64k token limit, accuracy shifts as state size increases, making smaller useful states an upgrade. Queries can be batched to judge multiple dimensions in parallel with minimal latency impact, allowing one call to assess thirteen dimensions at once. Users should include all potential questions in requests since output tokens are free. Decision gating should rely on confidence thresholds rather than the answer itself, acting above 0.85, escalating between 0.55 and 0.85, and routing below 0.55 to humans. These thresholds require tuning based on specific dataset performance because numbers from a post are just a starting point, not a config. Every uncertain answer needs a defined escalation path because treating low confidence as normal is how bad decisions ship. Candidate options must be built in code before being presented to the model for selection; it should never invent options itself. Arithmetic and hard rules remain in the code while Jev judges meaning, ensuring your program does the math. Model versions should be pinned to ensure stability after threshold tuning, using jev-latest to track stable releases or jev-1.13.0 once tuned. Logging must include model ID, probabilities, confidence, routing logic, and outcomes for review to catch false positives and retune. Integration should place the model within the decision loop for routing, tool gating, and output judging rather than next to it. The five money workflows include universal verifier, support triage, lead scoring, model routing, and giant dataset jobs. Setup requires joining the waitlist at typesafe.ai before reading the guide on building fast AI agent systems.

    查看原帖

    20 JEV Tips for Machine Decision Models

    @ts_floyd 的照片· Sep 19, 2026· AI

    关于这张照片

    The image is a graphic design with text. It displays "20 JEV TIPS" prominently in large, stylized lettering. The content is organized into sections with numbered tips and categories like "CONTRACT," "PROMPTING," "SCALE," "CONTROL," and "OPERATIONS." The overall aesthetic is clean and modern with a pink and white color scheme. A section at the top has a heading "MODEL ANNOUNCEMENT / PUBLIC" with text about TypeSafe. At the bottom, there are sections for "DEPLOYMENT NOTES / PRICE SIGNAL / EARLY ACCESS" and a price indication of "$0.042 PER MILLION INPUT TOKENS."

    查看AI的全部照片

    ?

    更多AI照片

    查看AI的全部照片
    Antony Starr criticizes AI Actress2Antony Starr criticizes AI ActressThe 2008 playbook rebuilt for AIThe 2008 playbook rebuilt for AINick Bostrom on machine intelligenceNick Bostrom on machine intelligenceGoogle Astra policy reactionGoogle Astra policy reactionTsinghua virtual hospital AI doctorsTsinghua virtual hospital AI doctorsFigure Helix 2.5 robot testingFigure Helix 2.5 robot testingAnthropic engineers Claude worship report2Anthropic engineers Claude worship reportCollege student graduation cap serious expression2College student graduation cap serious expressionPope Leo XIV receives Sphere of Humanity2Pope Leo XIV receives Sphere of HumanityHermes local models one-click setupHermes local models one-click setup20 GROKBOT TIPS SpaceX20 GROKBOT TIPS SpaceXmuseum exhibit cartoonmuseum exhibit cartoonStanford CS329A Self-Improving AI AgentsStanford CS329A Self-Improving AI AgentsAI generates photo of a womanAI generates photo of a woman
    照片
    Ts Floyd
    Ts Floyd@ts_floyd4h
    💭AI💭Tech
    20 JEV Tips for Machine Decision Models

    @ts_floydTypeSafe just shipped the first model built for machines, not for people. Jev doesn't write text like an LLM; it decides based on input state and outputs typed results. The system relies on three primitives: Choice picks from a list, Score places items on a rubric, and Noul returns a probability between 0 and 1. The architecture splits roles clearly: an LLM generates content, Jev makes decisions, code controls execution, and humans handle uncertain cases. Effective usage demands stating facts with one atomic question and exact criteria while skipping personas or preambles entirely. Descriptive criteria beat simple labels, so defining outcomes like technical failures as broken behavior or integration failure works better than vague tags. Each query must focus on a single judgment; complex multi-part questions like asking if something is valuable, urgent, and likely to buy need to be combined in code rather than asked separately. The model never provides explanations; it returns only decisions, probabilities, and confidence levels, which forms the contract. State management must stay clean, containing only the object, relevant context, and changing facts without extra noise. While the model supports a 64k token limit, accuracy shifts as state size increases, making smaller useful states an upgrade. Queries can be batched to judge multiple dimensions in parallel with minimal latency impact, allowing one call to assess thirteen dimensions at once. Users should include all potential questions in requests since output tokens are free. Decision gating should rely on confidence thresholds rather than the answer itself, acting above 0.85, escalating between 0.55 and 0.85, and routing below 0.55 to humans. These thresholds require tuning based on specific dataset performance because numbers from a post are just a starting point, not a config. Every uncertain answer needs a defined escalation path because treating low confidence as normal is how bad decisions ship. Candidate options must be built in code before being presented to the model for selection; it should never invent options itself. Arithmetic and hard rules remain in the code while Jev judges meaning, ensuring your program does the math. Model versions should be pinned to ensure stability after threshold tuning, using jev-latest to track stable releases or jev-1.13.0 once tuned. Logging must include model ID, probabilities, confidence, routing logic, and outcomes for review to catch false positives and retune. Integration should place the model within the decision loop for routing, tool gating, and output judging rather than next to it. The five money workflows include universal verifier, support triage, lead scoring, model routing, and giant dataset jobs. Setup requires joining the waitlist at typesafe.ai before reading the guide on building fast AI agent systems.

    查看原帖

    20 JEV Tips for Machine Decision Models

    @ts_floyd 的照片· Sep 19, 2026· AI

    关于这张照片

    The image is a graphic design with text. It displays "20 JEV TIPS" prominently in large, stylized lettering. The content is organized into sections with numbered tips and categories like "CONTRACT," "PROMPTING," "SCALE," "CONTROL," and "OPERATIONS." The overall aesthetic is clean and modern with a pink and white color scheme. A section at the top has a heading "MODEL ANNOUNCEMENT / PUBLIC" with text about TypeSafe. At the bottom, there are sections for "DEPLOYMENT NOTES / PRICE SIGNAL / EARLY ACCESS" and a price indication of "$0.042 PER MILLION INPUT TOKENS."

    查看AI的全部照片

    ?

    更多AI照片

    查看AI的全部照片
    Antony Starr criticizes AI Actress2Antony Starr criticizes AI ActressThe 2008 playbook rebuilt for AIThe 2008 playbook rebuilt for AINick Bostrom on machine intelligenceNick Bostrom on machine intelligenceGoogle Astra policy reactionGoogle Astra policy reactionTsinghua virtual hospital AI doctorsTsinghua virtual hospital AI doctorsFigure Helix 2.5 robot testingFigure Helix 2.5 robot testingAnthropic engineers Claude worship report2Anthropic engineers Claude worship reportCollege student graduation cap serious expression2College student graduation cap serious expressionPope Leo XIV receives Sphere of Humanity2Pope Leo XIV receives Sphere of HumanityHermes local models one-click setupHermes local models one-click setup20 GROKBOT TIPS SpaceX20 GROKBOT TIPS SpaceXmuseum exhibit cartoonmuseum exhibit cartoonStanford CS329A Self-Improving AI AgentsStanford CS329A Self-Improving AI AgentsAI generates photo of a womanAI generates photo of a woman