@0xRicker

AI researcher • developer • engineer • DMs always open

Bali, Indonesia
Joined November 2025
Ricker retweeted
Jev Engineering is the layer most agent stacks are still missing. state → decision → action → verification → next state up to 193x faster and 444x cheaper in our tests. everyone is optimizing the model. Jev Engineering optimizes what happens between model calls. every agent eventually hits the same fork: state → multiple possible actions → one route has to win instead of sending every decision back to an expensive LLM call, Jev turns that into a dedicated layer: so the loop becomes: LLM → reason Jev → decide tools / agents → execute state → update Jev → decide again once decisions become their own engineering layer, you can benchmark, batch and verify them separately. full blueprint in article ↓
Jev could become the control layer AI agents have been missing. Instead of spending 5–20 seconds and expensive LLM calls deciding every next step, it can route actions in milliseconds at near-zero cost. In this article, I break down how
27
44
1
510
52,572
Jev Engineering is the layer most agent stacks are still missing. state → decision → action → verification → next state up to 193x faster and 444x cheaper in our tests. everyone is optimizing the model. Jev Engineering optimizes what happens between model calls. every agent eventually hits the same fork: state → multiple possible actions → one route has to win instead of sending every decision back to an expensive LLM call, Jev turns that into a dedicated layer: so the loop becomes: LLM → reason Jev → decide tools / agents → execute state → update Jev → decide again once decisions become their own engineering layer, you can benchmark, batch and verify them separately. full blueprint in article ↓
Jev could become the control layer AI agents have been missing. Instead of spending 5–20 seconds and expensive LLM calls deciding every next step, it can route actions in milliseconds at near-zero cost. In this article, I break down how
27
44
1
510
52,572
Ricker retweeted
Jev could become the control layer AI agents have been missing. Instead of spending 5–20 seconds and expensive LLM calls deciding every next step, it can route actions in milliseconds at near-zero cost. In this article, I break down how
21
13
11
122
79,369
Jev could become the control layer AI agents have been missing. Instead of spending 5–20 seconds and expensive LLM calls deciding every next step, it can route actions in milliseconds at near-zero cost. In this article, I break down how
21
13
11
122
79,369
Ricker retweeted
GPT-6 Astra + 300 K3 agents shouldn’t behave like a team of 300 people. they should behave like one system with 300 temporary processes. one agent finds a source. another finds a contradiction. 20 others test different branches. 50 more execute tools. most of them never need to talk to each other. they only need to update the right state. that changes the architecture: goal → route → swarm → local work → verify → shared state → re-route the interesting part isn’t spawning 300 agents. it’s making sure agent #287 can change what agent #12 does without both reading the entire system. that’s where orchestration starts to matter more than the individual model.
22
17
2
125
8,623
GPT-6 Astra + 300 K3 agents shouldn’t behave like a team of 300 people. they should behave like one system with 300 temporary processes. one agent finds a source. another finds a contradiction. 20 others test different branches. 50 more execute tools. most of them never need to talk to each other. they only need to update the right state. that changes the architecture: goal → route → swarm → local work → verify → shared state → re-route the interesting part isn’t spawning 300 agents. it’s making sure agent #287 can change what agent #12 does without both reading the entire system. that’s where orchestration starts to matter more than the individual model.
22
17
2
125
8,623
300 agents are useless if the system can’t keep 4,000 parallel steps pointed at the same objective. the hard part isn’t spawning the swarm. it’s orchestration. 1 objective → 12 specialized swarms → 300 agents → 4,000 execution steps → shared state → verified output each swarm gets a different job: research → browser + automation → programming → files + documents → verification → merge the system only works if hundreds of local actions keep collapsing back into one shared state. 300 agents give you parallelism. the orchestration layer is what turns that parallelism into one result.
14
5
82
5,369
Ricker retweeted
Sam Altman just summed up GPT-6 Astra in one line: "These models are going to become smarter than people." That's how he described 10 years of AI research Altman calls it the worst accident the company has ever seen. 37 minutes of the OpenAI CEO of 1.2 Trillion Ai company Book & Watch it
14
3
1
35
1,554
Sam Altman just summed up GPT-6 Astra in one line: "These models are going to become smarter than people." That's how he described 10 years of AI research Altman calls it the worst accident the company has ever seen. 37 minutes of the OpenAI CEO of 1.2 Trillion Ai company Book & Watch it
14
3
1
35
1,554
Ricker retweeted
GPT-6 Astra + 300 K3 agents shouldn’t be a 24/7 system. they should be a 28-minute swarm built around one objective. the mistake is treating 300 agents like permanent infrastructure. most tasks don’t need 300 workers awake. they need 300 workers available. when a real objective arrives, Astra defines the shape of the job: 1 objective → 6–12 workstreams → 30–50 K3 agents per swarm → local execution → verification → merge then the swarm disappears. because even 300 agents producing just 10 intermediate updates each creates 3,000 state changes before counting a single retry or tool call. and that’s before adding: searches → handoffs → tool calls → contradictions → retries → re-plans keeping all of that alive permanently just creates more state to synchronize. the better architecture keeps the memory, not the workforce. 28 minutes later, you keep the result. not the 300 workers. full setup in the article below ↓
15
12
2
100
9,429
GPT-6 Astra + 300 K3 agents shouldn’t be a 24/7 system. they should be a 28-minute swarm built around one objective. the mistake is treating 300 agents like permanent infrastructure. most tasks don’t need 300 workers awake. they need 300 workers available. when a real objective arrives, Astra defines the shape of the job: 1 objective → 6–12 workstreams → 30–50 K3 agents per swarm → local execution → verification → merge then the swarm disappears. because even 300 agents producing just 10 intermediate updates each creates 3,000 state changes before counting a single retry or tool call. and that’s before adding: searches → handoffs → tool calls → contradictions → retries → re-plans keeping all of that alive permanently just creates more state to synchronize. the better architecture keeps the memory, not the workforce. 28 minutes later, you keep the result. not the 300 workers. full setup in the article below ↓
15
12
2
100
9,429
Ricker retweeted
300 agents shouldn’t be asking the same model the same question. the better setup is asymmetric. Kimi K3 does the wide work: → 100–300 parallel agents → search → collect → compare → maintain shared state GPT-6 Astra only enters where the problem gets narrow: → edge cases → contradictions → high-stakes decisions → final verification so the loop becomes: K3 gathers → Astra decides → K3 executes → verify → repeat not one model doing everything. two brains, each used where it has the highest leverage.
10
20
1
182
24,580
300 agents shouldn’t be asking the same model the same question. the better setup is asymmetric. Kimi K3 does the wide work: → 100–300 parallel agents → search → collect → compare → maintain shared state GPT-6 Astra only enters where the problem gets narrow: → edge cases → contradictions → high-stakes decisions → final verification so the loop becomes: K3 gathers → Astra decides → K3 executes → verify → repeat not one model doing everything. two brains, each used where it has the highest leverage.
10
20
1
182
24,580
Ricker retweeted
Sam Altman (CEO of Open AI) just said what no one wants to admit:: "You no longer need to write prompts, if you use GPT-6 Astra” In under 1 hour, he shows how to use GPT-6 Astra at a level most people probably haven’t even considered. You will realize that you use maybe 15% of what this tool is actually capable of. Watch the video, then read the guide below on how to get the most out of it ↓
15
17
108
33,659
Sam Altman (CEO of Open AI) just said what no one wants to admit:: "You no longer need to write prompts, if you use GPT-6 Astra” In under 1 hour, he shows how to use GPT-6 Astra at a level most people probably haven’t even considered. You will realize that you use maybe 15% of what this tool is actually capable of. Watch the video, then read the guide below on how to get the most out of it ↓
15
17
108
33,659
Ricker retweeted
3000 agents shouldn’t be running all day. ASTRA + K3 should spin them up for 28 minutes, finish the job, then shut the whole swarm down. the bottleneck in a 300-agent system probably isn’t compute. it’s deciding what each agent should know. give all 300 agents the full context and you create: duplicate reasoning → repeated searches → conflicting updates → context pollution give each swarm a different slice and the system changes. ASTRA sees the global state. K3 swarms see only what they need for their branch. one objective can become: 8 research fronts → 40 subproblems → 300 agents → thousands of local actions without forcing every agent to carry the entire problem. the next scaling trick for agents might be less context, not more.
7
2
36
2,262
3000 agents shouldn’t be running all day. ASTRA + K3 should spin them up for 28 minutes, finish the job, then shut the whole swarm down. the bottleneck in a 300-agent system probably isn’t compute. it’s deciding what each agent should know. give all 300 agents the full context and you create: duplicate reasoning → repeated searches → conflicting updates → context pollution give each swarm a different slice and the system changes. ASTRA sees the global state. K3 swarms see only what they need for their branch. one objective can become: 8 research fronts → 40 subproblems → 300 agents → thousands of local actions without forcing every agent to carry the entire problem. the next scaling trick for agents might be less context, not more.
7
2
36
2,262
Ricker retweeted
44,850 possible agent-to-agent relationships is where multi-agent systems stop being a prompt problem. 300 agents can work in parallel. the harder part is making every new result change what the rest of the system does next. one agent finds a signal → another connects it to an existing entity → a third finds a contradiction. the route changes. more agents wake up. the shared state updates. so instead of: 300 agents → 300 outputs you get: 300 agents → shared context → live routes → contradictions → verification → memory → one evolving system that’s the part of multi-agent architecture I find much more interesting than simply increasing the agent count. the swarm is temporary. the shared state is the actual system.
12
6
73
4,317
44,850 possible agent-to-agent relationships is where multi-agent systems stop being a prompt problem. 300 agents can work in parallel. the harder part is making every new result change what the rest of the system does next. one agent finds a signal → another connects it to an existing entity → a third finds a contradiction. the route changes. more agents wake up. the shared state updates. so instead of: 300 agents → 300 outputs you get: 300 agents → shared context → live routes → contradictions → verification → memory → one evolving system that’s the part of multi-agent architecture I find much more interesting than simply increasing the agent count. the swarm is temporary. the shared state is the actual system.
12
6
73
4,317