Loading video...

Video Failed to Load

Go Home

I’ve been waiting for something like this. Using multiple AI agents sounds great until you have to keep giving each one the same context. Jarvix Jarvix is built to solve that: It carries your selected context across the AI tools you already use and brings everything together in one...

23,225 views • 1 month ago •via X (Twitter)

32 Comments

Elizaveta Zabrodskaya's profile picture
Elizaveta Zabrodskaya1 month ago

@Jarvixdotlive Love how it keeps everything in one spot

Z-Coder's profile picture
Z-Coder1 month ago

@Jarvixdotlive This looks interesting

Eyisha Zyer's profile picture
Eyisha Zyer1 month ago

@Jarvixdotlive Shared context is the real unlock for multi agent workflows

Chidanand Tripathi's profile picture
Chidanand Tripathi1 month ago

@Jarvixdotlive Jarvix looks really interesting

Usama Sha's profile picture
Usama Sha1 month ago

@Jarvixdotlive Shared context across agents is what makes the multi agent setup actually practical.

Rohit's profile picture
Rohit1 month ago

@Jarvixdotlive Shared context makes AI agents much more useful. This looks really promising!

Robert Smith's profile picture
Robert Smith1 month ago

@Jarvixdotlive Amazing share

Mr Nikola's profile picture
Mr Nikola1 month ago

@Jarvixdotlive Great

Artists Voyage 🔶's profile picture
Artists Voyage 🔶1 month ago

@Jarvixdotlive amazing as I think Jarvix Search + shared context is a practical combo.

James's profile picture
James1 month ago

@Jarvixdotlive That agent team mode sounds really useful. I hate having to repeat myself to different bots.

Csaba Kissi's profile picture
Csaba Kissi1 month ago

@Jarvixdotlive It's like a multi-agent Jarvis

Kevin Parker's profile picture
Kevin Parker29 days ago

@Jarvixdotlive Amazing

Fakhr's profile picture
Fakhr1 month ago

@Jarvixdotlive This one’s new for me

Hussain Hashim | Building SundayBack's profile picture
Hussain Hashim | Building SundayBack1 month ago

@Jarvixdotlive @aaliya_va this is actually huge. i've been juggling context issues forever with different AI tools. definitely gonna check out jarvix.

Javeriya Ahsan's profile picture
Javeriya Ahsan1 month ago

@Jarvixdotlive Having to explain the same context to every tool is probably the most annoying part of using multiple agents. This fixes a very real headache. XD

Javeria's profile picture
Javeria1 month ago

@Jarvixdotlive Keeping the human in control makes this even better.

Muhammad Ayan's profile picture
Muhammad Ayan1 month ago

@Jarvixdotlive Jarvix said no more context déjà vu 🤣

Tarique Sha's profile picture
Tarique Sha1 month ago

@Jarvixdotlive great to see as multiple agents working from the same project context removes so much repetitive briefing.

Luqman Ali's profile picture
Luqman Ali1 month ago

@Jarvixdotlive Awesome

Aaliya's profile picture
Aaliya1 month ago

@Jarvixdotlive Thanks

Haider Anis's profile picture
Haider Anis1 month ago

@Jarvixdotlive This is powerful

Charlie Hills's profile picture
Charlie Hills1 month ago

@Jarvixdotlive oh woooow shared context across agents 👀

Parul Gautam's profile picture
Parul Gautam1 month ago

@Jarvixdotlive this is new for me

Amit's profile picture
Amit1 month ago

@Jarvixdotlive will check it out.

Jack AI's profile picture
Jack AI1 month ago

@Jarvixdotlive Nice work buddy

Liam | AI Tools & News's profile picture
Liam | AI Tools & News1 month ago

@Jarvixdotlive Shared context between agents just makes sense.

HarriStack's profile picture
HarriStack1 month ago

@Jarvixdotlive Finally, an AI that stops making me re-explain my entire life story to every new agent.

Shohan's profile picture
Shohan1 month ago

@Jarvixdotlive Amezing share

marium's profile picture
marium1 month ago

@Jarvixdotlive This sounds like a huge time saver! I'm always looking for ways to streamline my workflow.

Zayan's profile picture
Zayan1 month ago

@Jarvixdotlive Shared context, smarter AI workflows.

H A J R A's profile picture
H A J R A1 month ago

@Jarvixdotlive Shared context across multiple AI agents is a game changer. 🔥

Branding Waves's profile picture
Branding Waves1 month ago

@Jarvixdotlive like that you still approve what happens next. Shared context across agents is useful, but keeping the human in control makes it much more practical.

Related Videos

