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

推荐订阅源

aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
腾讯CDC
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
小众软件
小众软件
美团技术团队
Martin Fowler
Martin Fowler
爱范儿
爱范儿
有赞技术团队
有赞技术团队
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Microsoft Security Blog
Microsoft Security Blog
宝玉的分享
宝玉的分享
J
Java Code Geeks
B
Blog
V
V2EX
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
博客园 - Franky

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
LibLS
lionkor · 2026-06-24 · via Hacker News - Newest: "AI"

AI use

This page details to which extent (if at all) AI is being used in the creation and maintenance of the software. It applies to all files and content in this project’s Git repositories, all releases on GitHub and elsewhere, all content on this website, all public-facing communication, and all notes and documentation, past and present.

This page is updated whenever this changes. The last updated date can be found at the bottom of the page.

In short:

Any AI/LLM tools used in the project were limited to standard productivity and engineering functions (e.g., formatting, testing, applying repetetive code changes) and did not generate original content. All intellectual property belongs to the authors listed in the LICENSE and/or authors whose names are present in Git commits.

Never

AI is NEVER used to:

  • Create, or originate any core concepts, ideas, conclusions, designs, decisions
  • Create, or edit code without active and thorough human oversight and review
  • Create intellectual property
  • Contribute to creative direction
  • Assert the quality or correctness of code or enact final technical judgement
  • Generate entire libraries
  • Write this document
  • Come up with ideas for library features
  • Create git tags or decide when to create them
  • Publish releases or decide what constitutes a release
  • Act on behalf of the author(s) online
  • Author or edit issues
  • Create any GPG or SSH signed tags, commits, or other signed or verified artifacts
  • Run unattended to complete a task (vibe coding)

Sometimes

AI is SOMETIMES (but not often) used to:

  • Review code and make suggestions (but not implement them)
  • Review design decisions
  • Generate helper macros (does not include _IMPL, _DECL, etc. macros of macro-code-generated libraries)
  • Author unit-tests
  • Write or edit documentation
  • Apply refactoring which is too complex for search & replace
  • Act as a rubber ducky for debugging and designing
  • Write CSS for this website

Often

AI is OFTEN used to:

  • Author and edit files as part of the build system for tests
  • Author and edit scripts used as part of CI/CD and continuous testing, e.g. those used to determine code coverage and other metrics
  • Ensure consistent documentation style
  • Generate example programs for testing code during development (these files are not usually committed)
  • Reformat existing documentation to other styles, e.g. converting header file doc comments to README files

Notes and disclaimers

If you wish to use this AI use document format on your website, please feel free to do so. You can credit by linking back to this page but you don’t have to. You may consider this AI use page as CC0 licensed.

AIs/LLMs used are:

  • OpenAI’s ChatGPT (various models)
  • GitHub’s Copilot (various GPT and Claude models)
  • Local models

AI training is turned off where possible.

We try to mark fully/mostly AI generated files, such as scripts, explicitly. We don’t always remember to do this, and we do not require it of ourselves. We also keep no list of AI generated files or similar. If you want to be perfectly sure that you use/run no AI generated code, use only the libraries themselves and none of the auxiliary scripts and other files.

If we missed something, please contact us.