Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

AI

A Good LLM Exam Is 90% Traps

Last time I gave my LLM an order-reading exam and lost 5 times as the exam author. Today: how that exam was built. Conclusion first — nice questions are a waste of paper. You'll want to start with the happy path Ask anyone to write a test and they start with the case that works. "5 boxes of the 250 shipping boxes please" → shipping box 250, 5 boxes. It passes. Feels good. Reassuring. But that's…

Last time, the author lost five times when giving their LLM an order-reading exam. Today, they explain how the exam was built. The conclusion is that nice questions are a waste of paper; instead, focus on the happy path. Start with a question like "5 boxes of the 250 shipping boxes please → shipping box 250, 5 boxes." The exam should aim to trap the model in its worst accidents, such as shipping something nobody ordered.

The most important trap is after the model has learned. When a human picks a match once, the model remembers it, leading to accidents. To build the exam, write down the worst accidents first and create questions to cause them. Plant near-twins in the data and include after-learning questions that reveal learning scenarios. Normal cases come last, as they should pass anyway. If the exam is nice, it will pass in production, allowing accidents to occur.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

From Flat Logs to Execution Trees: Debugging Modern AI Agents

An agent trace is usually written as a sequence of events because append-only data is simple to produce: span_started span_started span_ended span_started span_ended span_ended Developers do not want…

  • Agent traces appear as a series of events due to append-only data structure simplicity.
  • Developers construct execution trees to visualize relationships between operations.
  • Reliable execution tree requires stable trace and span identity assignment.

Bolt opens ride-hailing to ChatGPT’s 900m users

Bolt now allows users to book rides directly through ChatGPT, expanding its reach to 900 million users. Discover how this AI integration simplifies ride-ha Read More: https://punchng.com/bolt-opens-ride-hailing-to-chatgpts-900m-users/

More from Thursday 20 August →