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 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.

14 SEP 2026 · Paper

This paper proposes a way to improve online reinforcement learning by adapting the training prompts used with large language models to make them more informative, and shows that this approach can lead to better performance on a variety of tasks. Practitioners might care because it could help them get better results from their language models.

14 SEP 2026 · Paper

This paper investigates how large language model (LLM) agents adapt their performance during long tasks, and how their test-time strategies impact their scalability. Practitioners might care because understanding these strategies can help improve the performance of LLM agents in real-world applications.