Register and share your invite link to earn from video plays and referrals.

Ricker
@0xRicker
Researcher & Contributor | Creator | Dm open
384 Following    9K Followers
300 agents without context engineering is just 300 ways to lose track of the answer. a serious agent system starts looking less like: 1 model → 1 prompt → 1 answer and more like: 1 planner → N parallel agents → verifier → merge → memory → human gate once you have 10, 50, or 300 agents, the number of possible relationships explodes. 100 entities = 4,950 possible pairwise relationships. 300 = 44,850. 1,000 = 499,500. that’s why “just give the model more context” stops working surprisingly fast. you need different agents seeing different slices of the graph. the architecture around the model is becoming the product. full article below ↓
Show more
300 agents without context engineering is just 300 ways to lose track of the answer. a serious agent system starts looking less like: 1 model → 1 prompt → 1 answer and more like: 1 planner → N parallel agents → verifier → merge → memory → human gate once you have 10, 50, or 300 agents, the number of possible relationships explodes. 100 entities = 4,950 possible pairwise relationships. 300 = 44,850. 1,000 = 499,500. that’s why “just give the model more context” stops working surprisingly fast. you need different agents seeing different slices of the graph. the architecture around the model is becoming the product. full article below ↓
Show more
everyone is trying to solve the GPU shortage by building more GPUs. meanwhile a huge amount of existing capacity is just sitting idle. Thunder Compute’s bet is basically: use software to unlock the hardware we already have.
Show more
Today, we raised a $13M series A to solve the GPU shortage Trillions are being spent on GPU CapEx while 80% of it sits idle The capacity already exists Virtualizing GPUs unlocks it Backed by Matrix, YC, and CEAS
Show more
300 agents can find 1,000 sources. that still doesn’t make the research good the interesting part starts when those sources are forced to check each other. in K3 graph-native setup: 300 agents → 140 linked sources → 100% traceable claims → 9 contradictions surfaced one source confirms a number. another challenges it. a third connects the same entity from a different angle. so instead of: source → summary you get: source → entity → overlap → contradiction → verification → graph every new source becomes a node. if 3–4 independent sources support the same claim, confidence goes up. if 2 sources disagree, the contradiction gets flagged. if a claim has only 1 supporting source, it stays weak. a normal research workflow could have quietly shipped those 9 contradictions as facts. that’s why the breakthrough isn’t just 300 agents running in parallel. full breakdown in the article below.
Show more
300 agents can find 1,000 sources. that still doesn’t make the research good the interesting part starts when those sources are forced to check each other. in K3 graph-native setup: 300 agents → 140 linked sources → 100% traceable claims → 9 contradictions surfaced one source confirms a number. another challenges it. a third connects the same entity from a different angle. so instead of: source → summary you get: source → entity → overlap → contradiction → verification → graph every new source becomes a node. if 3–4 independent sources support the same claim, confidence goes up. if 2 sources disagree, the contradiction gets flagged. if a claim has only 1 supporting source, it stays weak. a normal research workflow could have quietly shipped those 9 contradictions as facts. that’s why the breakthrough isn’t just 300 agents running in parallel. full breakdown in the article below.
Show more
300 agents can still give you bad research. unless the sources can check each other. the interesting part is what happens when every source can see every other source. K3 swarm doesn't just dump research into 300 separate write-ups. • every source becomes a node. • shared entities become edges. • single-source claims stick out as weak. so instead of: `300 agents → 300 answers` you get: `300 agents → sources → links → one research graph` and that's where things start showing up that no individual agent was explicitly asked to find. the article's example ends with 140 linked sources, every claim traceable to its origin, and 9 contradictions surfaced instead of silently shipped as facts. esearch stops being a pile of tabs. it becomes a system where the sources check each other. Book this & read full breakdown below
Show more
300 agents can still give you bad research. unless the sources can check each other. the interesting part is what happens when every source can see every other source. K3 swarm doesn't just dump research into 300 separate write-ups. • every source becomes a node. • shared entities become edges. • single-source claims stick out as weak. so instead of: `300 agents → 300 answers` you get: `300 agents → sources → links → one research graph` and that's where things start showing up that no individual agent was explicitly asked to find. the article's example ends with 140 linked sources, every claim traceable to its origin, and 9 contradictions surfaced instead of silently shipped as facts. esearch stops being a pile of tabs. it becomes a system where the sources check each other. Book this & read full breakdown below
Show more
300 agents just worked in parallel. the hard part starts when they’re done. The real unlock is the shared context graph. 100 entities already have 4,950 possible pairwise relationships. at 300, that jumps to 44,850. 300 agents → thousands of steps → shared entities → shared relationships → one connected memory layer Every run adds more structure instead of starting from zero. That means the next agent doesn’t just get more data. It gets a better map of how everything connects. That’s the part people are underestimating about multi-agent systems.
Show more
300 agents just worked in parallel. the hard part starts when they’re done. The real unlock is the shared context graph. 100 entities already have 4,950 possible pairwise relationships. at 300, that jumps to 44,850. 300 agents → thousands of steps → shared entities → shared relationships → one connected memory layer Every run adds more structure instead of starting from zero. That means the next agent doesn’t just get more data. It gets a better map of how everything connects. That’s the part people are underestimating about multi-agent systems.
Show more
Andrej Karpathy just said what no one wants to admit: "Your agent loop is generating garbage at scale and you can't see it." 90% of model size today = memorizing garbage data from the internet. 99% of AI companies are building demos, not products. In a 20-minute conversation, Karpathy reveals the exact product architecture
Show more
Andrej Karpathy just said what no one wants to admit: "Your agent loop is generating garbage at scale and you can't see it." 90% of model size today = memorizing garbage data from the internet. 99% of AI companies are building demos, not products. In a 20-minute conversation, Karpathy reveals the exact product architecture
Show more
Head of Canva AI at Claude: "90% of our engineers use agent harness every day - a main Sonnet agent that delegates tasks to Opus or Haiku." In a 25-minute session at Code with Claude, Danny reveals the full cost architecture: sub-agents, routing logic, budget prompting patterns, and the org-wide cost culture. Worth more than any $500 AI infrastructure course.
Show more
Head of Canva AI at Claude: "90% of our engineers use agent harness every day - a main Sonnet agent that delegates tasks to Opus or Haiku." In a 25-minute session at Code with Claude, Danny reveals the full cost architecture: sub-agents, routing logic, budget prompting patterns, and the org-wide cost culture. Worth more than any $500 AI infrastructure course.
Show more
ex Google Senior Engineer: "Most AI agents are almost right." 90% of AI PR agents hallucinate because they have zero repo context. 0 retrieval = 0 grounding = 100% confident nonsense posted to your PR. In this 3-hour workshop, Ayush builds the whole stack live: webhook ingress + fan-out orchestration + 3-layer memory + HITL gate + cost dashboard. Worth more than $100K Stanford LLM senior degree.
Show more
ex Google Senior Engineer: "Most AI agents are almost right." 90% of AI PR agents hallucinate because they have zero repo context. 0 retrieval = 0 grounding = 100% confident nonsense posted to your PR. In this 3-hour workshop, Ayush builds the whole stack live: webhook ingress + fan-out orchestration + 3-layer memory + HITL gate + cost dashboard. Worth more than $100K Stanford LLM senior degree.
Show more
ANDREJ KARPATHY JUST BUILT A LLM FROM SCRATCH AND OPEN-SOURCED ALL CODE And it still contains the full LLM pipeline: → dataset → training loop → inference loop Karpathy spent nearly a decade simplifying LLMs through micrograd and makemore The core algorithm behind GPT fits in 200 lines. Book & Watch this, than read article below
Show more
ANDREJ KARPATHY JUST BUILT A LLM FROM SCRATCH AND OPEN-SOURCED ALL CODE And it still contains the full LLM pipeline: → dataset → training loop → inference loop Karpathy spent nearly a decade simplifying LLMs through micrograd and makemore The core algorithm behind GPT fits in 200 lines. Book & Watch this, than read article below
Show more
K3 CAN NOW RUN 300 AI AGENTS AT ONCE. BUT THIS NUMBER IS EVEN CRAZIER: 100 entities = 4,950 possible relationships. That’s why the context graph matters. 300 agents can explore thousands of paths in parallel. Up to 4,000 steps in a single run. Each one finds different pieces: → companies → wallets → people → sources → counterparties → claims Then Kimi links them into one graph. One agent finds a wallet. 17 agents later, another finds that same wallet connected to a completely different company. The edge appears. Do this across hundreds of agents and suddenly the system starts surfacing relationships nobody explicitly asked it to search for. And it keeps the graph for the next run. So every new swarm starts with more context than the last one. That’s the real unlock: 300 agents researching in parallel + one memory layer that never resets. Full breakdown in the article below.
Show more
K3 CAN NOW RUN 300 AI AGENTS AT ONCE. BUT THIS NUMBER IS EVEN CRAZIER: 100 entities = 4,950 possible relationships. That’s why the context graph matters. 300 agents can explore thousands of paths in parallel. Up to 4,000 steps in a single run. Each one finds different pieces: → companies → wallets → people → sources → counterparties → claims Then Kimi links them into one graph. One agent finds a wallet. 17 agents later, another finds that same wallet connected to a completely different company. The edge appears. Do this across hundreds of agents and suddenly the system starts surfacing relationships nobody explicitly asked it to search for. And it keeps the graph for the next run. So every new swarm starts with more context than the last one. That’s the real unlock: 300 agents researching in parallel + one memory layer that never resets. Full breakdown in the article below.
Show more
Anthropic's Claude team just showed the real fix to a $4,200/month AI coding bill 15-minutes. free. by the people who built Claude one person + Skills + smart routing = the same shipping speed at 7% of the cost worth more than any $500 vibe-coding course Bookmark & watch today
Show more