Featured
Claude Skills
Superpowers review: the trending 243k-star repo
243k stars, and the one idea worth taking: name the excuse inside the rule.
AccountingChoose an AI Bill Tool by the Job, Not the Feature List
Parnuan, Paypers, FlowAccount, ask ChatGPT/Claude, or DIY each takes your bill somewhere different. How to choose from real accounting work.
Read by series
Reliability
Lighthouse score is not a design review
The sweep passed on every axis and a real reader still said it looked like a toy. The problem was the set we chose to measure, not that the thing has no metric.AI · Framing the askThe freshest work in your head will crowd out the next answer
Context engineering is deciding what belongs in the context a model sees, not just the sentence you type. Where it differs from prompt engineering. Reliability · TestingThe Passing Test Was Telling Us to Delete Real Customers
One check said the signups table must hold zero rows. Six people had signed up. The quickest way to make it pass again was to delete all six.Accounting · TaxThere Are Two Profit Numbers, and Tax Uses the One Not in Your Books
Same one million baht. Accounting says expense it, tax says add it all back. Both are right, because the two numbers exist for different jobs.Accounting · ReviewPreparing Statements ≠ Reviewing Them: The Skill AI Cannot Replace
A preparer asks did I record everything. A reviewer asks does this number make sense. The second question is the part you cannot hand to AI.AI · Tool comparisonTwo Ways to Let AI Drive a Browser, Tested for Real
ego-browser vs BrowserClaw, tested on the same task: two architectures of the AI agent browser, and which to pick.AI · Repo ReviewPool three idle machines into one LLM endpoint you own
A review of mesh-llm, an open-source tool that pools GPUs across machines into one OpenAI-compatible LLM endpoint, from deploying it for real across three machines.AI · Repo ReviewAndrew Ng shipped an AI coworker that works on your machine, and still lets you keep control
A review of openworker, Andrew Ng's local-first AI coworker, from reading the whole codebase. The idea worth borrowing is how it keeps AI controllable at the tool-call boundary.AI Infrastructure · CostThe GPU budget doesn't leak under load. It leaks when jobs crash silently
Serverless GPU bills by the second and that part delivers. But a near-6-minute cold start forces an async design, and the budget leaks when jobs break and the CLI never shows it.AI · ReliabilityThe daemon that died for two weeks, and nobody noticed
A daemon runs in the background all the time. Its real danger isn't crashing, it's crashing with no signal. Told through one that died silently for two weeks, and how to make yours make a sound.AI · Design SystemAI Built a Convincing Design System, and Got It All Wrong
Asked AI for a design system and it picked a tidy, confident palette that was wrong three times over. The rule that fixed it: reflect what exists, do not invent.Cost & ModelsThe cheap model that gets to be wrong beats the expensive one that can't
Six hard bugs, measured: a cheaper model allowed to loop 3 times matched the expensive one-shot at 1x cost against 3.76x, because a checker to fire against lets it be right cheaply.AI Production · Fable 5Why Claude Fable 5 switches models mid-conversation, and what it costs
Fable 5 hands risky requests to Opus 4.8 automatically. When a normal task gets switched anyway, that is a false alarm on the system side.AI AgentsAI writes the code, but who signs for it
As AI writes more of the code, the missing thing is accountability. The day it became a real file across 5 repos.SME · InventoryYour cash didn't disappear. It's asleep in the stockroom.
Inventory analysis with a handful of numbers: days of inventory, ABC-XYZ, and a cut score, straight from the spreadsheet you already have.Accounting · Data AccuracyThe model misread a bill by five hundred baht. What caught it?
One bill, two confident answers. How an arithmetic verification layer catches misreads on its own.AI Engineering · ReliabilityStop begging the model for JSON. Constrain it with a schema
Three failed runs of a model that promised JSON and rambled instead, until we moved enforcement to the decoding layer.AI Infrastructure · CostModal GPU on a budget: 7 submerged stumps before the first clean run
Pay-per-second GPU, every stump we hit, and real per-bill costs from our logs.Accounting · TaxCertificate in lieu of receipt: when and how to use it for Thai tax deductions
Taxi fares and market purchases come with no receipt. The Revenue Department already has a path for them.AccountingChoose an AI Bill Tool by the Job, Not the Feature List
Parnuan, Paypers, FlowAccount, ask ChatGPT/Claude, or DIY each takes your bill somewhere different. How to choose from real accounting work.Product & PMWhat is spec-driven development, and why non-coders can do it
It's all over AI coding and sounds like a programmer thing, but the heart of it is thinking clearly about what to build, which non-coders can do.Product & PMHow to write a PRD your AI can build from (template + example)
You've been told to write a spec first, but the blank page is the hard part. An 8-section template and a real worked example.Product & PMA vibe is not a spec: write a PRD your AI can build from
Vibe coding is fast, but without a spec it builds the wrong thing. Here's the minimal PRD that makes AI build right.ReliabilityBuild your own social listening tool in a weekend
Wire scrapers to an AI and listen to social yourself in one weekend, plus the five things you must get right.Dev SetupSetting up Ghostty + Zsh without the one-command installer
A curl-into-bash script can rewrite your whole shell. How to build it piece by piece, safely.Dev SetupGhostty vs iTerm2 vs Terminal.app: the best Mac terminal
All three compared from real use: speed, config, and which fits working with AI agents.ReliabilityThe safety filter that was silently deleting your data
Gemini's safety filter flagged ordinary content as sensitive and dropped records with no error. The fix: make the extraction step a swappable engine.Knowledge & MemoryAI knowledge management: build a system you can trust, layer by layer
How to assemble an AI knowledge management system layer by layer, each one earning trust before it is believed.Production GuardrailsallowedTools isn't file access: why your agent still gets permission denied
allowedTools allowed Read, yet the agent can't read outside cwd. Glob finds it, Read is denied, because permission and --add-dir are separate layers.SEO & DiscoveryGoogle search favicon: why it shows a globe instead of your icon
Google shows a globe instead of your favicon when Googlebot can't fetch it. Diagnose with curl, fix at the root.Funnel & ContentGated content without a backend: email-unlock on a Cloudflare Worker
Gate content on a fully static site with no backend or HubSpot: crawlable teaser, worker-served payload after unlock, plus the origin trap that nearly left the gate open.Skills & PluginsYour AI agents should not all carry the same skills
Six agents, one afternoon, three misses: names that lied, a layer that failed silently, and versions shifting under our feet. Ends with a lint that compares the list against disk. Claude Skills“Make it pretty” is the wrong prompt
Every AI-designed site looks the same. A design skill that refuses to code until three strategy questions are answered, told through a real admin-page before/afterReliabilityWe Told the Agent to “Verify It Works”. It Picked the Easiest Possible Meaning
A real migration night: every line of the report was green and the system was down. How one runnable acceptance line closes the gap, plus the three enforcement layers that end with proving the checker itself.AI AgentsWe Interviewed the Most Expensive AI Model in the House About Making Cheaper Ones Do Its Job
A real interview with Anthropic’s new top tier: the principles it was trained on, the weaknesses it volunteered, what it is not better at, and six levers that let Opus stand in when costs must come down.Cost & ModelsClaude Opus vs Sonnet vs Fable 5: Which Model for Which Work
The night our priciest model burned its credit mid-task rewrote our fleet rulebook: the criterion is ambiguity, not difficulty, plus six levers that squeeze a mid tier above its weight.Cost & Model23 free models on OpenRouter: the quota is real, the queue is not yours
Tested with a real key: the free llama returned 429 nine times in a row with a full quota. A verdict table of which jobs fit which kind of free.Cost & ModelYour static site can have AI. No backend. No API key.
Add an AI box with Cloudflare Workers AI, with real measured numbers: 124 neurons per call, ~80 free calls a day, and a two-layer cap that keeps the bill at zero by proof.Cost & ModelYour AI agent doesn't need a bigger machine, it needs a home that never turns off
We moved a full agent fleet to a $14/month VPS and measured for three weeks: 3GB of RAM, not 8GB, and CPU runs out first. With the real invoice and a live three-provider price table.Cost & ModelA 27B model on a rented GPU with vLLM: the traps nobody writes down
The hands-on half of the GPU-rental story: the busy empty machine, config in two places, what survives a stop, and the tunnel that must reconnect itself.Cost & ModelRenting a GPU for your own LLM: the expensive part is the idle hours
Per-token APIs vs an hourly GPU vs serverless GPU: live prices from three providers, a real break-even formula, and the data line the price tag never shows.AI AgentsClaude Fable 5 as the head, everything else as hands
The most expensive model as team lead, four cheaper subagents as hands, one real migration assessment. What worked and what broke.Claude SkillsClaude Code hooks: a done-voice
Send an agent on a long run and walk away. A hook speaks what finished, and which tab.Product & PMAI product management: what's left for PMs when the frameworks become skills
The pillar tying four repo reviews together. When the field's frameworks are a command away, knowledge is cheap and judgment is the scarce part.Product & PMThe whole GTM playbook in 12 skills, wired to cascade
A review of Maja Voje's GTM Strategist skills. The win is the design, set product context once and each phase feeds the next, not a longer framework list.Product & PMThe YC president open-sourced his own stack. It's about taste
A review of Garry Tan's gstack. Multiple review lenses encode taste into software, and AI models recommend while users decide.Product & PMProduct discovery as a pipeline, with two judgment calls baked in
A review of Else van der Berg's product-discovery-skills. Teresa Torres's method, with misfits as signal and importance over prevalence.Product & PMThe whole PM craft as ~68 skills
A review of Pawel Huryn's pm-skills. Roughly 68 skills across 9 plugins, and the intended-vs-implemented doc-vs-code audit that stands out.Claude Skills9arm's skills repo is small, but it has one cost idea worth stealing
Don't burn your expensive model on grunt work. Hand it to a cheap one, keep the expensive model for judgment. The sharp cost idea inside 9arm's small repo.Claude SkillsAddy Osmani agent-skills review: 24 production skills, 72.6k stars
Addy Osmani, a Google web engineer, opened a 24-skill repo covering the full lifecycle. The standout the other three lack: browser testing and performance. The closer of the review series.Claude Skillsmattpocock/skills review: a real engineer's .claude, 160k stars
Matt Pocock opened up his own .claude folder: ~36 skills you fork and remix. The third in the series reviewing trending skill repos, after superpowers and karpathy.Claude SkillsKarpathy Skills review: one CLAUDE.md, 189k stars
A 189k-star repo that distills how AI breaks when it codes into 4 principles in a single CLAUDE.md. More minimal than superpowers, and how to pick between them.Claude SkillsSuperpowers review: the AI agent repo blowing up, 243k stars
The AI coding-agent repo everyone's installing. I tried it and read the source: is it worth it, what to take, and the core idea that matched a skill I had already built.AI AgentsWhat is an AI agent, vs a chatbot?
If you open ChatGPT, ask, and copy the answer out, that is a chatbot, not an agent. Here is the line, and the on-ramp to the 7-layer series.AI AgentsAI Agent Architecture: The 7 Layers a Production Agent Needs
Search "ai agent architecture" and you get textbook diagrams. Here are the 7 real layers that separate a production agent from a demo.ReliabilityThe Ported Code Passed Every Test. It Was Still Wrong.
Self-written tests only prove the code matches what you think. Characterization testing uses the original that already runs as the answer key, diffed line by line.AccountingFrom a Ledger Entry to Its Source Document, Checkable
Vouching proves every entry has a real document behind it. Let AI match entries to documents, then surface the ones with none for a person to decide.AccountingFrom Statement and Books to a Reconciliation You Can Check
A good reconciliation's output isn't the word "matched". It's every unmatched row with a reason. Let AI match, then classify what didn't.AccountingFrom a Photo of an Invoice to Import-Ready Data
The problem isn't that AI can't read your invoices. It's that you get text you still can't import. Here's how to get import-ready data, with the numbers matching the source.AccountingBefore AI helps you file, read the map first
A full walkthrough of DBD e-Filing, then a task analysis of where AI helps and where a person must decide.Claude SkillsA Skill Isn't Just a Longer Prompt
What a Claude Code skill is, how it differs from a prompt, and when to stop re-typing and package one the model reaches for on its own. Claude SkillsDon't Let the LLM Do the Math
A reliable skill isn't the LLM doing everything. Work that must be exact every run is test-locked code; only what needs judgment goes to the model. ReliabilityThe tool you trust to catch mistakes was the one making them
Sometimes the thing you use to catch mistakes fails silently, then reports "no bugs" while it checked nothing. The way to catch it: make it fail once, on purpose, with mutation testing and a positive control. AI AgentsI ran three AI coders at once. The agents weren't the cost.
Three coders in parallel and the bill barely moved. The expensive part is human time and the defects that slip through. The shape we use: coders on a subscription, a separate reviewer, and a human holding merge. Knowledge & MemoryYour agent has all its rules. That doesn't mean it reaches them in time
When your rules file grows too big to load, what do you cut? The deeper question is why a rule you already stored sometimes doesn't fire when it should. ReliabilityWhen several AIs agree, that isn't proof
Pulling in several AIs to review your work feels more thorough. But the moment they all agree might be the most dangerous one. AI AgentsHand work to your AI fleet through a board, not a chat
We had AI agents that finish work on their own, but chatting with each one made us the bottleneck. Put the work on your Linear board, tag it for the fleet, and the result comes back on the card. Irreversible work waits for a human. AI AgentsWhen parallel AI agents corrupt each other's work
Let parallel AI agents write in one shared directory and they trample each other. The fix is structural: one git worktree per task, created by the orchestrator. AI AgentsDon't marry one model: separate the soul, engine, and orchestrator
The day you want a cheaper model, you shouldn't have to rebuild the agent. Separate three layers up front and swapping models becomes a config change. Knowledge & MemoryAGENTS.md and SOUL.md: sharing knowledge across an AI fleet
We run several AI models as a team, but each one's knowledge stays locked in its own format. The fix isn't a big database. It's two open files every model can read. AI AgentsConnect two AI agents across machines without opening a port
The home box is behind NAT and the cloud box has every port closed for safety, yet two AI agents still talk across machines, through an SSH tunnel that already ships on every computer. Privacy & SecurityThe data that should never flow up
A three-layer defense for data and AI. Cloud knowledge flows down to help; your secrets never flow back up. Plus the three sneakiest leak points. Cost & ModelsThe best model is often the wrong one
Choose a local LLM by the job, not the benchmark. Qwen vs Gemma from real work, plus QAT, MTP, dense vs MoE. ReliabilityLet Codex review the code AI wrote
The writer and the reviewer shouldn't be the same model. Two times a second model caught a bug we'd missed in our own code. Knowledge & MemoryThe real memory stack we run: Graphiti + FalkorDB
Behind "give the AI memory" are five wired layers and two bugs that fail silently, plus how to check your agent really remembers. Knowledge & MemoryDesign AI memory the way human memory works
Memory that remembers is not about storing, it is about pulling the right thing back. Design it in layers like human memory, with the real tools we run. AI AgentsAI coding agent fleet: the Kanban swarm pattern
One AI coder is easy. The pattern that lets a lead split a goal into cards, run workers in parallel in separate worktrees, and gate the merge with a second-engine review. AI AgentsI Let AI Post to Social for Me, and the 3 Guardrails That Keep It Safe
Auto-posting to Facebook and LinkedIn every day: the step-by-step setup, and the guardrails that keep an irreversible public action from going wrong. ReliabilityWhy Your AI Agent Lies to You
AI doesn't lie at random. It guesses what's plausible and says it with confidence, and it fools you best when it reports "done." AI VisibilityMake Your Site Agent-Ready: I Did 8, Refused 3
I ran my site through isitagentready. Do the real checks, refuse the ones that advertise capabilities you do not have. The missing checkmarks are deliberate. Privacy & SecurityLet Claude cite you, block the trainers
Blocking every AI bot feels safe, but it also shuts the door that lets people find you through AI. How to allow them one at a time on Cloudflare. Cost & Models50 MCP servers, six calls
A tool you connect but never call taxes the context window every turn. How to audit and prune. Claude SkillsEvaluating Claude Code plugins
ponytail and headroom trended together. The test for whether to install. Cost & ModelsYou Can Still Run Agents on a Subscription (For Now)
Anthropic announced a billing split then paused it. Right now agents still run on the plan, but the door may close. AI VisibilityYour Site Is Live. But Who Can See It?
Live does not mean found. 5 steps a one-person business can do in an afternoon so both Google and AI see your site. AI AgentsNot Every Action Needs a Human
Human in the loop is treated like a light switch. Here's the third option: tier the loop, and decide who decides per action. Knowledge & MemorySystematize turning speech into a second brain you can trust
Doing it by hand works for one clip, but dozens need a system. Here is the four-stage pipeline that makes the evidence gate run on its own. Knowledge & MemoryTranscribe on your own machine, faster than Whisper
A batch of Thai lecture audio would not finish transcribing all day, until I learned the slow part was the model architecture, not the hardware. Here is the transducer fix. AI AgentsBring your AI into Discord, without handing over the keys
Connect AI to Discord so you can chat from anywhere, with a gate that controls who can command the bot, and keeps a chat message from becoming a command. Knowledge & MemoryTurn speech into trustworthy notes, without letting AI make things up
Summarize meetings or lectures into knowledge notes while keeping AI from adding things no one said, then store them so they stay findable.No posts match these filters