๐Ÿฆ™Stalecollected in 69m

LLM Layer Duplication Hits 50% Depth Danger Zone

PostLinkedIn
๐Ÿฆ™Read original on Reddit r/LocalLLaMA

๐Ÿ’กMap your LLM's circuits: duplicate layers to boost weak models, avoid 50% death zone.

โšก 30-Second TL;DR

What Changed

Universal danger zone at 50-56% depth kills reasoning when layers duplicated across architectures

Why It Matters

Reveals non-modular nature of LLMs, guiding layer editing for capability boosts in weak models. Highlights limits of 'think harder' via repetition, informing distillation and surgery techniques.

What To Do Next

Test layer duplication at 75% depth on your 7-9B coding model using MLX on Apple Silicon.

Who should care:Researchers & Academics

Key Points

  • โ€ขUniversal danger zone at 50-56% depth kills reasoning when layers duplicated across architectures
  • โ€ขDuplicating late layers (75-84%) boosts Hybrid 9B coding score from 4/10 to 7/10
  • โ€ขDouble/triple-stacking good circuits interferes; deletion causes total failure
  • โ€ขStrong models like 32B unchanged; technique helps weaker ones without retraining

๐Ÿง  Deep Insight

Background and context from public sources โ€” not the original article. 8 sources cited.

๐Ÿ”‘ Enhanced Key Takeaways

  • โ€ขRYS-XLarge, a 78B model created by duplicating 7 middle layers (45-51) in a 72B base via pointers without extra memory or training, topped the HuggingFace Open LLM Leaderboard and spawned the top four models as of early 2026.[1][5][4]
  • โ€ขHeatmap 'brain scans' identify optimal duplication ranges by evaluating all (i,j) pairs on probes like math and EQ, revealing model-specific circuit blocks of ~7 layers that must be preserved intact for gains.[5][4]
  • โ€ขSubsequent leaderboard toppers like calme-2.4-rys-78b and CalmeRys-78B-Orpo-v0.1 combined layer duplication with fine-tuning and ORPO training for even higher scores.[5]

๐Ÿ› ๏ธ Technical Deep Dive

  • โ€ขDuplication implemented via layer pointers, repeating execution without increasing GPU memory usage or parameters beyond minor effective count rise (72B to 78B).[5][4]
  • โ€ขOptimal for RYS-XLarge: (i=45, j=52) in 80-layer stack, running layers 0-51 once then 45-79, effectively duplicating layers 45-51 seven times total.[5]
  • โ€ขEvaluation via pixel heatmaps: x-axis end point j, y-axis start i; each pixel scores full model on math/EQ probes, showing single-layer duplication ineffective while ~7-layer blocks excel.[5]
  • โ€ขWorks across Qwen, MiniMax, GLM architectures but requires per-model heatmap analysis for optimal (i,j) ranges.[1][4]

๐Ÿ”ฎ Future ImplicationsAI analysis grounded in cited sources

Layer duplication will integrate with fine-tuning in >50% of top open LLMs by end-2026
Leaderboard descendants like calme series already combine duplication with fine-tuning and ORPO, showing orthogonal gains without training needs.[5]
Meta-models like XGBoost will automate multi-region duplications by mid-2026
Experimenters report training XGBoost to predict optimal merges across multiple duplication regions, enabling scalable architecture search.[4]

โณ Timeline

2023-12
SOLAR 10.7B introduces depth up-scaling with layer duplication and continued pretraining.
2025-02
"The Curse of Depth" paper reveals Pre-LN transformers' deep layers converge to identity, emphasizing middle-layer compute.
2026-01
RYS-XLarge tops HuggingFace Open LLM Leaderboard via 7-layer middle duplication without training.
2026-02
calme-2.4-rys-78b fine-tunes RYS-XLarge, followed by ORPO variant CalmeRys-78B-Orpo-v0.1.
๐Ÿ“ฐ

Weekly AI Recap

Read this week's curated digest of top AI events โ†’

๐Ÿ‘‰Related Updates

AI-curated news aggregator. All content rights belong to original publishers.
Original source: Reddit r/LocalLLaMA โ†—

This is a summary, not the original. Read the source, or get the weekly briefing.

Weekly AI briefing

One email a week. Unsubscribe anytime.