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

推荐订阅源

腾讯CDC
N
Netflix TechBlog - Medium
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
F
Fortinet All Blogs
大猫的无限游戏
大猫的无限游戏
I
InfoQ
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
有赞技术团队
有赞技术团队
G
Google Developers Blog
L
LangChain Blog
博客园_首页
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
月光博客
月光博客
IT之家
IT之家
量子位
宝玉的分享
宝玉的分享
S
SegmentFault 最新的问题
Stack Overflow Blog
Stack Overflow Blog
V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
雷峰网
雷峰网

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
Best of AI is now open source! — The AI Journal | Best of AI
dariubs · 2026-06-25 · via Hacker News - Newest: "AI"

We started Best of AI about a year ago as a curated list of AI tools worth using. Today the whole thing is open source on GitHub — data, site, scripts, CI. Community-driven from here on out.

Flat files, no database

Every tool is a Markdown file in content/tools/. Categories live in data/categories.yaml. The leaderboard ranks tools from data/leaderboard.yaml. No Postgres, no headless CMS, no vendor lock-in. Clone the repo, git grep for what you need, send a PR when something’s wrong. That’s the whole model.

The site is a Hugo static build. HTML, CSS, a bit of vanilla JS. Push to main, a GitHub Action runs hugo --minify, and the result lands on GitHub Pages. No server to babysit.

GitHub Actions do the boring stuff

Three workflows worth knowing about:

  • Deploy — builds and publishes on every push to main
  • Issue → PR — open a tool submission issue with the right template and issue-review.py validates it, opens a branch, and files a PR
  • Update README — regenerates README.md from the tool files whenever the data changes

Submit a tool via issue or PR. Fix a description by editing one Markdown file. Argue about leaderboard rankings in data/leaderboard.yaml. All reviewable, all in git history.

Leaderboard, professions, and the rest

The leaderboard is a ranked shortlist — tools we think are genuinely good, not just popular. Rankings are data, not vibes: edit the YAML, open a PR, make your case.

Profession pages group tools by role — developers, designers, marketers, writers, and 200+ more. Each profession file lists category slugs; Hugo pulls matching tools automatically. Add a profession the same way you’d add a tool: Markdown file, PR, done.

Search is client-side. The header modal fetches /index.json — a JSON index built at compile time. Fork the data, build your own UI, plug it into whatever you want. No API key.

Come hack on it

If you like directories that live in git, static sites that deploy themselves, and directories you can actually send a patch to — this is for you.

  • Contribute — how to submit tools, fix listings, improve rankings
  • GitHub repo — clone it, break it, fix it, PR it

The directory is free to browse. The code and data are yours to fork. We’d rather have a hundred people improving the list than one person gatekeeping it.