Prompt: https://raw.githubusercontent.com/marckrenn/cc-mvp-prompts/r... I've always been curious. Are tags like that one: " " useful at all? Is the LLM training altered to give a special meaning to specific tags when they are found? Can a user just write those magic tags (if they knew what they are) and alter the behavior of the LLM in a similar manner?
Claude Code 2.0
41–50 of 431 posts
Re: Claude Code 2.0
#42Prompt: https://raw.githubusercontent.com/marckrenn/cc-mvp-prompts/r... I've always been curious. Are tags like that one: " " useful at all? Is the LLM training altered to give a special meaning to specific tags when they are found? Can a user just write those magic tags (if they knew what they are) and alter the behavior of the LLM in a similar manner?
You can just make them up, and ask it to respond with specific tags, too.
Like “Please respond with the name in … tags and the .”
It’s one of the approaches to forcing structured responses, or making it role-play multiple actors in one response (having each role in its tags), or asking it to do a round of self-critique in tags before the final response, etc.
Re: Claude Code 2.0
#43Re: Claude Code 2.0
#44Just use `claude update` if you already have it. Unfortunately, they removed Plan mode, when I could use Opus for planning and Sonnect for coding. Though I will see how this pans out.
is Plan mode any different from telling Claude "this is what I'd like to do, please describe an implementation plan"? that's generally my workflow and I have the results saved into a CLAUDE-X-plan.md. then review the plan and incrementally change it if the initial plan isn't right.
Re: Claude Code 2.0
#45Re: Claude Code 2.0
#46Re: Claude Code 2.0
#47Well I guess I'll be sticking with opencode.
Re: Claude Code 2.0
#48I wish there were an option to cancel a currently running prompt midway. Right now, pressing Ctrl+C twice ends up terminating the entire session instead.
Re: Claude Code 2.0
#49Claude Code, Codex CLI etc can effectively do anything that a human could do by typing commands into a computer.
They're incredibly dangerous to use if you don't know how to isolate them in a safe container but wow the stuff you can do with them is fascinating.
Re: Claude Code 2.0
#50I wish there were an option to cancel a currently running prompt midway. Right now, pressing Ctrl+C twice ends up terminating the entire session instead.