scaling

Tag

Cards List
#scaling

Scaling Large Reasoning Models beyond Human Supervision: A Path toward Superintelligence

Hugging Face Daily Papers ↗ · 2026-08-31 Cached

This paper proposes a structured ladder for scaling large reasoning models beyond human supervision, addressing challenges in autonomous rewards and self-generated experience, while identifying risks and evaluation dimensions.

0 favorites 0 likes
#scaling

Scale vs. Spend: How are you actually tracking and cutting production AI costs?

Reddit r/AI_Agents ↗ · 2026-08-30

A discussion seeking insights on real-world strategies for tracking and reducing production AI costs, highlighting challenges like cost spikes and trade-offs with quality.

0 favorites 0 likes
#scaling

On 'scaling up' and being the right size

Lobsters Hottest ↗ · 2026-08-29 Cached

The author critiques the uncritical desire to scale up projects, using J.B.S. Haldane's biological essay to argue that size changes require adaptation and prevent staying the same.

0 favorites 0 likes
#scaling

Scaling Automatic Research Agents via World Models

Hugging Face Daily Papers ↗ · 2026-08-29 Cached

This paper introduces World Model RL to scale automatic research agents by replacing environment execution with a learned world model, thereby accelerating post-training by 3-4x and enabling smaller agents to outperform larger ones on benchmarks.

0 favorites 0 likes
#scaling

@LangChain: In 13 minutes, @jeffbarg, Vyshu Khota, and Soroush Khadem walk through how Clay scaled agent evals agents at 300M+ runs…

X AI KOLs Timeline ↗ · 2026-08-28 Cached

Clay scaled agent evaluations to over 300 million runs per month, covering their four-quadrant eval framework and the challenges of closing the production-to-eval loop.

0 favorites 0 likes
#scaling

We started with 3 agents. Now I am realizing we accidentally built a tiny distributed system.

Reddit r/AI_Agents ↗ · 2026-08-28

The author reflects on the challenges of managing multiple AI agents as they scale, comparing it to infrastructure issues in microservices and mentioning tools like Lyzr for central management.

0 favorites 0 likes
#scaling

Recipes for Steering and Scaling LLMs via Sampling

arXiv cs.CL ↗ · 2026-08-28 Cached

The paper presents a theoretical framework for steering and scaling large language models via sampling algorithms, such as Sequential Monte Carlo and Replica Exchange, to improve generation quality without external supervision.

0 favorites 0 likes
#scaling

@dr_joel01: “Yes, absolutely — using 500 MacBooks as a server farm is a great idea for your start up.”

X AI KOLs Timeline ↗ · 2026-08-24 Cached

Namespace Labs is unboxing MacBooks at scale to use as server racks, suggesting the idea of using MacBooks as a server farm for startups.

0 favorites 0 likes
#scaling

Scaling Muon for Diffusion Transformers

arXiv cs.LG ↗ · 2026-08-24 Cached

This paper scales the Muon optimizer for Diffusion Transformers from 1.3B to 15B parameters, introducing Periodic Row-wise Muon to reduce computational overhead while preserving generative quality improvements over AdamW.

0 favorites 0 likes
#scaling

Apodex 1.1: Scaling Agentic Intelligence for Complex Work

Hugging Face Daily Papers ↗ · 2026-08-24 Cached

Apodex 1.1 improves sustained, verifiable progress on complex real-world tasks by scaling executable environments and training agents for long-horizon coordination, achieving leading performance with a smaller 35B-parameter model.

0 favorites 0 likes
#scaling

@percyliang: Look at our data composition: https://storage.googleapis.com/marin-public/held/harrier-k40-cluster-overview/2026.08.18/…

X AI KOLs Timeline ↗ · 2026-08-21 Cached

Percy Liang shares an overview of the data composition for the Harrier K40 training run, detailing domain clusters and quality buckets as part of the Marin team's joint effort.

0 favorites 0 likes
#scaling

@percyliang: Marin 535B-A23B started training this week! As usual, the whole process is open. Voyage plan: pretraining (80%) + midtr…

X AI KOLs Following ↗ · 2026-08-21 Cached

Training of the Marin 535B-A23B AI model has begun with an open process, involving pretraining and midtraining on 18.75T tokens using GB200 NVL72 hardware over about 3 months.

0 favorites 0 likes
#scaling

What would happen if we gave a single ai problem the compute currently used for millions of prompts?

Reddit r/singularity ↗ · 2026-08-19

The article speculates on the potential impact of concentrating the global compute used for millions of AI prompts onto a single scientific problem, such as curing cancer, and questions whether this could lead to deeper scientific intelligence.

0 favorites 0 likes
#scaling

IBM’s new modular architecture for cryogenic systems

Reddit r/singularity ↗ · 2026-08-19 Cached

IBM announced a new modular cryogenic architecture to connect quantum processors, enabling scalability and future fault-tolerant quantum systems as part of their quantum roadmap.

0 favorites 0 likes
#scaling

@seclink: 强 ... https://dyna.co/research/dyna-2-infrastructure… https://dyna.co/dyna-2

X AI KOLs Timeline ↗ · 2026-08-19 Cached

The article details the infrastructure and challenges in training the Dyna-2 AI model at a million-hour scale, focusing on data lifecycle and GPU cluster optimizations.

0 favorites 0 likes
#scaling

@freeCodeCamp: AI agents can turn a single user request into many LLM calls, making inference a performance bottleneck. In this tutori…

X AI KOLs Timeline ↗ · 2026-08-19 Cached

A tutorial on using vLLM to efficiently serve LLM inference for AI agents, covering concepts like continuous batching and PagedAttention to address performance bottlenecks.

0 favorites 0 likes
#scaling

From BERT to Frontier Agents: Eight Years of Language-Model Progress, the Collapse of the Capability-Cost Curve, and the Rise of Task-Targeted Models

arXiv cs.LG ↗ · 2026-08-17 Cached

This paper reviews eight years of language model evolution from BERT to advanced agentic systems, documenting the collapse of the capability-cost curve and the emergence of task-targeted models through empirical benchmarks and reproducible experiments.

0 favorites 0 likes
#scaling

Microsoft's Full-bandwidth Transformers (26 minute read)

TLDR AI ↗ · 2026-08-17 Cached

The paper introduces full-bandwidth transformers, which use latent feedback to enhance autoregressive models by allowing non-verbalized computation to re-enter the stack, improving performance with negligible decoding overhead.

0 favorites 0 likes
#scaling

@BetaTomorrow: #DeepManifoldInterpretation Paper: On the Entropy Calibration of Language Models Author: Steven Cao, Gregory Valiant, a…

X AI KOLs Following ↗ · 2026-08-15 Cached

The paper 'On the Entropy Calibration of Language Models' interprets rising entropy as increasing diffusion of accessible pathways in autoregressive generation, proposing that scaling has limited benefits due to heavy-tailed data and suggesting a pathway-aware decoding alternative.

0 favorites 0 likes
#scaling

Scaling Automatic Research Agents via World Models

arXiv cs.LG ↗ · 2026-08-14 Cached

This paper identifies a scalability bottleneck in RL-trained automatic research agents—environment execution dominates training cost—and proposes World Model RL (WMRL) with online debiasing and inverse-variance denoising to replace real execution, achieving 3–4x training speedups and better generalization.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback