Evaluation design protocol v1
Coding Agents can explore repositories, break work into tasks, write code, and revise it until the tests pass. As implementation becomes faster, it becomes harder for developers to…
ReadThe Architecture of Learning
Learning Like a Computer — The Architecture of Rapid Learning When people need to learn an unfamiliar subject in a few days, they usually increase the speed of input. They turn pag…
ReadPintOS: The Day Memory Was Full
A new page needed to come in, and there was no frame left. A page is one piece of the virtual memory a program uses; a frame is the seat where that piece actually sits in RAM. When…
ReadPintOS: Deliberate Complexity
The second week of PintOS covered user programs. The flow grew more complex than the Threads part, and understanding the structure of PintOS piece by piece took time. The hardware…
ReadPintOS: Operating System as OrcheStra
First week of PintOS, I read the thread code. The functions themselves weren't hard. What was hard was the space between them. Why does this function stop here? Where does a stoppe…
Read