HN user

mzhaase

359 karma
Posts0
Comments75
View on HN
No posts found.
Claude Fable 5 1 month ago

I now chat with opus about architecture, let it make an implementation plan, and then it calls codewhale with deepseek in parallel on all tasks, reviewing their output. Works pretty well.

Something that I have started doing is to tell it to spawn a reviewer agent after every code change, and in the Claude/rules folder I specify exactly how I want stuff done.

Mostly I use it to write unit tests (just dislike production code that is not exactly as I want). So there is a testing rule for all files in the test folder that lays out how they should be done. The agent writing the tests may miss some due to context bloat but the reviewer has a fresh context window and only looks at those rules. So it does result in some simpler code.

It always occurred to me that LLMs may be like the language center of the brain. And there should be a "whole damn rest of the brain" behind it to steer it.

LLMs miss very important concepts, like the concept of a fact. There is no "true", just consensus text on the internet given a certain context. Like that study recently where LLMs gave wrong info if there was the biography of a poor person in the context.

There is also another thing where quality Chinese products are very cheap compared to western products. Since Chinese engineers are cheaper, they can live with lower margins on their products.

A roomba was twice as much as a roborock that was better.

Prusa MK4S is 720 EUR, the arguably better Bambu Lab A1 is 260 EUR.

Italian is also very easy to learn while German makes absolutely no sense.

A turnip is female, the fishmongers wife is neutral, a boy is male, a girl is neutral, the wife is female. Plural of Tür is Türen plural of Öffnung is Öffnungen, plural of Vogel is Vögel plural of Fenster is.. Fenster.

Hundreds of unspoken rules regarding word order, some verbs that can be separated and others cannot.. Completely random.

And good luck even being able to hear the difference between spucken and spuken if your language doesn't have long vs. short vowels.

I would like to point people to the Odroid H4 series of boards. N97 or N355, 2*2.5GbE, 4*SATA, 2 W in idle. Also has extension boards to turn it into a router for example.

The developer hardkernel also publishes all relevant info such as board schematics.

If you think about it, NAT offers pretty much the same protection as a default stateful firewall. Only allowing packets from the outside related to a connection initiated from the inside.