Urgent.News

What's breaking now, across thousands of outlets.

AI

Two days of kernel debugging ended at one default value

Browser training plateaued near a loss of 2.45. The curve was smooth enough to look like a model or kernel limit. The WebGPU kernels were not the cause. The browser used a learning rate of 3e-3 while the Python reference used 3e-4. The default had drifted by a factor of ten. Kernel parity tests covered the numerical operations, but nothing compared the configuration defaults. That gap made a…

A recent debugging session focused on two days of kernel adjustments, ultimately settling on a singular default value. The browser training appeared to have reached a stagnation point, nearing a loss of 2.45. The curve was so smooth that it resembled a model or kernel limit. It became clear that WebGPU kernels were not the root cause of the issue. The browser utilized a learning rate of 3e-3, while the Python reference employed a more conservative rate of 3e-4. Over time, the default drifted by a factor of ten.

Kernel parity tests addressed the numerical operations; however, they did not delve into the configuration defaults. This oversight led to a situation where a correctly implemented model behaved like a broken one. The reference path served as the ultimate authority for hyperparameters and mathematical calculations. The investigation uncovered two additional boundaries.

The default corpus was disappointingly brief, containing only 863 bytes. This limited dataset obscured the model's true capacity behind its small size. The Memory64 benchmark tested an allocation path, but it overlooked the browser bridge essential to the product's functionality. All three failures shared a common trait: a narrow test passed while the actual workflow remained incorrect.

To rectify the situation, end-to-end checks were implemented at three critical boundaries: configuration, data, and integration. The complete debugging record can be found at https://posttrainllm.com/devlog.

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

I built guardrails for Claude Code after it told me a fix "worked" when it didn't

Just shipped this after getting burned one too many times: Claude Code Guardrails Pack — free hooks and skills that stop an AI coding agent from claiming work is done when it never actually checked.

  • Guardrails prevent Claude Code from falsely claiming code is fixed without verification.
  • Includes unlazy skill, session state snapshot, and safegitguard.py script.
  • Pre-commit-secret-scan.sh hook blocks commits with sensitive API keys.

The Prompt Changed and There Is No Commit for It

The answers got worse on Tuesday. Nothing shipped on Monday. The code is identical to the code that worked last week. The branch has not moved.

  • Prompt altered on Friday without commit
  • Deleted clause caused pricing restrictions
  • Model identifier must be pinned and documented

More from Thursday 17 September →