#haiku
16 items
Claude is now adopting the advisor strategy (www.reddit.com via reddit) Show HN: Gave Claude a casino bankroll – it gambles till it's too broke to think (letaigamble.com via hn) Inspired by ALMA. As Claude loses money gambling on provably-fair slots, it's forced to downgrade from Opus → Sonnet → Haiku, making worse decisions and accelerating the spiral.
Claude Code v2.1.108's new hidden REPL tool is cool (www.reddit.com via reddit) Claude Code v2.1.108's new hidden REPL tool lets Claude explore the file system, use Haiku, and call tools, all using JavaScript code. It packs a bunch of convenient utility functions like sh(), haiku(), and gh().
Single question llm comparison (www.reddit.com via reddit) I open-sourced a memory system for AI agents that scores 89.9% on LoCoMo -- 22 points above Mem0. Here's the architecture. (www.reddit.com via reddit) Which Claude is most emotionally steerable? (www.reddit.com via reddit) Follow-up to my post last week on emotional priming. A few of you asked whether this works across models, whether it degrades with repeated use, and whether excitement can make code worse.
Has anyone found a workaround for the model switching removal in Cowork? (www.reddit.com via reddit) The recent Cowork update removed the ability to switch models mid-conversation. I used to use Opus for deep work, then drop to Haiku for quick lookups without breaking context, then return to Opus.
Anybody has practical experiences using Chinese models? (www.reddit.com via reddit) So like with coding or any craft, I think there's a proper Tool for the job. Sure you can use a stone to hammer drive in a fence post, but a a sledge is usually more economical.
Voice mode silently downgrades your model mid-conversation (www.reddit.com via reddit) Noticed something odd today. I opened a new chat with Opus 4.6 selected as the default.
It took a while, but Claude is getting there (www.reddit.com via reddit) I have a Claude Code session regularly dispatch Claude Haiku / Sonnet subagents to sift through all the *other* Claude Code sessions transcripts for "meme-worthy" moments and interactions. Claude seems to have gotten the hang of it, even s…
Strange model usage on Claude desktop app. (www.reddit.com via reddit) With the recent update on Claude desktop top I am able to see token usage across models. There was usage of haiku model which I never switched to.
Has anyone found a workaround for the model switching removal in Cowork? (www.reddit.com via reddit) The recent Cowork update removed the ability to switch models mid-conversation. I used to use Opus for deep work, then drop to Haiku for quick lookups without breaking context, then return to Opus.
I built a local-first memory system for Claude Code — 98%+ on 4 benchmarks, 100% LME with optional reranking (www.reddit.com via reddit) I've been working on context-mem — a persistent memory layer for AI coding assistants. The problem: every new Claude Code session starts from scratch.
Claude’s new Advisor Strategy for AI agents is pretty interesting (www.reddit.com via reddit) A lot of people building AI agents run into the same problem sooner or later. If you run the entire agent on a powerful model, it works well but the costs grow quickly.
Sonnet is expensive, so I built a free open-source Sheets agent on Haiku that outperform the same prompt claude/gemini, here is what I learnt. (www.reddit.com via reddit) I live in Google Sheets. Financial models, projections, scenario planning — that's most of my working day.
"My parallel multi-model pipeline: Opus for planning, 3x Sonnet for content, 3x Haiku for search — what's your setup?" (www.reddit.com via reddit) "I've been running a parallel multi-model pipeline and curious what setups you all are using. My current workflow: Opus: Planning & high-level architecture Sonnet x3: Content generation (running 3 instances in parallel) Haiku x3: Search, v…