← Back to KHAO

Tech ·

An operationalization of opaque serial depth

2 min read

Compiled by KHAO Editorial — aggregated from 1 source. See llms.txt for citation guidance.

◌ Single Source

Currently, chain-of-thought (CoT) is a valuable tool for overseeing AI models.

Key facts

Summary

Their measure is a specific instantiation of the notion of “opaque serial depth”, originally defined in a recent paper from GDM ( Brown-Cohen et al, 2026 ). To measure the opaque serial depth of a computation, Brown-Cohen et al. propose measuring the longest path in the computational graph which doesn’t pass through some form of “interpretable bottleneck”. Their main contribution in this document is a particular standard for what counts as an “interpretable bottleneck”. To make this notion more precise, they define the concept of natural-language-rooted nodes (NL-rooted nodes) in a computation graph. Given this definition of NL-rooted nodes, they call their corresponding notion of opaque serial depth “Natural-Language-rooted node”-Separated depth (NLS depth). Tracking the NLS depth of AI systems is not a replacement for tracking monitorability or no-CoT capabilities; it is an important complement.

Read full article at Alignment Forum →

#AI Reasoning