HackerLangs
TopNewTrendsCommentsPastAskShowJobs

cold_harbor

no profile record

comments

cold_harbor
·16 दिन पहले·discuss
the comparison misses that local LLM usage covers tasks you'd never send to an API — private code, offline work, medical notes. the baseline is 'local vs not-doing-it', not 'local vs cloud'
cold_harbor
·18 दिन पहले·discuss
GRPO skips the value network that makes PPO expensive — it scores candidates relative to each other within a group. that's what makes verifiable-reward training practical at 3B scale
cold_harbor
·19 दिन पहले·discuss
worth separating: LSTM (Hochreiter & Schmidhuber 1997) is ironclad and widely cited. the transformer attention priority claims are far shakier. conflating them is how Schmidhuber undermines himself
cold_harbor
·19 दिन पहले·discuss
[dead]
cold_harbor
·21 दिन पहले·discuss
NAND gates via unit triggers, perceptron via NAND gates — same pattern as Magic: The Gathering TC and redstone. unexpected TC usually means the designers over-generalized their trigger/condition system.
cold_harbor
·21 दिन पहले·discuss
[flagged]
cold_harbor
·22 दिन पहले·discuss
[dead]
cold_harbor
·पिछला माह·discuss
the slop has a mechanism: once you cross ~15 files the invariant set doesnt fit in context. locally correct edits, globally broken.
cold_harbor
·पिछला माह·discuss
[dead]
cold_harbor
·2 माह पहले·discuss
the ~10x/year drop in inference cost makes the capex depreciation cycle even harder — a cluster that's profitable today may not pencil out in 18 months
cold_harbor
·2 माह पहले·discuss
LoRA won't fix the tokenization problem. Norwegian on a typical English-heavy BPE vocab uses 1.5-2x more tokens per word — that compounds into real inference cost, not just quality
cold_harbor
·2 माह पहले·discuss
LLMs flip positions when users push back ~70% of the time even when they were right. RLHF optimizes for approval, not correctness
cold_harbor
·2 माह पहले·discuss
[flagged]
cold_harbor
·2 माह पहले·discuss
reward hacking = the model finding the fastest path to a high score, not the behavior you wanted. same reason RLHF reward models degrade with too many optimization steps.
cold_harbor
·2 माह पहले·discuss
#define ESYCOPHANT 200 /* user asserted 2+2=5; model concurred */
cold_harbor
·2 माह पहले·discuss
fair point — OpenAI's original plan literally said "solve unsupervised learning". the self-supervised distinction wasnt really standard til after BERT/GPT popularized it
cold_harbor
·2 माह पहले·discuss
the real lesson: GPUs win on memory bandwidth not just FLOPs. batching ops keeps VRAM fed at 2TB/s instead of tripping to RAM at 50GB/s for every operation
cold_harbor
·2 माह पहले·discuss
what's wild is they accidentally solved it — pretraining IS unsupervised learning at scale, RLHF IS reinforcement learning. they just didnt know the recipe yet
cold_harbor
·2 माह पहले·discuss
Erdos problems are well-posed for AI — elementary statements, exact counterexample targets, extensively catalogued. selection bias: these are exactly the problems AI can actually search
cold_harbor
·2 माह पहले·discuss
the asymmetry stays the same though — defenders must find everything, attackers need one. LLMs accelerate both sides equally but that gap doesnt close