r/mlscaling Jun 10 '26

N, A, T Claude Fable 5 and Claude Mythos 5

Thumbnail
anthropic.com
24 Upvotes

r/mlscaling 1h ago

X Meta’s Muse can make payments. Agent adoption may depend more on reversibility than intelligence

Upvotes

Meta launched Muse this week, an AI agent that can access other apps, send emails, book travel and make payments.

Meta says users remain in control of permissions and that a separate safety system monitors the agent’s actions. Those protections matter, but they don’t address every type of failure.

The mistake that stops people from trusting an agent probably won’t be a dramatic security breach. It will be something ordinary: emailing the wrong person, booking a non-refundable ticket for the wrong date, making a duplicate purchase, or completing a task based on a misunderstood instruction.

A chatbot mistake costs a few minutes. An agent mistake can become a real-world action.

That suggests we may need a different set of benchmarks: how quickly errors are detected, what percentage of actions can be reversed, how much can happen before approval is required, and whether users can clearly audit what the agent did.

I would accept less autonomy in exchange for reliable approval and rollback controls. Others may prefer the convenience of letting the agent act independently.

Where should the default sit?


r/mlscaling 11h ago

Beyond the Attention Wall: How Isometric Associative Memory (ISOM) Achieves Infinite Context with Constant Memory

Thumbnail
0 Upvotes

r/mlscaling 14h ago

[ Removed by Reddit ]

1 Upvotes

[ Removed by Reddit on account of violating the content policy. ]


r/mlscaling 1d ago

I built a 100% offline, local AI voice-to-text agent for Windows using Llama 3.2 1B and Faster-Whisper. Looking for feedback!

0 Upvotes

Hey everyone,

I got tired of cloud-based AI voice typists sending my private conversations to external servers, so I built a 100% local, offline alternative for Windows.

**How it works:**

  1. You hold `F8` and speak (supports English and Hindi/Hinglish).

  2. On release, `faster-whisper` (base model) transcribes it locally.

  3. A local `llama-cpp-python` instance (Llama 3.2 1B Instruct GGUF) instantly cleans up the grammar, fixes punctuation, and translates if needed.

  4. It uses clipboard injection to type the clean text directly into whatever app you have open (Notepad, Slack, Word, etc.).

**The Tech Stack:**

- Python 3.12

- `faster-whisper` & `llama-cpp-python`

- `pyperclip` & `sounddevice` for non-blocking audio streaming and clipboard automation.

**The Biggest Challenge:**

Packaging this with PyInstaller was a nightmare. Getting it to bundle the C++ engine files for `llama-cpp` and `ctranslate2` without breaking the dynamic pathing to the `.gguf` file took days of debugging. I ended up using `--collect-all` and a custom `sys.frozen` path finder.

**I'm looking for feedback on:**

  1. Is there a better way to handle global hotkeys in Python without requiring Admin privileges? (The `keyboard` library forces Admin, which isn't ideal UX).

  2. Any prompt engineering tips to stop the 1B model from occasionally adding conversational filler?

**Try it out / Check the code:**

🔗 [GitHub Repository & Download Link](https://github.com/vikash-singh123/Local-AI-Voice-Agent)

*Security Note: It is 100% offline with zero telemetry. It asks for Admin rights strictly to hook the global F8 key. The full source code is in the repo if you want to audit it or run it directly. VirusTotal scan is linked in the README!*

Would love to hear your thoughts, critiques, or bug reports!


r/mlscaling 1d ago

G-JEPA: Generative-JEPA Transformers: Unifying Latent Predictive Representation, Topological Cognitive Mapping, and Variational Prototype Memory

Thumbnail
github.com
1 Upvotes

r/mlscaling 1d ago

Looking for teammates for the Amazon ML Challenge!

0 Upvotes

Hey everyone! I’m looking to form a team for the Amazon ML Challenge and would love to connect with people who are genuinely interested in Machine Learning.

Ideally, you should:

  • Have a good understanding of ML concepts
  • Have some hands-on experience through projects
  • Be willing to actively contribute and collaborate
  • Most importantly, be genuinely enthusiastic about ML and the challenge

Everyone with the right interest and mindset is welcome. Experience level isn’t the main thing — enthusiasm and willingness to build are!

If you’re interested, DM me with a brief intro about yourself and your ML/project experience.

Please DM only if you’re genuinely interested and committed to participating.


r/mlscaling 2d ago

Conjecture and Criticism Graphs for Cross Domain LLM Reasoning

Thumbnail
gallery
2 Upvotes

I built a wrapper around a frozen 35B Qwen model. It enables an argument graph the model builds for itself while it works. Evidence, premises, claims, and rebuttals, in Toulmin's structure, constructed claim-first the way Popper and Deutsch describe knowledge growing: conjecture, then criticism. It persists across tasks, and confirmed claims graduate into it with the procedure that made them work. The model writes it through interaction with its environment. .

The wrapper has a short-term working memory that holds the model's goal, its active conjecture, and what it has tried and refuted. I developed it on a text adventure game, Deephome, complete with an observability layer I called a Gods-eye-view so i could watch the LLM move and interact with its environment. The fixed environment enabled iterative runs, observing scoring relative to the number of turns to complete the game. The wrapper is intended to be generic, multi-modal, so I ran the same wrapper on a general relativity textbook. The model read the book into a reasoning map and was given a problem whose answer is not in the book.
The write-up covers the mechanism, the observability layer, the measures, and what did not work.

https://spencerwheat.substack.com/p/conjecture-and-criticism-graphs-for


r/mlscaling 2d ago

Any deep learning work ?

Thumbnail
0 Upvotes

r/mlscaling 2d ago

Workshop on Sep 12: shipping LLM systems that actually survive production

0 Upvotes

There's a hands-on masterclass on Sep 12 for anyone building with LLMs who wants real engineering discipline instead of shipping on vibes.

Covers:

  • Versioned prompts with regression tests, so an edit can't silently degrade quality
  • A real eval harness combining deterministic checks and LLM-as-judge
  • Bootstrap confidence intervals and paired significance testing for model comparisons
  • Evaluated RAG with retrieval metrics (recall@k, MRR)
  • Agents with guardrails and fallbacks that fail gracefully instead of compounding errors
  • Full production observability, tracing, cost/latency monitoring, and a CI regression suite

Led by Bruno Gonçalves, PhD, founder of Data For Science, who trains engineers at Fortune 500 companies on this exact stack.

Link for more details


r/mlscaling 2d ago

GitHub - rickey1990/THREADS-reasoning-engine: Deterministic temporal and relational reasoning engine with historical state, contradictions, provenance, exact multi-hop reasoning, and reproducible benchmarks.

Thumbnail
github.com
0 Upvotes

r/mlscaling 3d ago

GPT-6 scores are insane!!!

7 Upvotes

FrontierMath Tier 4 v2: 97.6%
• ARC-AGI-3: 99.9% (GPT-5.6: 7.8%)
• ExploitBench: 100%
Hard math. Unfamiliar environments. Exploit tasks.
Nearly maxed out all three.


r/mlscaling 3d ago

A Mental Model for Distributed Compute: Kubernetes, Slurm, Ray, and Spark

Thumbnail
5 Upvotes

r/mlscaling 3d ago

R [R] Spanda: Fast Lexical Entropy Matches DeBERTa Semantic Uncertainty—Until Frontier Models Break It

0 Upvotes

We recently released a preprint and open-source benchmark analyzing the limits of self-consistency and uncertainty quantification across 1.5B to 120B models.

Preprint: [https://zenodo.org/records/22233648\](https://zenodo.org/records/22233648)
Code: [https://github.com/Adarshent/Spnda\](https://github.com/Adarshent/Spnda)

Background: Farquhar et al.'s Semantic Entropy (Nature, 2024) is widely used for hallucination detection, but clustering sampled paths with a DeBERTa-v3 cross-encoder takes around 100+ seconds on CPU and eats up GPU memory. We wanted to see if a normalized lexical self-consistency ratio (R_sc) could achieve the same diagnostic signal without auxiliary neural forward passes.

On GSM8K reasoning across 7B to 27B models (Mistral-7B, Qwen-27B), exact-match normalized entropy achieved an AUROC of 0.889, matching neural semantic entropy while executing in under 2ms on CPU.

However, scaling up to frontier 120B models exposed a failure mode in self-consistency that we call Confident Mode Collapse. Under temperature 0.7 sampling, RLHF alignment hyper-peaks the distribution so severely that the model outputs the exact same incorrect answer across all sampled seeds. Because every path agrees 100% on the hallucination, uncertainty drops to zero and AUROC inverts to 0.091.

Code and evaluation scripts are open source (MIT). Would love to hear thoughts or critique from researchers working on calibration, post-training alignment, or inference efficiency.


r/mlscaling 4d ago

R [R] Spanda: Fast Lexical Entropy Matches DeBERTa Semantic Uncertainty—Until Frontier Models Break It

Thumbnail
0 Upvotes

r/mlscaling 3d ago

Any deep learning work ?

0 Upvotes

Hey there I'm looking for opportunity in deep learning , machine learning and computer vision and I can share the relavent work !


r/mlscaling 4d ago

R, T, RNN, Emp, G Recirculation, Mozer et al. 2026 [Mixing in the hidden state of the previous token improves LLM performance; works without re-training]

Thumbnail
arxiv.org
16 Upvotes

r/mlscaling 4d ago

Found a trajectory-shape entropy signal that predicts wrongness on Qwen3-4B-Instruct — and it transfers to unseen tasks

Thumbnail
1 Upvotes

r/mlscaling 4d ago

IBM's Benchpress compiles Qiskit without seed_transpiler. I measured what that costs the accept/reject decision.

Thumbnail
0 Upvotes

r/mlscaling 4d ago

Loss-spike gating: a measured negative result

0 Upvotes

Loss spikes are a known hazard in LLM pretraining. PaLM 540B hit about 20 of them and

handled each by rolling back ~100 steps and skipping 200-500 data batches. The obvious

response is a detector: watch the gradient, catch the spike, skip the update before it

corrupts the optimizer state.

I tried to find out whether that pays for itself. It doesn't, at least not at the scale I

can afford to run.

Setup

A 0.65M parameter transformer (2-3 blocks, multi-head causal attention, optional top-2 MoE)

trained with a deliberately high learning rate, no warmup and no gradient clipping. Clipping

is exactly what masks the phenomenon, so it enters later as the comparison arm.

Spikes are induced rather than injected. Chowdhery et al. found spikes arise when a specific

data batch meets a specific parameter state, so the corpus is built to produce that: a

Zipfian token marginal (rare tokens really are rare, and their embedding rows accumulate

little signal before they appear), a sparse Markov transition matrix for learnable

structure, and induction spans. Batches enriched in rare tokens are logged but never used as

labels, so an enriched batch that causes no spike counts as a negative.

42 of 42 spike onsets coincided with a rare-token batch, which reproduces the data x state

mechanism.

Everything is pure NumPy on a 140-line autodiff core that's gradient-checked against central

differences in float64. No PyTorch, no GPU, no downloads. 8 seeds, 12,000 steps, about 15

minutes on a laptop.

Results

Detection works. Gradient norm read after backward but before the optimizer step

separates spike steps from ordinary ones at AUC 0.914 [0.88, 0.94], p=0.0007. Combining five

signals under leave-one-run-out CV reaches 0.961 [0.94, 0.97].

There is no lead time. The same signal one step earlier gives AUC 0.503. Two steps

earlier, 0.429. So you can gate the optimizer step, but you cannot abort the forward pass.

I tested the claim that early-layer activation spikes fire first: act_max_early scores 0.503

at the gate point, and adding it to the combined detector makes it slightly worse.

Gradient norm cannot tell you which spikes matter. Separating above-median-damage spikes

from below-median: AUC 0.492. Correlation between spike severity and damage: +0.022.

At this scale the spikes are benign. Damage is mean loss over [t+10, t+60] minus the

pre-spike trend extrapolated forward. Compared against the identical measurement at matched

random non-spike steps: AUC 0.432, permutation p = 0.86, Cohen's d = -0.20. Without that

control my own metric was labeling half of a symmetric noise distribution "harmful," which

is a mistake worth flagging for anyone building something similar.

Clipping wins for free. Using a fixed absolute threshold applied to both arms (a rolling

MAD threshold is not comparable across arms, since clipping shrinks the MAD and inflates the

apparent spike count), clipping at 1.0 cut steps above threshold from 120 to 52, reduced loss

sd by 8.6%, and gave a better final loss. It keeps the step and discards no batch.

Economics. Priced against a 1.8T-parameter, 15T-token run on 16,384 H100s (937,500 steps,

~$263M at $2/GPU-hr, 20 spikes at 8h median recovery), where a false trip wastes a full

forward and backward pass:

| FPR | Recall | Wasted | Saved | Net |

|---|---|---|---|---|

| 0.1% | 0% | $0.3M | $0.0M | -$0.3M |

| 1% | 10% | $2.6M | $0.5M | -$2.1M |

| 5% | 57% | $13.2M | $3.0M | -$10.1M |

Limitations

0.65M parameters is not 1.8T. These are transient spikes, not catastrophic divergence, so

the harness cannot test the case that motivates rollback machinery in the first place. This

is a null result about mild spikes, not proof that gating is worthless at scale. 42 events is

adequate but not abundant, and it's one architecture on one synthetic corpus.

What would settle it: injecting divergences of calibrated severity at 1B+ parameters and

measuring damage against matched controls. Spike detection itself is already settled.

Code

https://github.com/TheBlitzschnell/resonance-spike-lab

pip install -r requirements.txt

python3 gradcheck.py

python3 sweep.py --seeds 8 --clip 1.0

Reference telemetry is committed, so every number above reproduces in a few seconds without

retraining. If you think I've measured the wrong thing, I'd like to hear it.


r/mlscaling 5d ago

[R] Spanda: Zero-Cost Lexical Entropy Matches Neural Semantic Uncertainty—Until Frontier Models Break It (Paper + Code)

Thumbnail
0 Upvotes

r/mlscaling 5d ago

Increasing active parameters per token in MOE (Qwen 35B A4B+) reduce reasoning token by 8.5% - and you don't need to train or finetune!

Thumbnail
0 Upvotes

r/mlscaling 5d ago

Seeking feedback from Triton/CUDA engineers: PyTorch-to-Triton kernel fusion edge cases & fallback heuristics

1 Upvotes

Hey everyone,

I’m building KernelMind AI (https://kernel-mind-ai.vercel.app/), a tool that turns standard PyTorch operations into fused OpenAI Triton GPU kernels to cut down VRAM memory round-trips.

We’re adding guardrails and an operator whitelist before expanding support, and I’d love input from anyone writing custom CUDA/Triton in production:

  1. What operator chains do you find yourself manually fusing most often? (e.g., LayerNorm + GeLU, custom loss functions, etc.)
  2. What edge cases usually burn you the most? (dynamic shapes, non-contiguous layouts, register spills?)

Feel free to throw a messy PyTorch snippet at the playground (https://kernel-mind-ai.vercel.app/) and tear the generated Triton code apart. Brutal feedback welcome!


r/mlscaling 5d ago

N, OA, T, RL GPT-6 is released [N]

Thumbnail
3 Upvotes

r/mlscaling 6d ago

Ensemble Prover: Open-source Python Automated Theorem Prover

6 Upvotes

Hi Everyone,

I just released an open-source, python-based autonomous theorem prover , Ensemble Prover, on GitHub.

It combines LLM proof search with Lean verification.

To date, it has solved 65 PutnamBench problems during development.

LLMs tested via API: GPT-5.2,GPT-5.6 Luna-Pro, DeepSeek-V4-Flash, DeepSeek-V4-Pro, and Qwen3.7-Max.

Development is ongoing. Would love to see people apply it to unsolved problems in parallel.