For sure, but the eventually-settled-upon rationale was some kind of nuclear deterrence. To walk away with Iran (likely) to maintain its uranium stockpile + possible toll control of the strait is such a complete and utter self-own.
I’ve found it very easy to maintain, add features to and fix bugs in software I’ve written entirely with LLMs, and in languages and frameworks with which I’m unfamiliar. You just ask the LLM to explain the code and then work with it to come up with the fix.
How big are those projects.. I dont think this is good for your mental health or physicaly your brains health. Problem solving keeps your brain strong. The laziness in us is inclined to take shortcuts, don't do it. Its like driving your car 3 blocks instead of walking, your physical health will suffer.
You absolutely can have the LLM write maintainable code. A few tricks I use are to ask it to plan out features in phases, and then do a branch and a PR for each focused piece of work. It makes it a lot easier to review and understand what's happening.
I also ended up making a tool which lets the LLM get a high level perspective of the codebase, and then see parts that are structurally gnarly. I've been using it to do refactors and clean things up periodically. It helped a lot with keeping the architecture clean.
Define big I guess. They're non-trivial, mix of internal enterprise tools, a multiplatform app (android/ios/mac/windows/web currently headbutting its way through review), including a billing system for my small telecommunications business.
> I dont think this is good for your mental health or physicaly your brains health
I find the experience of doing it without writing the code to be intellectually pretty similar. I still solve a lot of problems, the LLM couldn't, for example, one shot the event sourcing model I built for synching data between devices. It took quite a few iterations and I had to define a lot of the architecture, but I did it at a level that wasn't "here is a class, here is a module, this module does XYZ", more at the "whitepaper" level or describing how specific bits of the app needed to work in order to solve some problem.
It's also very similar to managing other developers.
> Its like driving your car 3 blocks instead of walking, your physical health will suffer
It's more similar to having staff rather than doing everything yourself. The problem solving just shifts to a different area, and you get more done.
Coding is not the sole problem solving skill. In fact, coding may be one of the easier skills much of the time. Deciding what to build, where to focus efforts, understanding a customer's needs, could all be just as if not more challenging than the coding part.
Also what the code should do and how it should do it. LLMs regularly cannot come up with the best way to approach something. Once those decisions are made, codifying them is kind of the least interesting part of the entire exercise.
A reasonable compromise in the face of frostbite and hookworm.
I suppose critical thinking skills are also as bad, making you question the state of the world. Problem solving is another one, deluding one into believing there are solutions to suffering.
I've been using Kimi k2.6 extensively via kimi-code and I only reach for frontier models when I do a multi-model security review (and Kimi actually does a better job of finding stuff, albeit with more false positives -- I often run Kimi's output through Opus 4.7/8 and Opus will concur that Kimi found genuine issues, while Opus didn't actually find those issues itself, for example).
So whatever, I just don't really feel the need to burn tokens on Fable anyway.
I’m on a phone so I can’t see what this does, but it reminded me of this great presentation of a game style agent manager AgentCraft: putting the orc in orchestration https://youtu.be/kR64LOqBBCU?si=d3IS7SVy2lv0hM_A
I was able to put in a username and password, choose a character and "enter the realm" but then within a second of the game graphics loading it crashes so I can't actually see what the game is about. Since it's called "World of Claudecraft" I thought it might be similar in concept to the AgentCraft video I posted. I still don't know if that's true.
Does it say anywhere that he’s using general purpose models for the analysis? Fine tuning open weight models is generally available for pretty minimal cost, I’d say his reference to vibe coding is how he is building the software not how the software functions.
reply