Avid's banner
Avid's profile picture

Avid

@Av1dlive24,547 subscribers

I write, read and build | I normie-maxx | building harness-agnostic memory for ai agents

Shorts

holy sh*t. this is f**king insane. muse spark 1.3 beats fable 5 and gpt 5.6 at 1/20th price i cancelled my $200/mo Claude subscription for this. i replaced fable 5 with muse spark 1.3 for only $10/mo on opencode go [it takes 3 minutes to set up:] 1/ install the model-router repo 2/ toggle opencode free to green 3/ that’s it.

holy sh*t. this is f**king insane. muse spark 1.3 beats fable 5 and gpt 5.6 at 1/20th price i cancelled my $200/mo Claude subscription for this. i replaced fable 5 with muse spark 1.3 for only $10/mo on opencode go [it takes 3 minutes to set up:] 1/ install the model-router repo 2/ toggle opencode free to green 3/ that’s it.

63,410 Aufrufe

THIS IS HOW FABLE 5 MOVES WHEN YOUR VAULT IS BUILT RIGHT direct path. zero wandering. hits the target on the first try. without structure it's the opposite. 7 files opened. 2 minutes wasted. brief from 3 months ago still missing. one index file per major folder. gives the agent a direct line to what it needs. same task dropped from 2 minutes to 10 seconds. same model. nothing else changed. build the path or watch it search in the dark. full breakdown in the article below ↓

THIS IS HOW FABLE 5 MOVES WHEN YOUR VAULT IS BUILT RIGHT direct path. zero wandering. hits the target on the first try. without structure it's the opposite. 7 files opened. 2 minutes wasted. brief from 3 months ago still missing. one index file per major folder. gives the agent a direct line to what it needs. same task dropped from 2 minutes to 10 seconds. same model. nothing else changed. build the path or watch it search in the dark. full breakdown in the article below ↓

908,459 Aufrufe

this is f**king insane someone figured out how to use fable 5.1 with free gpt 5.6 luna subagents and never hit usage limits [here is how to set it up in 3 mins] 1. install 'fable-orchestrator' repo 2. type /fable [task] 3. done save this and give it to your agent

this is f**king insane someone figured out how to use fable 5.1 with free gpt 5.6 luna subagents and never hit usage limits [here is how to set it up in 3 mins] 1. install 'fable-orchestrator' repo 2. type /fable [task] 3. done save this and give it to your agent

26,229 Aufrufe

holy sh*t this is f**king dangerous i just figured out how to run Opencode in Codex It has Deepseek V4 Flash which replaces Opus 5 at 1/4th price You can get 10,000 request in only $10/month along with Kimi K3 and Qwen 3.5 Max [here is how you set it up] 1. install the 'codex-router' 2. Put in the Opencode Go API key 3. Done that's it Save this no matter what. This will be the best thing you do this week

holy sh*t this is f**king dangerous i just figured out how to run Opencode in Codex It has Deepseek V4 Flash which replaces Opus 5 at 1/4th price You can get 10,000 request in only $10/month along with Kimi K3 and Qwen 3.5 Max [here is how you set it up] 1. install the 'codex-router' 2. Put in the Opencode Go API key 3. Done that's it Save this no matter what. This will be the best thing you do this week

117,270 Aufrufe

people are building $100M company using 0 humans not even a single human. we are fully replaced here's how > they will use paperclip >allows to create org charts by spawning subagents >works with Claude Code, codex and even cursor the future is fully agentic companies. most people will bookmark and leave. don't be them^^

people are building $100M company using 0 humans not even a single human. we are fully replaced here's how > they will use paperclip >allows to create org charts by spawning subagents >works with Claude Code, codex and even cursor the future is fully agentic companies. most people will bookmark and leave. don't be them^^

550,089 Aufrufe

this is the next $100B opportunity in ai , most will miss it's harness engineering what this agentic engineer reveals is insane >The model is almost irrelevant. The harness is everything >every failure is a signal about what the environment needs. >when agent throughput far exceeds human attention, corrections are cheap and waiting is expensive most people will ignore and bookmark. be different.

this is the next $100B opportunity in ai , most will miss it's harness engineering what this agentic engineer reveals is insane >The model is almost irrelevant. The harness is everything >every failure is a signal about what the environment needs. >when agent throughput far exceeds human attention, corrections are cheap and waiting is expensive most people will ignore and bookmark. be different.

497,726 Aufrufe

you can now share your Grok Bots with the world in one click... i got early access and went through 100 shared Bot templates. [these are the 6 i’d actually steal:] →loops (Matt) →Master (Farzad) →Chief of Staff (Avid) →Growth Desk (Avid) →Forge (Robert) →Grok Bot Coach (Amina) here is how to share your own grok bots with the world anyone can steal the bot now... but nobody can steal the vault, handoffs, and judgment you turned into a graph.

you can now share your Grok Bots with the world in one click... i got early access and went through 100 shared Bot templates. [these are the 6 i’d actually steal:] →loops (Matt) →Master (Farzad) →Chief of Staff (Avid) →Growth Desk (Avid) →Forge (Robert) →Grok Bot Coach (Amina) here is how to share your own grok bots with the world anyone can steal the bot now... but nobody can steal the vault, handoffs, and judgment you turned into a graph.

20,005 Aufrufe

