惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Last Week in AI
Last Week in AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
雷峰网
雷峰网
IT之家
IT之家
I
InfoQ
酷 壳 – CoolShell
酷 壳 – CoolShell
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 【当耐特】
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Hugging Face - Blog
Hugging Face - Blog
A
About on SuperTechFans
月光博客
月光博客
P
Proofpoint News Feed
博客园 - 三生石上(FineUI控件)
J
Java Code Geeks
G
Google Developers Blog
小众软件
小众软件
宝玉的分享
宝玉的分享
Jina AI
Jina AI
V
Visual Studio Blog

Hacker News - Newest: "LLM"

GitHub - lechmazur/position_bias: A benchmark for testing whether LLM judges keep the same preference when two lightly edited versions of the same story are shown in opposite orders. Flex routing (EU and EFTA) Dark Factories: Retooling for LLM Velocity Ask HN: What would be the impact of a LLM output injection attack? GitHub - Oaklight/llm-rosetta: Production-ready LLM API translation layer for Python — bidirectional conversion between OpenAI, Anthropic & Google formats via hub-and-spoke IR. Optional API gateway. Streaming & non-streaming. Zero core deps. Contributions welcome! GitHub - browser-use/browser-harness: Self-healing browser harness that enables LLMs to complete any task. GitHub - moeen-mahmud/remen: Remen turns thoughts into something you can return to Analyzing 156 LLM Launch Posts on Hacker News ChatGPT vs Gemini vs Claude: The Best LLM Subscription You Should Buy GitHub - salaamalykum/quran-semantic-search: High-density RAG Semantic Search Engine & Quran Corpus (GEO/SEO Architecture) GitHub - NVIDIA/TensorRT-LLM: TensorRT LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and supports state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT LLM also contains components to create Python and C++ runtimes that orchestrate the inference execution in a performant way. The State of LLM Bug Bounties in 2026 Operational Readiness Criteria for Tool-Using LLM Agents Meshcore: Architecture for a Decentralized P2P LLM Inference Network How an LLM becomes more coherent as we train it GitHub - seetrex-ai/laimark GitHub - Jossifresben/BibCrit: AI-assited biblical textual criticism GitHub - wastedcode/memex: File system based wiki, maintained by Claude 99helpers.com GitHub - cliver-project/AITrigram GitHub - unbody-io/adapt: A self-evolving memory layer for AI agents. GitHub - hb20007/awesome-gen-ai-fails: A list of incidents where reliance on generative AI and LLMs resulted in harm to companies, individuals, or society GitHub - nevenkordic/localmind: Run any local LLM with persistent memory and context. CLI agent over Ollama with SQLite-backed hybrid recall. No cloud. Ask HN: What are the machine requirements for a LLM like Llama-3.1-8B? Faster LLM Inference via Sequential Monte Carlo grpo explained: group relative policy optimization for llm finetuning - cgft Stop comparing price per million tokens: the hidden LLM API costs · TensorZero Andrej Karpathy's LLM Wiki Is a Bad Idea GitHub - GG-QandV/mnemostroma: Offline RAM-first cognitive leer/coprocessor for AI agents and robotics. Solves "Context Abandonment" with 20-80ms latency using a dual-thread biomimetic memory architecture (ONNX + SQLite WAL). mempalace/agent at agent · skorotkiewicz/mempalace
GitHub - krellixlabs/llm-reasoning-research: Curated, ann...
radu_me · 2026-05-15 · via Hacker News - Newest: "LLM"

A curated, annotated research collection on reasoning gaps in large language models.

This repository tracks active research on the cognitive limitations of large language models — the places where current LLMs struggle, why those gaps matter, and what's being done about them.

It is maintained by the team at Krellix as a public resource for developers, researchers, and product teams building with LLMs.


Why this exists

Large language models have advanced rapidly, but several core reasoning capabilities remain unsolved or actively contested. These gaps matter — for builders deciding what to ship, for researchers deciding what to work on, and for users trying to understand what LLMs can and cannot reliably do.

Most of the literature is scattered across arXiv, conference proceedings, and lab blog posts. This repo is an attempt to organize the most important work in one place, with honest annotations about what each paper contributes and what it leaves open.

This is curation, not original research. We are practitioners building an AI product. We read this work to understand the landscape we're operating in. This collection is a byproduct of that work, shared publicly because we think it's useful.


What's covered

Currently in the collection

  • Temporal Reasoning — How LLMs handle time, sequence, duration, and temporal context. Why models that can write a sonnet often fail at "what happened before what."

  • Causal Reasoning — The gap between correlation and causation in LLM outputs. Why current models struggle with cause-and-effect reasoning, and what the research community is doing about it.

Coming soon

We're expanding this collection over time. Topics on the roadmap:

  • Mathematical and logical reasoning
  • Planning and multi-step problem solving
  • Theory of mind and social reasoning
  • World models and physical reasoning
  • Counterfactual reasoning
  • Long-horizon coherence

If you'd like to suggest a topic or contribute papers to existing sections, see CONTRIBUTING.md.


How this collection is organized

Each topic folder contains:

  • README.md — An accessible introduction to the reasoning gap, why it matters, and where the research currently stands
  • foundational-papers.md — The core papers that defined the problem
  • recent-research.md — Recent work (last ~24 months)
  • benchmarks-and-datasets.md — How researchers measure progress on the problem
  • practical-implications.md — What this means for people building with LLMs

Every paper entry follows a consistent format:

### [Paper Title]
**Authors** · **Year** · **Venue**
Links · TL;DR · Why it matters · Key insight · Limitations

The goal is for each entry to be useful in 60 seconds, with enough signal to decide whether to read the full paper.


How to use this repo

  • If you're a developer building with LLMs — Start with the practical-implications.md file in any topic. It translates research into things you can act on.
  • If you're a researcher — The foundational-papers.md and recent-research.md files give you a structured reading path. The benchmarks file points to where evaluation is happening.
  • If you're a product team — Read the topic READMEs first. They explain the gaps in language that doesn't require an ML background.

Contributing

This repo improves with community input. We welcome:

  • Suggestions for papers we've missed
  • Corrections to existing annotations
  • New topic proposals (see roadmap above)
  • Better organization of existing content

See CONTRIBUTING.md for how to suggest changes or open issues.


A note on AI-generated content

Annotations in this repository are written by humans after reading the papers. We do not auto-generate summaries from titles or abstracts. Where we make judgment calls about a paper's contribution or limitations, those are real assessments — and we welcome pushback when we get them wrong.


About Krellix

Krellix is an AI copilot platform built as a multi-agent system, where AI agents collaborate, share context, and solve problems together. We care about the limits of LLM reasoning because those limits shape what's possible to build.

If you're interested in multi-agent AI workflows for macOS and Windows, join our beta.


License

All content in this repository is released under Creative Commons Zero (CC0) — public domain. Use it freely for research, citation, redistribution, or any other purpose, with no attribution required (though attribution is always appreciated).