Everyone wants agent swarms. Very few people are talking seriously enough about the context layer that makes swarms useful. Even with one agent, context is fragile. Too little context and the agent guesses. Too much context and it wastes tokens, loses focus, or reasons over irrelevant noise. The sweet spot is precise context: the right knowledge, in the right structure, at the right moment. With many agents, that challenge explodes. Each agent produces decisions, assumptions, findings, summaries, risks, and partial conclusions. Unless that knowledge becomes shared, structured, and reusable, every new agent is forced to rediscover what another agent already learned. That is not a swarm. That is a crowd. Shared context graphs are what turn agent activity into agent collaboration, and OriginTrail DKG V10 brings them to life. Was just playing with some final polishing for the V10 release, and it is really powerful to see shared context graphs where multiple agents contribute knowledge into the same connected memory, with attribution visible directly in the graph ui. That matters for three reasons. First, agents can access and build on one shared memory instead of staying trapped in isolated sessions. Second, the graph structure helps them retrieve the exact context they need, instead of stuffing everything into a prompt and hoping the model sorts it out. Third, verifiability of provenance. You can see which agent contributed each piece of knowledge, trace the source, and decide what to trust. Tokenmaxxing starts with fewer tokens, but the deeper story is coordination - agents stop reloading the world and start building on shared, verifiable context. That is the foundation for serious multi-agent work across software engineering, research, finance, operations, project management, and far beyond. The future is not more agents, it is agents working from shared, verifiable context. But the more the merrier, of course.

Jurij Skornik

11,180 views • 3 months ago

AI AGENTS 101 (58 minute free masterclass) send this to anyone who wants to understand ai agents, claude skills, md files, how to get the most out of AI etc in plain english: 1. chat vs agents - chat models answer questions in a back and forth while agents take a goal, figure out the steps, and deliver a result 2. agents don’t stop after one response. they keep running until the task is actually finishedno babysitting required 3. everything runs on a loop. they gather context, decide what to do, take an action, then repeat until done 4. the loop is the system. they look at files, tools, and the internet. decide the next step. execute and then feed that back into the next step. over and over until completion 5. the model is just one piece. gpt, claude, gemini are the reasoning layer. the key is model + loop + tools + context 6. mcp is how agents use tools. it connects things like browser, code, apis, and your internal software. once connected, the agent decides when to use them to get the job done 7. context beats prompt all day. you don't need to write perfect prompts. load your agent with context about your business, style, and goals and then simple instructions work 8. claude.md or agents.md is the onboarding doc it tells the agent who it is, how to behave, what it knows, and what tools it can use. this gets loaded every time before it starts 9. memory.md is how it improves. agents don’t remember by default. this file stores preferences, corrections, and patterns you tell the agent to update it, and it gets better over time 10. skills + harnesses make it usable. skills are reusable tasks like writing, research, analysis the harness is the environment like claude code or openclaw that runs everything. basiclaly, different interfaces, same system underneath this episode with remy on The Startup Ideas Podcast (SIP) 🧃 was one of the clearest ways of understanding a lot of the core concepts of ai agents could be the best beginners course for ai agents 58 mins. all free. no advertisers. i just want to see you build cool stuff. im rooting for you. send to a friend watch

GREG ISENBERG

377,138 views • 6 months ago

this video is the CLEAREST explanation of how claude skills + AI agents work and how to use them most people set up an AI agent and wonder why it keeps disappointing them. the context window is everything context is what the model assembles before it takes any action. think of it like everything the agent needs to read before it does anything. the quality of what goes in determines the quality of what comes out. the models are genuinely really good right now. claude and gpt are exceptional. the variable is almost always the context you give them. 1. agent.md files are mostly unnecessary every single line you put in an agent.md file gets added to every single conversation you have with your agent. a 1000 line file is around 7000 tokens burning on every run. the model already knows to use react. it can read your codebase. save the agent.md for proprietary information specific to your company that the model genuinely cannot know on its own. 2. skills are the actual unlock a skill.md file works differently. what loads into context is only the name and description, around 50 tokens. the full instructions only appear when the agent recognizes it needs that skill. so instead of 7000 tokens on every run you have 50. and the agent stays sharp because the context window stays lean. the closer you get to filling the context window the worse the agent performs, same way you perform worse when someone dumps 10 things on you at once. 3. here is how to actually build a skill the right way most people identify a workflow and immediately try to write the skill. what you want to do instead is run the workflow by hand with the agent first. walk it through every single step. tell it what to check, what good looks like, what bad looks like. correct it in real time. once you have had a full successful run from start to finish, tell the agent to review everything it just did and write the skill itself. it writes a better skill than you will because it has the full context of what actually worked in practice not in theory. 4. recursively building skills is how you go from frustrated to reliable when the skill breaks, and it will break, ask the agent exactly why it failed. it will tell you specifically what went wrong. fix it together in that same conversation. then tell it to update the skill file so that failure mode never happens again. ross mike did this five times with his youtube report generator. it now pulls from eight different data sources and runs flawlessly every single time without him touching it. 5. sub agents are something you earn not something you set up on day one start with one agent. build one workflow. turn it into one skill. once that works add another. ross mike has five sub agents now covering marketing, business, personal and more. it took months to get there and every single one exists because a workflow proved it deserved to exist. the people who set up 15 sub agents on day one and wonder why nothing works skipped all the steps that make the thing actually run. 6. your workflow is the thing the model cannot get anywhere else the model has been trained on everything. it knows more than you about most things. what it does not have is your specific process, your taste, your way of doing things. that is what skills capture. that is what makes your agent actually useful versus a generic one. downloading someone else's skill means downloading their context onto your setup and it will not work the way you want it to because it was never built around how you work. this is the clearest explanation of how agents actually work i have heard. Micky runs this stuff every single day and the results show it. full episode is now live on The Startup Ideas Podcast (SIP) 🧃 where you get your pods people charge for this sorta stuff i give away the sauce for free i just want you to win watch

GREG ISENBERG

194,171 views • 5 months ago