Yeah i noticed this heavily. Working on a branch i critique and give a simpler design. Claude implements and then in a huge comments reference the outdated worse design. Zero value to that. Even having a "how to write…
Yes these things happen as part of RL Training. Same way that you can see the "But wait ..." phrases in thinking traces. They get rewarded.
Article is seriously wrong, because it makes a huge mistake in the last part. You can't simply look at the produced tokens and that is your cost. In agentic coding there are lots of turns meaning you not only pay for…
Harness: a piece of equipment with straps and belts, used to control or hold in place a person, animal, or object. So yes the generel meaning applies to test setup and running and also to the agent cli which is the…
The K/V Cache is just an optimization. But yeah you would expect the attention for the model producing "Ok im doing X" and you asking "Why did you do X?" be similar. So i don't see a reason why introspection would be…
Does anyone know. How would that relate to simply wrapping claude code as a subprocess?
Its not really hard to tell.
Pipe to dev/null. Fastest database i have ever used.
It is literally true. You don't need to run a type checker.
mypy is also written in a style conducive to speed ups when compiling with mypyc
Funny i know about Proust from The Sopranos.
You don't you build solar and wind, which have different seasonal productions. Wind power is actually higher during winter. See: https://www.researchgate.net/figure/Estimated-normalized-mon... And if you combine the…
Must feel especially shitty to have your freedom curtailed like this, looking at the probable end of your life.
Yeah Containers like Option<T> and Result<T> not having a proper subtyping relation to T is major flaw. I mean you are basically giving a stronger guarantee if you are returning T instead of T or an Error, yet you break…
Concurrency is not "single core parallelism". Concurrency describes tasks/threads of execution making independent progress of each other. Parallelism describes tasks/threads actually running at the same time.
They don't work nearly as well enough or in the case of hydro storage are available in enough quantity to cover a month of weak wind. For example. The US would consume its entirety of pumped hydro storage in a third of…
That just gave me the idea that there could be a main instance that keeps a summary of the problem (List of paragraphs for each subproblem) and other instances that hold the larger text that these summaries are based…
Felt the same way after first going from eclipse to intellij. This fear, this lack off. But after a while i didn't notice anymore and i have never run into a situation where something important was lost. In the…
Thats pretty funny.
Of course.
I mean i would but i don't know wether going back in time would pass the borrow checker.
What a mindblowing attitude for a book whos contents are already freely available as blogposts. Shame.
Then you're blind.
>Because I've actually benchmarked it: https://quick-bench.com/q/ISEetAHOohv-GaEuYR-7MajJgTc 18.5 nanoseconds fits under no reasonable definition of "crazy expensive", not when a regular increment clocks in at 5.9…
>First off, this is not why Python has a GIL, but lets leave that aside. Atomic writes are more expensive than non-atomic ones, but they are not slow operations in the grand scheme of things. If you properly implement…
Yeah i noticed this heavily. Working on a branch i critique and give a simpler design. Claude implements and then in a huge comments reference the outdated worse design. Zero value to that. Even having a "how to write…
Yes these things happen as part of RL Training. Same way that you can see the "But wait ..." phrases in thinking traces. They get rewarded.
Article is seriously wrong, because it makes a huge mistake in the last part. You can't simply look at the produced tokens and that is your cost. In agentic coding there are lots of turns meaning you not only pay for…
Harness: a piece of equipment with straps and belts, used to control or hold in place a person, animal, or object. So yes the generel meaning applies to test setup and running and also to the agent cli which is the…
The K/V Cache is just an optimization. But yeah you would expect the attention for the model producing "Ok im doing X" and you asking "Why did you do X?" be similar. So i don't see a reason why introspection would be…
Does anyone know. How would that relate to simply wrapping claude code as a subprocess?
Its not really hard to tell.
Pipe to dev/null. Fastest database i have ever used.
It is literally true. You don't need to run a type checker.
mypy is also written in a style conducive to speed ups when compiling with mypyc
Funny i know about Proust from The Sopranos.
You don't you build solar and wind, which have different seasonal productions. Wind power is actually higher during winter. See: https://www.researchgate.net/figure/Estimated-normalized-mon... And if you combine the…
Must feel especially shitty to have your freedom curtailed like this, looking at the probable end of your life.
Yeah Containers like Option<T> and Result<T> not having a proper subtyping relation to T is major flaw. I mean you are basically giving a stronger guarantee if you are returning T instead of T or an Error, yet you break…
Concurrency is not "single core parallelism". Concurrency describes tasks/threads of execution making independent progress of each other. Parallelism describes tasks/threads actually running at the same time.
They don't work nearly as well enough or in the case of hydro storage are available in enough quantity to cover a month of weak wind. For example. The US would consume its entirety of pumped hydro storage in a third of…
That just gave me the idea that there could be a main instance that keeps a summary of the problem (List of paragraphs for each subproblem) and other instances that hold the larger text that these summaries are based…
Felt the same way after first going from eclipse to intellij. This fear, this lack off. But after a while i didn't notice anymore and i have never run into a situation where something important was lost. In the…
Thats pretty funny.
Of course.
I mean i would but i don't know wether going back in time would pass the borrow checker.
What a mindblowing attitude for a book whos contents are already freely available as blogposts. Shame.
Then you're blind.
>Because I've actually benchmarked it: https://quick-bench.com/q/ISEetAHOohv-GaEuYR-7MajJgTc 18.5 nanoseconds fits under no reasonable definition of "crazy expensive", not when a regular increment clocks in at 5.9…
>First off, this is not why Python has a GIL, but lets leave that aside. Atomic writes are more expensive than non-atomic ones, but they are not slow operations in the grand scheme of things. If you properly implement…