LIVE PULSE
5.0 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.7 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.5 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.2 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 VoiceCodeBench arXiv paper proposes benchmark for exact structured-token recovery in speech recognition1 src1.4 Arabic-Russian Parallel Corpus and LLM Benchmark for Scientific Text1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src5.0 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.7 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.5 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.2 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 VoiceCodeBench arXiv paper proposes benchmark for exact structured-token recovery in speech recognition1 src1.4 Arabic-Russian Parallel Corpus and LLM Benchmark for Scientific Text1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src
HEATPULSEAI MAGAZINES
FLIP · FOLLOW · SAVE

#small-models

5 curated events
papersSEP 10 04:00 UTC

FrogNano: a 4B coding agent trained with RL on synthesized software engineering tasks

A new arXiv paper describes FrogNano, a 4-billion-parameter agent built to handle software engineering work even on limited hardware. The model is post-trained solely with reinforcement learning across roughly 1,500 SWE environments generated through online task synthesis rather than relying on fixed training data.

papersSEP 10 04:00 UTC

Zone of Proximal Policy Optimization: teacher guidance via prompts, not gradients

A new arXiv paper argues that knowledge distillation breaks down when the student model is much smaller than its teacher, because imitating the teacher's logits locks the student into its sharpest output modes and harms generalization. The authors propose letting the large teacher guide the small student through prompts during reinforcement-learning fine-tuning instead of through gradient-based distillation. The work appears in the computational linguistics category on arXiv.

papersSEP 10 04:00 UTC

Paper Personalizes Small Language Models with Individual Text Corpora via RAG and DoRA Fine-Tuning

A new arXiv paper takes a cognitive-simulation approach to episodic and semantic memory by feeding text from a web-crawled individual text corpus into small language models. The authors compare retrieval-augmented generation against DoRA fine-tuning for encoding personal knowledge, evaluating performance on multiple-choice question answering.

papersSEP 10 04:00 UTC

Study tests geometry conditioning controls in 0.8B embodied language model

A new arXiv paper examines how physical-state inputs shape a 0.8B hybrid language model adapted for robotic manipulation with only 6.2M trainable parameters. The researchers train six conditions on three LIBERO-Spatial tasks and assess robustness across three seeds and 540 held-out rollouts. The results provide training controls and diagnostic measures for geometry conditioning in small embodied models.

papersSEP 10 04:00 UTC

RiLM paper proposes geodesic decoding to cut output-layer cost in sub-million-parameter language models

A new arXiv paper introduces RiLM, a method for training language models with under one million parameters, targeting use cases such as edge deployment, domain adaptation, and reproducible research. The authors note that a small two-layer LSTM or Transformer with 128-dimensional embeddings loses about a third of its capacity to the output matrix, and RiLM addresses this overhead through a geodesic decoding approach. The work appeared as a new submission in cs.CL with a cross-listing in cs.AI.