Earlier quoted context omitted.
I don't think that's accurate. Don't most people working in medicine usually have biology and chemistry degrees? Are you saying those sciences are dark arts?
Having biology degrees doesn't make you understand every detail of human body. There are many, many drugs that are known to work (by double blind testing) but we don't know exactly how. The details of how penicillin kills bacteria were discovered in 2000s. Only about half a century of after its commercial production. And I'm quite sure we'll still see some more missing puzzle pieces in the future.
The Claude Code Framework Wars
21–30 of 71 posts
Re: The Claude Code Framework Wars
#22Earlier quoted context omitted.
Yes, and there is absolutely nothing wrong with that. Living creatures are mostly black boxes. It doesn't mean we don't aim for making medicine with predictable effects (and side effects).
Medicine that can either kill you, cure you, or have no effect at any given time for the same disease is quite unlikely to even pass certification. Do you know why?
Re: The Claude Code Framework Wars
#23Re: The Claude Code Framework Wars
#24Pretty 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
When I'm in the terminal I can call on Agents who can create standardised documents so there is a memory of the product management side of things that extends beyond the context window of Claude.
It guides you through the specification process so that you have extremely tight tasks for Claude to churn through, with any context, documentation and acceptance criteria.
Perhaps there are others similar, but I have found it completely transformative.
Re: The Claude Code Framework Wars
#25Earlier quoted context omitted.
Non-deterministic does not mean not-predictable. Quantum mechanics is non-deterministic, yet you can predict the motion of objects with exquisite precision. All these "non-deterministic boxes" will give the same answer to the question "What is the capital of France"
Yes, but the "exquisite precision" comes from the deterministic parts of physics.
Frankly I don’t understand how software engineers (not coders mind you) can have issues with non deterministic tools while browsing the web on a network which can stop working anytime for any reason.
Re: The Claude Code Framework Wars
#26For anyone that’s applied one of these at what level of autonomy are you using it? And in what setting? Greenfield? I see one mention brownfield development. Has anyone with experience using these frameworks fired up Claude Code on enterprise software and had confident results? I have unchecked access to Claude Code at work and based on personal agentic coding I’m sure they do aid it. I have decent but not consistent…
For certain, the results are better when I use it to build new features into our platform - as opposed to making complicated refactors or other deep changes to existing parts of the system. But even in the latter case, if we have good technical documentation capturing the design and how parts of the system work (which we don't in many places), Claude Code can make good progress.
At first I was seeing a fair amount of what I would consider "bad code" - implementation and code that either didn't follow accepted coding style and patterns or that simply wasn't structured for reusability, maintainability. But after strengthening the CLAUDE.md file and adding an "elixir-code-reviewer" subagent which the "developer" persona had to use - the quality of code improved significantly.
Our platform is open source, you can see our current Claude commands and subagents here: https://github.com/Simon-Initiative/oli-torus/tree/master/.c...
Re: The Claude Code Framework Wars
#27did anyone try any of these so called frameworks? do they deliver or just riding the hype-wagon?
Re: The Claude Code Framework Wars
#28Re: The Claude Code Framework Wars
#29For anyone that’s applied one of these at what level of autonomy are you using it? And in what setting? Greenfield? I see one mention brownfield development. Has anyone with experience using these frameworks fired up Claude Code on enterprise software and had confident results? I have unchecked access to Claude Code at work and based on personal agentic coding I’m sure they do aid it. I have decent but not consistent…
I'm only three weeks into using Claude Code but I'm now seeing impressive results using a structured, "role" or "persona" based approach in a large (500K+ SLOC) Elixir / Phoenix codebase. I'm using the $200 Max plan - so my inference costs are fixed. For certain, the results are better when I use it to build new features into our platform - as opposed to making complicated refactors or other deep changes to existing…
Re: The Claude Code Framework Wars
#30I got a strong sense of LLM style in the blog. Interesting information, but that I’m learning about AI from AI is amusing.
In my own experience, this type of stuff is just wishful thinking right now: for anything non-trivial, you still need to monitor Claude Code closely and interrupt when you discover it goes on the wrong train of thought.
Additionally, for security reasons, you don’t want it to give it too many permissions, and/or actually see which commands it’s executing.
The “frameworks” OP talks about are still far away. Right now the best way to think about it is an intern which is usually wrong but can cramp out code at lightning speed.