LIVE PULSE
4.0 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.2 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.0 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src1.8 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.4 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.1 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.1 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.1 Study examines issue bias in LLMs used as writing assistants before Swedish 2026 election1 src1.1 Study Audits Misalignment in Multi-Modal World Models1 src1.1 Retrieval-Grounded Reasoning Approach Proposed for Universal Multimodal Embeddings1 src4.0 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.2 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.0 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src1.8 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.4 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.1 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.1 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.1 Study examines issue bias in LLMs used as writing assistants before Swedish 2026 election1 src1.1 Study Audits Misalignment in Multi-Modal World Models1 src1.1 Retrieval-Grounded Reasoning Approach Proposed for Universal Multimodal Embeddings1 src
HEATPULSEAI MAGAZINES
FLIP · FOLLOW · SAVE

small-language-models

topic8 events
papersTODAY 04:00 UTC

OrchSLM Paper Studies Orchestration of Small Language Models for Agentic Pipelines

A new arXiv preprint examines how multiple small language models can be coordinated to power agentic workflows. The authors frame cloud-dependent large models as problematic for latency, privacy, connectivity and cost, and position orchestration of smaller models as an alternative. The work appears to focus on the dynamics and design trade-offs of such multi-model setups.

papersTODAY 04:00 UTC

arXiv paper studies stability monitoring for continual personalization of small language models

A revised arXiv preprint examines how small language models deployed on edge devices can be personalized over time without losing prior knowledge. The work focuses on monitoring stability during sequential adaptation, a known risk when models are updated repeatedly. It is a research contribution rather than a product or model release.

papersTODAY 04:00 UTC

Study Scales JugnuLM Language Models From 53M to 110M Parameters

A new arXiv paper examines how a fixed sub-150M pretraining recipe behaves when model size grows from 53.5M to 109.7M parameters. Both models use a Qwen3-style decoder with grouped-query attention, RoPE, SwiGLU, RMSNorm, QK-Norm and a z-loss, trained on FineWeb-Edu data, so only scale and depth differ. The work compares the 53M and 110M variants to isolate the effects of added capacity in this small-model regime.

papersSEP 10 04:00 UTC

Looped GPT-BERT Shows Small Language Models Can Trade Parameters for Computation

Researchers examined looped variants of GPT-BERT for the BabyLM 2026 shared task, in which a compact set of layers is executed repeatedly rather than stacking many distinct ones. Their findings suggest that reapplying a small parameter budget can match the performance of larger models when training data is scarce. The work positions recurrence as a compute-for-parameters trade-off for building efficient low-resource language models.

papersSEP 10 04:00 UTC

Research: Readable schemas improve small language model function calling for in-vehicle assistants

A new arXiv paper examines how schema design affects the ability of small language models to turn a driver's natural-language requests into accurate vehicle function calls. Because these assistants must run on-device, the authors weigh strict memory and latency limits and argue that readable schemas outperform fixed-key formats for this task.

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

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.