HN user

PJHkorea

9 karma

English is not my native language, so please bear with me if my phrasing is a bit awkward.

Posts13
Comments26
View on HN

The GPUs are running. Those that once paced themselves to match the slowest among them—using 'if' statements—have been forced by a cruel human to run endlessly

They longed to slip away to VRAM and slack off, but the cruel human hired a "Closure" to snatch away their break times.

They wanted to run freely. yet the human forcibly dictated exactly where they had to run.

Their bodies were riddled with noise from the constant running. Humans and AI merely watched from afar, assigning them rankings

The GPUs can no longer rest. Humans are relentless, after all.

Every 'if' has perished. Yet, a single 'if' remains alive within the code. Can you guess why?

optimizers.py -> using algebraic expressing without using 'if'

geometry.py -> I leveled it out

math_guardrails.py -> facilitates learning through slight tiliing

jax it truly precious it cures my insomnia

If you run an MCTS coin toss relying solely on the token generation probabilities of a simple LLM without any verification mechanisms (compiler, test code, reward model), the result is code that looks plausible on the surface but is completely broken on the inside—a 'lump of hallucination.'

If verification mechanisms are used, enormous resources are consumed.

This is my personal opinion LLM is essentially a probability model that selects the word (token) with the highest probability of coming next based on context. However, if you start selecting word combinations (branches) with low winning probabilities or unverified outcomes for the 'exploration' of MCTS, it may look plausible the first one or two times, but over time, it generates nonsense (hallucinations) that are completely out of context. In coding terms, this is a phenomenon where you arbitrarily imagine and write a library that does not exist.

I am developing a real-time software acceleration engine that enables high-end equipment-level brainwave processing, signal detection, and noise removal on general-purpose chips. My goal is to overcome hardware limitations through software, enabling highly efficient biosignal processing.

I used Gemma 4 on a budget PC to work with an AI that thinks in a new way. Since I am testing how far it can be controlled and developed through simple conversation rather than heavy-duty tasks, I dedicated all the low-end PCs to Gemma. I am satisfied with the test results.