Articles & Guides

Large Language Models

Claude API relay guides, detection insights and hands-on LLM API benchmarks

15 articles

CCTest · Blog
On-Policy Self-Distillation Without Supervision: Learning from a Model’s Own Consensus
Large Language Models
cctest.ai

On-Policy Self-Distillation Without Supervision: Learning from a Model’s Own Consensus

The paper introduces U-OPSD, an unsupervised on-policy self-distillation method that builds pseudo-solutions from a model’s own multiple generations. By training on disagreements with those self-consistent pseudo-solutions, it improves mathematical reasoning without ground-truth labels or stronger teachers.

Read more
CCTest · Blog
GradCuit Optimizes LLM Reasoning Inside the Transformer at Test Time
Large Language Models
cctest.ai

GradCuit Optimizes LLM Reasoning Inside the Transformer at Test Time

GradCuit introduces a test-time latent optimization method that inserts trainable continuous states into an intermediate Transformer layer. By routing reward-weighted gradients from the generated continuation back to those states, it aims to make latent reasoning more robust and interpretable.

Read more
CCTest · Blog
Rethinking Transformer Depth Through the Lens of Rank Preservation
Large Language Models
cctest.ai

Rethinking Transformer Depth Through the Lens of Rank Preservation

A new arXiv paper reframes familiar Transformer feedforward-block choices as mechanisms for preserving gradient rank across depth. Skip connections, normalization placement, and width expansion are interpreted as part of a shared tradeoff among rank collapse, composition, and parameter cost.

Read more
CCTest · Blog
DeltaMerge-LowRes separates language and task adaptation, then recombines them in weight space
Large Language Models
cctest.ai

DeltaMerge-LowRes separates language and task adaptation, then recombines them in weight space

DeltaMerge-LowRes explores whether low-resource NLP adaptation can avoid costly joint language-task fine-tuning. It trains a language delta and a task delta separately, then studies how different merge rules change model behavior.

Read more