this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ“ Add notes on model non deterministic behavior

+2
+2
Artificial Intelligence Models.md
··· 124 124 - If a human gets lost onboarding to your codebase, an LLM is definitely going to be lost. 125 125 - Design small, isolated systems. You can check a static website looks great easily. You can check a small API design works well. Compose black boxes into larger systems. Individual boxes can be rewritten in other languages, removed, replaced easily. You can measure them individually. 126 126 - Failed attempts are cheap. If the plan fails and the result is bad, just delete everything and try again. 127 + - Model behaviour is not deterministic, intuition for one model doesn't transfer to other models, even within the same family or reasoing level, intuitions for one coding harness does not transfer to other harnesses, and so on. 128 + - [Software is still hard](https://x.com/badlogicgames/status/2017008550111773098). It gets harder if you trick yourself into thinking the agents can take on the hard parts. 127 129 128 130 ## Agents 129 131