Wait, why do we need chat sheets for this like it's (gasp!) a programming language, tool or IDE? it's almost like if the thing is not intelligent at all and just another abstraction on top of what we already had.
Claude Code Cheat Sheet
201–210 of 215 posts
Re: Claude Code Cheat Sheet
#202Shocking how far ahead Claude Code is from Codex on the CLI front.
Even the AI itself is goofy. So many false positives during reviews immediately backtracked with "You're right, I'm sorry" in the next response.
It seems like there's either a paid pro-Anthropic PR campaign on HN because the comments fawning about it don't match my experience with Claude at all, or I keep getting the worse end of the A/B testing stick..
Re: Claude Code Cheat Sheet
#203Re: Claude Code Cheat Sheet
#204What does the "Session Picker" section refer to? Claude Code does not have a session picker, as far as I can tell.
Re: Claude Code Cheat Sheet
#205Earlier quoted context omitted.
I tell people that too! It really is. You can actually program in english now, and you can run it interpreted and compiled. Most recent LLMs are almost reliable enough to just have them go at it. (Though I'd recommend sandboxing or ask-for-permissions just to be sure yet :-P )
Not quite - English might be the interface but knowing English isn't enough to understand what's happening, what to ask for, how to verify and guide the output.
Re: Claude Code Cheat Sheet
#206Re: Claude Code Cheat Sheet
#207Earlier quoted context omitted.
Comments like this should include how much $$$ you spend on tokens.
Yes, I would want to know this, too.
The problem was testing it against 5 websites at a time after every change to instructions to ensure there wasn't any regressions. The orchestrator agent tracks all token expenditure and would update its own instructions to optimize.
Re: Claude Code Cheat Sheet
#208Re: Claude Code Cheat Sheet
#209Re: Claude Code Cheat Sheet
#210Earlier quoted context omitted.
> it's a text based env yet sometimes feel like running windows 95 on 386dx They use nodejs and React. Yes, for real. https://xcancel.com/trq212/status/2014051501786931427
Claude Code uses Bun. Anthropic acquired Bun in December. Bun is an alternative node runtime.