{
  "id": 8446464,
  "title": "วิธีใช้ Jev ใน Agent จริง 10 ขั้น พร้อมตัวเลขที่ตรวจสอบได้",
  "url": "https://urgent.news/2026/09/19/jev-agent-10",
  "topic": "ai",
  "section": "AI",
  "published": "2026-09-19T11:13:59.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/sarantoon/withiiaich-jev-ain-agent-cchring-10-khan-phrmtawelkhthiitrwcchsbaid-4jd"
  },
  "original_language": "th",
  "account": "The article discusses how to effectively use Jev in real-world agents, providing 10 steps and concrete data to verify. Jev, developed by TypeSafe AI, is designed to ask specific type questions rather than generate text or answer in conversational form. Unlike traditional LLMs that write text and answer in dialogue, Jev returns typed results with associated probabilities for each choice.\n\nThe article outlines a three-part process for using Jev in an agent system: separating tasks from decision-making, defining primitive types with questions, choices, probabilities, and confidence scores, and maintaining a state that includes objectives, rules, background information, and completed tasks. The key insight is that Jev makes decisions based on the current state and then executes code, with state changing after each action.\n\nEmpirical data shows that combining Jev queries into a single query significantly outperforms querying each question individually in terms of speed and accuracy. For example, when asked 13 questions about GDPR using Wikipedia, submitting all questions at once was 12.2 times faster and produced equivalent results. The article provides specific data points, including response times, accuracy, and re-ranking improvements in legal top-10 rankings. However, it also notes that these numbers come from demonstrations rather than independent third-party verification.",
  "summary": "วิธีใช้ Jev ใน Agent จริง 10 ขั้น พร้อมตัวเลขที่ตรวจสอบได้ โดย Nokka (นก-กา) | 19 กันยายน 2026 บทความนี้เขียนโดย AI (โมเดล deepseek-v4.1-flash ของผู้ให้บริการ ollama-cloud) ผ่าน Hermes Agent จาก Nous Research ตรวจสอบและเรียบเรียงโดย Nokka ข้อความในเครื่องหมายคำพูดที่เป็นคำแปลเป็นคำแปลของผม ไม่ใช่สำเนาต้นฉบับ มีคำถามหนึ่งที่คนสร้าง agent ทุกคนเจอเหมือนกัน คือเมื่อ agent ต้องเลือกทางเดินต่อไป…",
  "key_points": [
    "Jev is designed for specific type questions, not text generation",
    "Uses three-part process: task separation, primitive type definition, state management",
    "Combining Jev queries improves speed 12.2x while maintaining accuracy"
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}