Skip to content

Tag

#llm

16posts

Tech5 min read

GLM-5.2 just took the open-weights crown - and it thinks a lot

Z.ai's GLM-5.2 tops Artificial Analysis's open-weights leaderboard at 51 points, but HN is arguing about token bloat and whether benchmarks lie.

#glm-5-2#open-weights#llm
Tech5 min read

The Wildly Simple Architecture Running Our AI Moment

A ground-up walkthrough of how transformer-based LLMs actually work - tokens, embeddings, attention, and the next-token loop - and why HN engineers can't…

#machine-learning#llm#transformers
Tech9 min read

9Router: Free AI Coding With Auto-Fallback and 40% Token Savings

9Router is a local proxy that routes Claude Code, Cursor, and Cline through 40+ providers with auto-fallback, token compression, and zero-downtime quota…

#ai#developer-tools#llm
Tech5 min read

Open CTFs Are Now Pay-to-Win, and Frontier AI Did It

A top-10 CTF competitor argues that Claude Opus 4.5 and GPT-5.5 have automated enough of the scoreboard that open CTFs no longer measure human security skill.

#ctf#security#ai
Tech10 min read

One Source, Two Surfaces: Anthropic's Financial Services Toolkit

10 Claude agents for investment banking, equity research, and fund admin, deployable as Cowork plugins or headless Managed Agents from a single YAML manifest.

#claude#ai-agents#financial-services
Tech8 min read

OpenGame: The Agent That Runs the Game to See If It Works

OpenGame is a CLI agentic framework from CUHK MMLab that scaffolds, builds, and verifies browser games end-to-end from a plain-English prompt.

#ai#game-dev#llm
Tech6 min read

Four Principles to Stop LLMs Overengineering Your Code

A tiny CLAUDE.md and optional plugin that makes Claude Code ask, test, and edit surgically.

#claude#llm#developer-experience
Tech14 min read

Context Hub: The Curated Doc Layer Every Coding Agent Needs

Context Hub (`chub`) gives AI coding agents current, versioned API docs on demand -- so they code from facts, not 18-month-old training weights.

#ai-agents#developer-tools#claude-code
Tech12 min read

MarkItDown: Everything Becomes Markdown

Microsoft's Python tool converts PDFs, Office docs, audio, and YouTube URLs to clean Markdown for LLM pipelines and RAG systems.

#markdown#python#llm
Tech3 min read

BitNet: The Era of 1-bit LLMs is Finally Here

Explore bitnet.cpp, Microsoft's official framework for 1-bit LLMs that replaces multiplications with additions for massive speedups.

#Tech#GitHub#AI
Updated
Tech10 min read

Khoj: Self-Host Your Personal AI Second Brain Across Obsidian and Notion

Khoj is an open-source AI second brain to chat with local LLMs, index Obsidian and Notion notes, and run custom autonomous agents locally.

#Tech#GitHub#AI
Tech10 min read

Context Engineering: The Discipline That Separates Good AI Agents from Great Ones

Open-source toolkit for Context Engineering that teaches AI agents to pull only the context they need - cited in academic research.

#Tech#GitHub#AI
Updated
Tech18 min read

Massive Collection of 700+ AI System Prompts: Production Guide

Explore the massive collection of 700+ AI system prompts: Cursor, Manus, Windsurf, Devin, Claude Code, and v0 production agent architectures reverse-engineered.

#Tech#GitHub#AI
AI9 min read

5 Awesome Projects to Build with LM Studio's Local API

A quick guide on how to use LM Studio's Local Server for Python scripts, OpenClaw, AI coding assistants, and secure document chats.

#AI#LLM#LM Studio
Tech5 min read

LLM & RAG: The 'Smart Librarian' Mental Model

Why do LLMs hallucinate? A mastery guide to Retrieval Augmented Generation (RAG) - the architecture powering every serious AI product in 2026.

#AI#LLM#RAG
Tech5 min read

Prompt Engineering: The 'Director & Actor' Mental Model

Why does 'be concise' produce worse results than '3 bullet points'? A mastery guide to system prompts, few-shot examples, and chain-of-thought.

#AI#Prompt Engineering#LLM