<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: bazhand</title><link>https://news.ycombinator.com/user?id=bazhand</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Apr 2026 11:06:06 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bazhand" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bazhand in "Issue: Claude Code is unusable for complex engineering tasks with Feb updates"]]></title><description><![CDATA[
<p>export CLAUDE_CODE_EFFORT_LEVEL=max</p>
]]></description><pubDate>Mon, 06 Apr 2026 22:26:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47668162</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=47668162</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47668162</guid></item><item><title><![CDATA[New comment by bazhand in "Claude Code adjusting down 5hr limits"]]></title><description><![CDATA[
<p>and now /fast will get you moving quicker but at a premium.</p>
]]></description><pubDate>Fri, 27 Mar 2026 17:54:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47546007</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=47546007</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47546007</guid></item><item><title><![CDATA[New comment by bazhand in "Apideck CLI – An AI-agent interface with much lower context consumption than MCP"]]></title><description><![CDATA[
<p>I ran into this exact problem building a MCP server. 85 tools in experimental mode, ~17k tokens just for the tool manifest before any work starts.<p>The fix I (well Codex actually) landed on was toolset tiers (minimal/authoring/experimental) controlled by env var, plus phase-gating, now tools are registered but ~80% are "not connected" until you call _connect. The effective listed surface stays pretty small.<p>Lazy loading basically, not a new concept for people here.</p>
]]></description><pubDate>Mon, 16 Mar 2026 18:55:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47403167</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=47403167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47403167</guid></item><item><title><![CDATA[New comment by bazhand in "Show HN: CC Usage Bar – Check Claude Code usage from your macOS menu bar"]]></title><description><![CDATA[
<p>this is the vibe coding equivalent of 'hello world' at this stage. Fun tho.</p>
]]></description><pubDate>Sat, 07 Mar 2026 23:09:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47292378</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=47292378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47292378</guid></item><item><title><![CDATA[New comment by bazhand in "Agent Skills"]]></title><description><![CDATA[
<p>The third most popular skill on skills.sh[1] with 50k/week installs is a link to download a command[2]<p>[1] <a href="https://skills.sh/vercel-labs/agent-skills/web-design-guidelines" rel="nofollow">https://skills.sh/vercel-labs/agent-skills/web-design-guidel...</a>
[2] <a href="https://github.com/vercel-labs/agent-skills/blob/main/skills/web-design-guidelines/SKILL.md" rel="nofollow">https://github.com/vercel-labs/agent-skills/blob/main/skills...</a><p>All of these SKILLS.md/AGENTS.md/COMMANDS.md are just simple prompts, maybe even some with context links.<p>And quite dangerous.</p>
]]></description><pubDate>Tue, 03 Feb 2026 20:52:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46877112</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=46877112</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46877112</guid></item><item><title><![CDATA[New comment by bazhand in "Anthropic blocks third-party use of Claude Code subscriptions"]]></title><description><![CDATA[
<p>FWIW this isn’t new, using a Claude/Max subscription auth token as a general-purpose “API key” has been known (and blocked) for ages. OpenCode basically had to impersonate the official Claude Code client to make that work, and it always felt like a loophole that would get patched eventually.<p>This is exactly why (when OpenCode and Charm/Crush started diverging) Charm chose not to support “use your Claude subscription” auth and went in a different direction (BYOK / multi-provider / etc). They didn’t want to build a product on top of a fragile, unofficial auth path.<p>And I think there’s a privacy/policy reason tightening this now too: the recent Claude Code update (2.1-ish) pops a “Help improve Claude” prompt in the terminal. If you turn that ON, retention jumps from 30 days to up to 5 years for new/resumed chats/coding sessions (and data can be used for model improvement). If you keep it OFF, you stay on the default 30-day retention. You can also delete data anytime in settings. That consent + retention toggle is hard to enforce cleanly if you’re not in an official client flow, so it makes sense they’re drawing a harder line.</p>
]]></description><pubDate>Fri, 09 Jan 2026 08:41:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46551443</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=46551443</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46551443</guid></item><item><title><![CDATA[New comment by bazhand in "Letta Code"]]></title><description><![CDATA[
<p>How does the memory scale (or not!) over time. If using Letta in a single agent mode, similar to just using claude - how does memory blocks stay relevant and contextual?<p>I guess what I'm asking is, if there is a memory block limit, is that an issue for self learning over time. Claude as you know just straight up ignores CLAUDE.md and doesnt self-improve it.</p>
]]></description><pubDate>Wed, 17 Dec 2025 18:02:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46303098</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=46303098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46303098</guid></item><item><title><![CDATA[New comment by bazhand in "I built Claude sub-agents that keep my context clean"]]></title><description><![CDATA[
<p>I like this approach, and it's very similar to what I'm currently using - albeit my use case is to get Claude to automatically invoke the relevant subagents during both planning and build stages.<p>Subagents using MCP would solve quite a lot of the context preparation required for a successful session. I'm using GLM-4.6 vision/web search MCP in claude code to relative success as the subagents can access these via API (not true MCP behaviour but close enough)</p>
]]></description><pubDate>Wed, 15 Oct 2025 11:36:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45590871</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=45590871</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45590871</guid></item><item><title><![CDATA[New comment by bazhand in "Show HN: Vicinae – A native, Raycast-compatible launcher for Linux"]]></title><description><![CDATA[
<p>Installing (Arch btw), love the UI</p>
]]></description><pubDate>Wed, 10 Sep 2025 06:11:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=45193925</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=45193925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45193925</guid></item><item><title><![CDATA[New comment by bazhand in "How to use Claude Code subagents to parallelize development"]]></title><description><![CDATA[
<p>Can it work without Linear, using md files?</p>
]]></description><pubDate>Tue, 09 Sep 2025 21:20:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=45189354</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=45189354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45189354</guid></item><item><title><![CDATA[New comment by bazhand in "Claude Sonnet 4 now supports 1M tokens of context"]]></title><description><![CDATA[
<p><p><pre><code>    Add these settings to your `.claude/settings.json`:

     ```json
     {
       "env": {
         "ANTHROPIC_CUSTOM_HEADERS": {"anthropic-beta":
     "context-1m-2025-08-07"},
         "ANTHROPIC_MODEL": "claude-sonnet-4-20250514",
         "CLAUDE_CODE_MAX_OUTPUT_TOKENS": 8192
       }
     }
     ```</code></pre></p>
]]></description><pubDate>Tue, 12 Aug 2025 21:56:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=44882247</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=44882247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44882247</guid></item><item><title><![CDATA[New comment by bazhand in "Crush: Glamourous AI coding agent for your favourite terminal"]]></title><description><![CDATA[
<p>opencode allows auth via Anthropic to enable claude max subscription.</p>
]]></description><pubDate>Thu, 31 Jul 2025 16:44:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=44747415</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=44747415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44747415</guid></item><item><title><![CDATA[New comment by bazhand in "Crush: Glamourous AI coding agent for your favourite terminal"]]></title><description><![CDATA[
<p>Very interesting to see so many new TUI tools for llm.<p>Opencode allows auth via Claude Max, which is a huge plus over requiring API (ANTHROPIC_API_KEY)</p>
]]></description><pubDate>Thu, 31 Jul 2025 11:23:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=44744479</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=44744479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44744479</guid></item><item><title><![CDATA[New comment by bazhand in "Track your Claude Code usage"]]></title><description><![CDATA[
<p>Interesting, how does this compare against <a href="https://github.com/ryoppippi/ccusage">https://github.com/ryoppippi/ccusage</a> ?</p>
]]></description><pubDate>Tue, 15 Jul 2025 17:42:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=44573825</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=44573825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44573825</guid></item><item><title><![CDATA[New comment by bazhand in "Show HN: Claude Code Usage Monitor – real-time tracker to dodge usage cut-offs"]]></title><description><![CDATA[
<p>You may be interested in <a href="https://github.com/ryoppippi/ccusage">https://github.com/ryoppippi/ccusage</a></p>
]]></description><pubDate>Sun, 22 Jun 2025 09:41:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=44345455</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=44345455</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44345455</guid></item><item><title><![CDATA[New comment by bazhand in "Show HN: Claude Code Usage Monitor – real-time tracker to dodge usage cut-offs"]]></title><description><![CDATA[
<p>I like this solution, I had tinkered with the Otel hoping to get un-redacted prompt and responses but had no luck. Did you perhaps get deeper into what data was useful?</p>
]]></description><pubDate>Thu, 19 Jun 2025 17:16:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=44320632</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=44320632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44320632</guid></item><item><title><![CDATA[New comment by bazhand in "A look at Cloudflare's AI-coded OAuth library"]]></title><description><![CDATA[
<p>As a non developer, this was incredible useful to understand the prompt structure and apply to my own Claude Code.</p>
]]></description><pubDate>Mon, 09 Jun 2025 06:20:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=44221839</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=44221839</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44221839</guid></item><item><title><![CDATA[New comment by bazhand in "Claude's Max Plan"]]></title><description><![CDATA[
<p>Having used Claude daily for last year or so, I don't feel great about being pushed into quite expensive tiers of 5-20x cost. I already feel like I'm hitting the Pro limit 2x/day more often than recently, although no data to support this - but the feeling is there.<p>Mostly I'm disappointed that the higher tiers are just usage tiers rather than features.</p>
]]></description><pubDate>Thu, 10 Apr 2025 15:01:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=43644520</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=43644520</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43644520</guid></item><item><title><![CDATA[New comment by bazhand in "Show HN: Amurex – A cursor like copilot for meetings but also open source"]]></title><description><![CDATA[
<p>Post sign-up, hitting "Connect Google Services" received this error.<p>You can’t sign in because this app sent an invalid request. You can try again later or contact the developer about this issue. Learn more about this error
If you are a developer of this app, see error details.
Error 400: redirect_uri_mismatch</p>
]]></description><pubDate>Thu, 05 Dec 2024 12:13:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=42327400</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=42327400</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42327400</guid></item><item><title><![CDATA[New comment by bazhand in "Tell HN: Stripe Destroyed Our Business after 7 months of building our product"]]></title><description><![CDATA[
<p>Did you contact them in the last 7 months, not last 7 hours when you got banned.</p>
]]></description><pubDate>Mon, 18 Sep 2023 10:25:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=37554353</link><dc:creator>bazhand</dc:creator><comments>https://news.ycombinator.com/item?id=37554353</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37554353</guid></item></channel></rss>