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

推荐订阅源

博客园 - 叶小钗
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
雷峰网
雷峰网
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
N
Netflix TechBlog - Medium
博客园 - 聂微东
Y
Y Combinator Blog
罗磊的独立博客
博客园_首页
小众软件
小众软件
有赞技术团队
有赞技术团队
爱范儿
爱范儿
F
Fortinet All Blogs
C
Check Point Blog
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
Apple Machine Learning Research
Apple Machine Learning Research
M
MIT News - Artificial intelligence
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
aimingoo的专栏
aimingoo的专栏

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
What are LLMs and Generative AI Good At? — Jack Pritz
jack_ftw · 2026-05-09 · via Hacker News - Newest: "AI"

Large language models and Generative AI have monopolized the conversation in tech for a few years. They dominate programmer forums and pull all the investment money.

I’m neutral on this tech. It’s fine. There are tasks it is good at and tasks it is not good at. I’ve got no product to sell you here. After mulling it over for a few years I do have thoughts to share. Here’s what I think Generative AI is good at:

  1. Accessibility Layer

  2. Fuzzy in, fuzzy out

  3. Averaging Engine

Accessibility Layer

LLMs, specifically, are a terrific accessibility layer. They take natural language and transform it into something resembling understanding and intent. LLM technology has improved search engines. LLM technology can turn natural language into actions (agentic workflows). Generative AI can turn text into pictures. It’s wild. Using natural language as an interface into all of the magic that computers can do is a fun use of the technology. But all of this magic comes with a caveat…

Fuzzy in, Fuzzy out

LLMs and generative AI are not deterministic. They are probabilistic. They accept tokens in the form of natural language, context text, images, and other media and transform them into an output that is likely to be in the right direction. They are transformation tools. Sometimes you can use what it gives you to great effect. Sometimes teasing out exactly what you want is tough.

When I worked at Rec Room, I led a team applying generative AI tools to gameplay. One of the cool experiments that we put together was a game where you can make your own monster. I created a workflow where you provided 4 adjectives and generative ai would produce a 3d model of a monster that would then chase you around a maze. It felt like magic. But sometimes people didn’t love their monster and wanted to tweak it. If you wanted to, say, change the monster’s color that would generally work. If you wanted to add limbs or change the hairstyle that was less likely to work. One person asked the workflow to “make the monster more musical” and it did literally nothing. There was not much we could do about the effectiveness of editing. The generative AI systems are sometimes just a slot machine. You pay for them to do something and hope for the best. There are ways to improve the quality of the output, but when the input can be literally anything it is impossible to test it all and guarantee a great result. Ultimately you are rolling dice. Frustratingly, you pay whether the output is good or not. If fuzzy input -> fuzzy output is fine, generative AI can be a great choice. If you need a deterministic or reliable output you might want to reach for a different tool.

Averaging Engine

LLMs and Generative AI are transformation tools. You feed in tokens. These tokens pass through dozens of layers of transformation based on the training data that was applied to create the model. Out the other side you get a result. The transformations are the effect of the average of all the training data. Average might not be exactly semantically correct, but it’s correct enough.

You may have noticed that LLM-generated text has a recognizable cadence. You may have noticed that AI-generated cartoon images have “a look.” These are the results of the averaging of the model’s training data.

You may have also noticed that AI-generated images can get a little loopy in fine details. Sometimes mouths have too many teeth. Sometimes a necklace weaves into a subject’s shirt. I follow a few forums where someone posts asking “is this AI?” and all the little details are scrutinized. It’s interesting to see the noise and artifacts that come out of the averaging. You may have heard the term “AI hallucination.” I view these as the result of noise and artifacts of averaging.

Average results can be useful. They are rarely great. Generative AI makes average results a commodity.