Live data from Hacker News

The Claude Code Framework Wars

shmck.substack.com

1–10 of 71 posts

Re: The Claude Code Framework Wars

#4
> a set of rules, roles, and workflows that make its output predictable and valuable.

Let me stop you right there. Are you seriously talking about predictable when talking about a non-deterministic black box over which you have no control?

Re: The Claude Code Framework Wars

#5
post #4

> a set of rules, roles, and workflows that make its output predictable and valuable. Let me stop you right there. Are you seriously talking about predictable when talking about a non-deterministic black box over which you have no control?

> Are you seriously talking about predictable when talking about a non-deterministic

Predictability and determinism are related but different concepts.

A system can be predictable in a probabilistic sense, rather than an exact, deterministic one. This means that while you may not be able to predict the precise outcome of a single event, you can accurately forecast the overall behavior of the system and the likelihood of different outcomes.

https://philosophy.stackexchange.com/questions/96145/determi...

Similarly, a system can be deterministic yet unpredictable due to practical limitations like sensitivity to initial conditions (chaos theory), lack of information, or the inability to compute predictions in time.

Re: The Claude Code Framework Wars

#8
post #2

Pretty surprised BMAD-method wasn't mentioned. For my money it's by far the best Claude Code compliment.

The BMAD system seems similar to the AgentOS mentioned in the post.

This way of context engineering has definitely been the way to go for me, although I’ve just implemented it myself… using Claude to help generate commands and agents and tweaking them to my liking, lately been using json as well as markdown to share context between steps.

Re: The Claude Code Framework Wars

#9
post #2

Pretty surprised BMAD-method wasn't mentioned. For my money it's by far the best Claude Code compliment.

What is this? Just a system prompt? What makes it so good for you? https://github.com/bmad-code-org/BMAD-METHOD

It’s basically a set of commands and agents and a way to structure context.

Re: The Claude Code Framework Wars

#10
post #2

Pretty surprised BMAD-method wasn't mentioned. For my money it's by far the best Claude Code compliment.

Same with taskmaster, also not there.

I never found taskmaster that useful, something about how it forced you to work didn’t click with me…
Post reply on HN