this is the best trick to maximum usage limits on chatgpt codex codex's best kept secret is that your main agent doesn't have to do everything... custom agents are just files in ~/.codex/agents, and one file gives you a second worker on deepseek v4 flash > create ~/.codex/agents/deepseek-worker.toml > set model = "opencode-go/deepseek-v4-flash" with model_reasoning_effort = "max" > keep it bounded: one task packet, no scope creep, report back ```toml name = "deepseek_worker" description = "bounded implementation, testing, and cleanup on deepseek v4 flash" model = "opencode-go/deepseek-v4-flash" model_reasoning_effort = "max" ``` then @ deepseek_worker in the composer... your root agent plans while the worker ships the implementation planning on the main model, execution on the flash lane... that's the whole trick (we run this exact file, last i checked it keeps the heavy turns off the main thread)

this is the best trick to maximum usage limits on chatgpt codex codex's best kept secret is that your main agent doesn't have to do everything... custom agents are just files in ~/.codex/agents, and one file gives you a second worker on deepseek v4 flash > create ~/.codex/agents/deepseek-worker.toml > set model = "opencode-go/deepseek-v4-flash" with model_reasoning_effort = "max" > keep it bounded: one task packet, no scope creep, report back ```toml name = "deepseek_worker" description = "bounded implementation, testing, and cleanup on deepseek v4 flash" model = "opencode-go/deepseek-v4-flash" model_reasoning_effort = "max" ``` then @ deepseek_worker in the composer... your root agent plans while the worker ships the implementation planning on the main model, execution on the flash lane... that's the whole trick (we run this exact file, last i checked it keeps the heavy turns off the main thread)

45,030 Aufrufe

life when you understand how to win like elon musk you start using game theory and constructing your own reality

life when you understand how to win like elon musk you start using game theory and constructing your own reality

219,592 Aufrufe

Holy sh*t, this is f**king insane. Someone figured out how to make Claude sound like a Human instead of AI slop. Add this to your Claude.md. [here is how in 2 mins] 1. Open Claude > Settings > General > Instructions for Claude 2. Paste "anti-slop" prompt 3. you are done

Holy sh*t, this is f**king insane. Someone figured out how to make Claude sound like a Human instead of AI slop. Add this to your Claude.md. [here is how in 2 mins] 1. Open Claude > Settings > General > Instructions for Claude 2. Paste "anti-slop" prompt 3. you are done

39,482 Aufrufe

grok bot + obsidian is basically superhuman mode... my agent team now has a second brain... a karpathy-style llm wiki for every bot, every decision, and every piece of research. p.s. this video was made and edited by grok bot in cap (here’s how i set it up in roughly 5 minutes) 1/ create one obsidian vault on the chief of staff’s computer. make Home.md the door. 2/ create Hunt folders for twitter, github, hacker-news, reddit, product-hunt, and inbox. 3/ create Ship folders for drafts, digests, angles, and builds. 4/ create the CoS wiki: Index, How-it-works, Today, and Decisions. 5/ create Maps for Jarvis, Hooks, and TELOS. 6/ use graph colors: gold for wiki, teal for maps, blue for twitter, green for github. 7/ file first. every note gets a date and a folder. 8/ scouts write into Hunt and never ping you. chat only receives a short digest. 9/ nothing in the vault posts, pays, or sends. the final yes stays human. 10/ run the daily loop: 08:00 IST for the Daily note, then agency reports at 08:14, 14:14, and 20:14. 11/ performance writes to twitter/live-score. staff engineer writes to builds/. 12/ lock decisions in Wiki/Decisions so dead posts don’t get remade. 13/ earn hooks in Maps/Hooks: trend -> foil -> hook family -> artifact -> lock. don't waste time reading this. give it to your agent

grok bot + obsidian is basically superhuman mode... my agent team now has a second brain... a karpathy-style llm wiki for every bot, every decision, and every piece of research. p.s. this video was made and edited by grok bot in cap (here’s how i set it up in roughly 5 minutes) 1/ create one obsidian vault on the chief of staff’s computer. make Home.md the door. 2/ create Hunt folders for twitter, github, hacker-news, reddit, product-hunt, and inbox. 3/ create Ship folders for drafts, digests, angles, and builds. 4/ create the CoS wiki: Index, How-it-works, Today, and Decisions. 5/ create Maps for Jarvis, Hooks, and TELOS. 6/ use graph colors: gold for wiki, teal for maps, blue for twitter, green for github. 7/ file first. every note gets a date and a folder. 8/ scouts write into Hunt and never ping you. chat only receives a short digest. 9/ nothing in the vault posts, pays, or sends. the final yes stays human. 10/ run the daily loop: 08:00 IST for the Daily note, then agency reports at 08:14, 14:14, and 20:14. 11/ performance writes to twitter/live-score. staff engineer writes to builds/. 12/ lock decisions in Wiki/Decisions so dead posts don’t get remade. 13/ earn hooks in Maps/Hooks: trend -> foil -> hook family -> artifact -> lock. don't waste time reading this. give it to your agent

15,794 Aufrufe

grok bot + grok 4.6 can literally build any idea from 0 to 100 [here is the exact grok bot setup that does that] 1. extract all your claude code and codex sessions to your chief of staff. it will help structure the team 2. give it an auth.md for credentials and paste the video below to make the entire team

grok bot + grok 4.6 can literally build any idea from 0 to 100 [here is the exact grok bot setup that does that] 1. extract all your claude code and codex sessions to your chief of staff. it will help structure the team 2. give it an auth.md for credentials and paste the video below to make the entire team

10,949 Aufrufe

Videos