iFANN
    iFANN durchsuchen...
    Anmelden
    Startseite
    Nachrichten
    Videos
    Fotos
    GIFs
    Entdecken
    Umfragen
    Auszeichnungen
    iFAMOUS
    Wiki
    Anime
    Räume
    Benachrichtigungen
    Nachrichten
    Lesezeichen
    Profil
    WikiAuszeichnungeniFAMOUSRanglistenBranchenCreator-BelohnungenBenutzerbelohnungenNutzungsbedingungenDatenschutzCommunity-RichtlinienEntfernung / DMCAHilfeEntwickler

    © 2026 iFANN

    Startseite
    Suche
    Nachrichten
    Alarme
    Profil
    Foto
    Ts Floyd
    Ts Floyd@ts_floyd11h
    💭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.

    Originalbeitrag ansehen

    20 JEV Tips for Machine Decision Models

    Foto von @ts_floyd· Sep 19, 2026· AI

    Über dieses Foto

    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."

    Alle Fotos von AI ansehen

    ?

    Mehr Fotos von AI

    Alle Fotos von AI ansehen
    accurate memeaccurate memeChatGPT email screenshotChatGPT email screenshotAnthropic Is Building a Real Biology LabAnthropic Is Building a Real Biology LabOpenAI $280 billion burn projectionOpenAI $280 billion burn projectionAntony 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 SpaceX
    Foto
    Ts Floyd
    Ts Floyd@ts_floyd11h
    💭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.

    Originalbeitrag ansehen

    20 JEV Tips for Machine Decision Models

    Foto von @ts_floyd· Sep 19, 2026· AI

    Über dieses Foto

    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."

    Alle Fotos von AI ansehen

    ?

    Mehr Fotos von AI

    Alle Fotos von AI ansehen
    accurate memeaccurate memeChatGPT email screenshotChatGPT email screenshotAnthropic Is Building a Real Biology LabAnthropic Is Building a Real Biology LabOpenAI $280 billion burn projectionOpenAI $280 billion burn projectionAntony 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 SpaceX