personal index

intelligent systems,efficient machines.

these are the questions I keep returning to: how models use information, how machines move it, and how small systems can stay understandable.

unfinished ideas, recurring questions, and things built to test them.

interests

principal components

01

learning systems

prompt use, internal state, recovery, objectives, and deterministic behavior.

02

efficient machines

memory movement, precision, arithmetic intensity, and hardware-aware design.

03

reliable infrastructure

scheduling, storage, networks, failure boundaries, power, and cooling.

index

topics and links

01

learning systems

prompt conditioning · recurrent state · training objectives

02

efficient computation

precision · memory traffic · kernels · model shape

03

infrastructure

scheduling · storage · networks · isolation

04

physical systems

accelerators · interconnects · thermals · power

05

methods

deterministic tests · small experiments · clear evidence

artifacts

experiments and outputs

A01

prompt-conditioning probe

compare real, empty, and changed prompts to find where different inputs collapse.

A02

deterministic decoding test

separate token scores from stop rules and make every failure reproducible.

A03

gpu scheduling sketch

combine shared and exclusive work with clear placement, preemption, and isolation.

A04

multi-objective training

preserve several useful behaviors without keeping many full model states in memory.