Firehose

Filtered to tagged “large language models” · clear filters

All PeopleCompaniesPapersPodcastsHacker News

Browse by tag

16 SEP 2026 · Swyx

TypeSafe's Jev, a "System One Model" trained with RLCD, claims to be 20-200x faster and 40-400x cheaper than small frontier LLMs, offering parallel sampling, "no hallucination", and calibration, and is suited for structured classifiers/judges/routing policies in production systems. AI summary

16 SEP 2026 · Paper

This paper investigates how the way large language models generate multiple candidate responses affects their performance and energy consumption. Practitioners might care because optimizing test-time scaling can lead to significant improvements in model accuracy and efficiency.

16 SEP 2026 · Paper

This paper proposes a new method for aligning large language models with human preferences, called Comparison-based Preference Optimization (ComPO), which is more efficient than existing methods and can mitigate a problem called likelihood displacement. Practitioners might care about this paper because it offers a new approach to aligning LLMs with human preferences, which is essential for developing more reliable and trustworthy AI models.

14 SEP 2026 · Hacker News · 139 pts · 32 comments ↗

This repository provides PyTorch implementations of modern open-source LLM architectures, including Llama, Qwen, DeepSeek, Gemma, GPT-OSS, Kimi, and others, written from scratch for readability and learning. The implementations prioritize clarity and learning over performance, with each model implemented in a single readable file. AI summary

14 SEP 2026 · Paper

This paper introduces HypoEvolve, a framework that uses genetic algorithms to enable multi-agent LLMs to discover scientific hypotheses by collaborating on hypothesis synthesis, evaluation, and revision. Practitioners might care about this because it could lead to more effective AI systems for scientific discovery and drug repurposing.