Hacker Newsnew | past | comments | ask | show | jobs | submit | dools's commentslogin

Slightly worse by the sounds of it

The core non negotiable for the conflict was meeting a handful of Israel’s military objectives at the expense of virtually everyone else globally.

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.

The commencement, duration and conclusion are all embarrassing for the US because the entire country is run by b list right wing media bros

Well … it’s a measure of how good it is at reproducing a game that probably already exists in multiple forms in its training data.

The question is more whether this game exists as open source somewhere in the training data (probably does).

You can't possibly think those models are only trained on open source data?

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.

I've been working on a project that's over 150k loc of Rust at this point. https://dirge-code.github.io

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.

https://github.com/yogthos/wavescope-mcp

Adding features and evolving the codebase has not been a problem even at this scale.


> How big are those projects

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.


> Problem solving keeps your brain strong.

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.

> Its like driving your car 3 blocks instead of walking, your physical health will suffer.

And be sure to only walk barefoot. Relying on artificial shoes weakens the muscles and the skin of your feet.


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.


Sarcasm aside, most shoes are pretty bad for your feet.

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.


When you hand something off to Claude code, the harness is doing lots of different sessions it’s not a one shot.

> show me a prompt that is meaningfully expertly crafted beyond just providing Do's, Do not's, task context, and a goal.

The way that information is organised and formatted matters for compliance. It’s pretty similar to writing good procedural documentation for humans.


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

fwiw, it loads on my (i)phone

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.

It loads but you can’t interact

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.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: