You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
convergence_split: disambiguate grok_xai from azure_gpt via c_seed topology prefix
Both xAI Grok and Azure GPT produce an all-L1 B-vector. identify_substrate()
now accepts an optional c_seed parameter; the Llama-small prefix (92de78db...)
routes to grok_xai while all other all-L1 cases remain azure_gpt.
ConvergenceSplit passes c_seed automatically. Backward-compatible: no c_seed
falls back to azure_gpt as before.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments