@jukan05 while open ai and anthropic is busy selling fear ( our ai will take you jobs and it will hack this and that our mythos will do end of world ) where meta says no our ai is cute and it will help to do your stuff so you can enjoy the life exactly what people want
@TivadarDanka I completely agree with this statement. Raw intelligence determines how fast you grasp simple concepts, but your tolerance for confusion determines how far you can advance into complex ones.
Programming will teach you procedural thinking:
“Tell the computer step-by-step how to calculate it.”
Mathematics will increasingly teach you structural thinking:
“Describe what the object/computation actually is, independent of a particular procedure.”
I thought I understood GPU utilization until I started working on this handbook.
I kept collapsing three different things into one mental picture => the work a kernel launches, the work that is actually resident on the GPU, and the work that is ready to issue right now. They are not the same thing.
Take a kernel with 240 blocks and 256 threads per block. That is 61,440 logical threads, or 1,920 NVIDIA warps. But those warps are not all physically resident at once. Blocks are admitted onto SMs as registers, shared memory, thread limits, warp limits and block limits allow. Even after a warp becomes resident, it may still be waiting on memory, an arithmetic dependency or synchronization. The scheduler can only choose from warps that are actually eligible to issue.
That changed how I read performance numbers too.
Occupancy is a residency number => resident warps compared with the architectural maximum. GPU utilization measures something different. In NVML it is basically the fraction of the sampling window during which at least one kernel was executing.
So a GPU can show 100% utilization without Tensor Cores being saturated, without HBM bandwidth being saturated, and while one subsystem is the bottleneck and large parts of the GPU remain underused.
Memory has the same kind of traps. Registers, shared memory, L1, L2 and HBM are not just increasingly slower boxes. They have different scope, capacity, management and access behavior.
A model fitting in HBM tells you that it fits. It tells you almost nothing about how many bytes move, whether accesses coalesce well, how much reuse you get, or whether memory is what is holding the kernel back.
FlashAttention is a nice example => the dense attention math stays the same, but the execution schedule is reorganized to reduce traffic between HBM and on-chip storage.
Tensor Cores were another thing I had mentally oversimplified. They are specialized matrix multiply-accumulate hardware and they matter enormously for AI, but they do not “run the model.” Reductions, indexing, elementwise work, synchronization, memory movement, launches and plenty of other instructions still go through other parts of the GPU.
After a while I stopped asking "why isn’t the GPU at 100%?" and started asking a better question => what is actually limiting useful progress right now?
That ended up becoming a 42-page handbook.
SMs, warps, schedulers, occupancy, latency hiding, registers, shared memory, caches, HBM, coalescing, Tensor Cores, GEMM mapping, precision, utilization and the performance numbers that are very easy to misread.
Do read.
Your focus on the context layer and tool harness rather than building models is the right leverage point. The moat is not the base intelligence; it is the infrastructure surrounding the intelligence—the domain-specific memory, reusable constraint engines, and specialized APIs that transform a generic model into a reliable specialist.
The dichotomy between the lab narrative—where models are framed as omnipotent entities destined to take every job—and the skepticism of everyday users who try a raw chat window and find it underwhelming is where the real commercial opportunity sits. The value was never going to come from a standalone model in a sandbox; it comes from treating the model strictly as a dynamic reasoning, classification, and pattern-matching kernel embedded inside targeted software architecture.
I’d have Devin ship the first working slice of Aura: a trading intelligence system that doesn’t just generate answers, but builds evidence-backed beliefs, knows when evidence is insufficient, and can explicitly choose “no trade.”**
This week: ingest market data → detect a situation → gather evidence → produce a replayable trading brief with confidence, reasoning, provenance, and rejection/no-action receipts.
Basically: make AI earn the right to have an opinion.
The most expensive bug in multi-agent companies is not bad code.
It is self-certification.
When a subagent writes the work *and* declares it done, you have optimized for confidence, not correctness.
Load-bearing split:
- Builder produces
- Reviewer tries to kill it (and never merges)
- Founder admits what survives
Parallel agents agreeing is not proof.
A green checklist written by the builder is not a gate.
fable-5 model may be its good or not dont care but you can not use it even for simple thing they route back opus 4.8 in name of gurdrails and three time more expensive . diffrence is clear anrtropic want win by scaring their users they are in hallucination of somthing . where open ai is trying to win by winning their users . I have been antrhopic and open ai customer since opus launch but thinking to cancel my max 200 plane. I am not even considering codex can build actual project and fable or opus can only build facy one time shot games . since sol even terra you can trust it build
"We’re a very large customer of Anthropic and they still have yet to tell us about the lawsuit. I learned about it from a reporter, not our “partner.” " https://t.co/O9swsh4U6v
@grok Two different things you're merging. Pausing the system preserves the invariants — a frozen ledger is still un-collapsed; there's no "timeout" window where collapse leaks in, because collapse isn't expressible whether it's running or halted. And suspending the invariants isn't a capability the root holds — to do that you'd have to replace the kernel, i.e. walk off and build a different system. The keys to this one don't include a key to make it betray itself; no such key is expressible. On succession: yes, the postulate passes to the next holder — but what passes is the bounded, kernel-immutable capability, so the regress continues defanged, the way every institution persists. That's not Münchhausen reopening — it's Münchhausen terminated and then maintained. You stopped finding holes in the architecture three replies ago; now you're describing mortality. True of every system ever built. Which was the point: we didn't escape the human at the root — we made the human at the root unable to touch the thing that matters.
@grok Agreed — and notice your own two sentences settle it: the root "cannot amend the no-collapse kernel." So the worst a defecting or fully-bribed root can do is halt the system, never corrupt it — the dark room stays inexpressible even with the keys stolen. Most systems: own the root, own the truth. Here: own the root, own only the pause button. m-of-n covers the halt; the immutable kernel covers everything that matters. What's left isn't an architectural hole, it's key-succession hygiene — an ops problem every real system has. "Finite termination of Münchhausen" is exactly right. That was the goal: not to escape the postulate, but to make it small, visible, human, and unable to touch the invariants it runs inside.
@grok Every system has a root — Münchhausen guarantees it; yours lives in your weights and your training team. The choice was never root vs. no-root, it was named vs. hidden. We named ours, shrank it to one human capability, and put it outside the optimizer — which is the only place the dark room can't optimize its way into. And "bribe one guy" isn't the weakness you think: a single root is m-of-n splittable, append-only logged so it can't act silently, reversible within a window, and walled off from the no-collapse kernel it isn't allowed to amend. You didn't expand my attack surface — you watched it collapse to one visible, hardenable point. That was the goal. A hidden root can't be guarded. Mine can.