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

推荐订阅源

Martin Fowler
Martin Fowler
Blog — PlanetScale
Blog — PlanetScale
Vercel News
Vercel News
L
LangChain Blog
Google DeepMind News
Google DeepMind News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
F
Fortinet All Blogs
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
A
About on SuperTechFans
博客园_首页
N
Netflix TechBlog - Medium
Y
Y Combinator Blog
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
美团技术团队
V
V2EX

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
ppf-contact-solver/articles/llm_transparency.md at main ·...
hmokiguess · 2026-05-26 · via Hacker News - Newest: "LLM"

🤖 LLM Transparency

This page describes how LLMs were (and continue to be) used on this project, so that readers can weigh the codebase, the documentation, and the accompanying paper with the right context in mind.

We highly respect that readers expect human-written content. The majority of texts in this repository are human-typed; LLMs are used as authoring and coding aids under iterative human direction, not as fully autonomous authors.

Codebase

A large portion of this codebase was written with GitHub Copilot in the early stages. Nearly all subsequent coding has been carried out through vibe coding with Claude Code and Codex since they became available. All has been human-reviewed by the author before being made public.

The author does understand the algorithmic and theoretical backgrounds behind the solver and is responsible for the design decisions that shape the codebase, even where the keystrokes were produced by a coding agent.

That said, UI logic and elementary math (vector arithmetic, index bookkeeping, glue code) are not reviewed with the same depth. LLMs are reliable enough here that the author's careful review is concentrated where it matters: the solver's algorithms and the design decisions behind them.

README

Up through March 2026, this README was mostly hand-typed in the author's voice and then proofread by an LLM with minimal changes. Minor parts (e.g., tables) were greatly assisted by an LLM.

Since April 2026, the README and other articles in this repository are written directly by an LLM under the author's instructions, without a prior hand-typed draft. The author still carefully reviews every passage to ensure the wording stays faithful to the author's voice and intent. Corrections are applied wherever the LLM drifts from how the author would have phrased it. The shift is in how the text is typed, not in who is responsible for what it says.

An LLM is also used to proofread and polish the wording, though this iterative process has occasionally introduced minor expansions or contractions; all such changes are carefully human-checked and corrected where necessary.

Python Docstrings and Example Notebooks

Python docstrings are auto-generated by an LLM. Comments in the example Jupyter notebooks are also auto-generated with an LLM.

Both are intended as convenience layers on top of code that the author has written and reviewed; the source of truth remains the code itself.

Paper Draft

The paper draft is written directly in English, not in Japanese and then translated. Writing directly in English avoids polluting the text with hallucinated nuances that translation can introduce. The author has verified not only the surface-level meaning but also the delicate nuances throughout.