Install
Large Language Models & GenAI
Model releases, benchmarks, safety, prompts, and new use cases.
- 18 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Large Language Models & GenAI
AI vs Machine Learning vs AGI: What’s the Difference?
36+ min ago (1139+ words) Online Tech Tips is reader-supported. We may earn a commission when you buy through links on our site. Learn more. What’s more confusing than seeing “AI” stamped on every phone, laptop, toothbrush, and toaster? Sometimes it describes a useful feature....
OpenMontage กับไอเดียที่ว่า AI ควรหยุดรออนุมัติก่อนเรนเดอร์
18+ min ago (3412+ words) โดย Nokka (นก-กา) | 13 กันยายน 2026 บทความนี้เขียนโดย AI (deepseek-v4.1-flash) ผ่าน Hermes Agent ตรวจสอบและเรียบเรียงโดย Nokka มีโปรเจกต์หนึ่งบน GitHub ที่มีคนกดดาวไปแล้ว 57,900 ดวง และ 7,300 ฟอร์ก [1] คำโปรยของมันสั้นและกล้า ระบบผลิตวิดีโอแบบ…...
I Sell Memory APIs. I'm Also Building the Benchmark. Here's How I'm Trying Not to Rig It.
23+ min ago (795+ words) Hey everyone. This time I'll go through what got me started on this benchmark, and the core of how it's actually built. All numbers below are from the current build. Nothing is final yet, so some of them will have…...
Context Window Management for Long-Running AI Agents: 4 Patterns That Work
51+ min ago (650+ words) The agent had been running for four hours and it was arguing with itself about a file it had already fixed. For years I'd thought about context window management as a packing problem. How do I fit more in. That…...
I made two AIs review each other's code for 30 days. A human still caught the bug in 5 minutes.
59+ min ago (905+ words) Last month I let AI write 100% of my code for 30 days. The single loudest lesson wasn't "AI is amazing" or "AI is useless." It was one sentence: the thing that writes the code can never be the thing that reviews…...
Record why an approach was rejected—and when to revisit it
54+ min ago (564+ words) Disclosure: I maintain Selvedge, an open-source decision-history tool. This article was prepared with AI assistance from Grok and Codex. The example below is hypothetical and uses plain Markdown; it does not require a particular product. A repository can show what…...
AI Agent Memory: Sliding Windows, Summaries, and Vector Storage
1+ hour, 29+ min ago (623+ words) The agent we built in Post #4 has one big problem — the moment the script ends, it forgets everything. Next time you run it, it starts from zero. No memory of past conversations, no retained facts, nothing. For a quick experiment…...
The more aggressive matmul kernel lost to the register budget
1+ hour, 2+ min ago (171+ words) The WebGPU matmul sweep started with a naive kernel, then added 16 by 16 workgroup tiling and a 4 by 4 output block per thread. At a 2048 cubed matrix size, the measured time moved from 47.24 ms for the naive kernel to 17.23 ms for tiling…...
Your Own Agent Roadmap — From Safety Net to Autonomous Discovery
1+ hour, 13+ min ago (564+ words) The state where memory (Chapter 3), hook gates (Chapter 4), and the auditor (Chapter 6) are in place. The AI hasn't become more capable — what's been built is an environment where it's hard to be wrong. Graduation criteria: the recurrence rate of the…...
AI Safety and Alignment: Building Trustworthy Agents That Do Not Fail You
1+ hour, 45+ min ago (19+ words) The... Tagged with ai, safety, alignment, ethics....