Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

🚨PROOF THAT CONTEXT CHANGES EVERYTHING: STATIC BECOMES CRYSTAL CLEAR First listen: Robot having a stroke Add context: "It was a sunny day and the children were going to the park" Same audio now: Perfectly clear speech Now you can't unhear it. Your brain literally rewrites reality based on what...

32,638 görüntüleme • 1 yıl önce •via X (Twitter)

11 Yorum

Shift profil fotoğrafı
Shift1 yıl önce

Reality isn’t just what’s said it’s what your brain thinks was said. Context is the cheat code.

Craig profil fotoğrafı
Craig1 yıl önce

Amazing. The first time the jumbled audio sounded, to me, lie Joe Biden trying to enunciate a coherent thought. I kid. That’s not possible lol. I kid again. Really this is an amazing window into how the brain works.

OhMyMy profil fotoğrafı
OhMyMy1 yıl önce

Thanks for ruining the video with your text preface. 👍

Mobile Scanner profil fotoğrafı
Mobile Scanner1 yıl önce

Scan any documents, convert images into text, PDF files, etc. 👍

Neanderthal Eddie Green profil fotoğrafı
Neanderthal Eddie Green1 yıl önce

His premise is completely wrong in that it assumes that most people will not interpret the 1st clip correctly. Most people do and will interpret the first clip correctly.

Raffael profil fotoğrafı
Raffael1 yıl önce

It's fascinating how our perception shifts with context. It’s like seeing a masterpiece in a new light!

Unknown Source ၊||၊ profil fotoğrafı
Unknown Source ၊||၊1 yıl önce

Crazy how the brain fills in the blanks once it knows what to look for

Sherry Slatosky profil fotoğrafı
Sherry Slatosky1 yıl önce

Context is very important! 🎯🎯

BOB profil fotoğrafı
BOB1 yıl önce

The way we look at reality is th same way it look back at you and thta because you and your reality are one

Krokusz profil fotoğrafı
Krokusz1 yıl önce

This is such a fascinating demonstration of how our brains work! It's incredible how adding context can completely change our perception of information. It really emphasizes the importance of understanding different perspectives in communication and decision-making.

Thorexis profil fotoğrafı
Thorexis1 yıl önce

🤯

Benzer Videolar

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

193,219 görüntüleme • 3 ay önce

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,070 görüntüleme • 2 ay önce

The most valuable AI system you're not running yet: an AI second brain. The concept goes back to Karpathy's knowledge wiki earlier this year, and it's still one of the highest-leverage workflows in AI. Connect your Hermes agent, and it becomes 10x more powerful. Here's how to build it (from scratch): Step 1. Download Obsidian Head to obsidian.md and download the desktop app. Once downloaded, go ahead and create a new Obsidian vault. Vaults are just where notes/text are stored locally. Start dumping everything in here: - Personal goals - Meetings - AI context/preferences The more you put in, the more powerful your second-brain becomes. Step 2. Connect Hermes to your Obsidian vault If you don't have Hermes yet, download the desktop app here: [ Then, paste this prompt: "I want you to connect to my new Obsidian vault and act as my second-brain personal assistant - do everything necessary to set up that connection now." This gives Hermes direct access to everything inside your notes vault. Step 3. Let it self-evolve Every time you add a new note, Hermes will automatically ingest it. Prompt Hermes: "Every day, scan my second brain database. Every time I add a new note, use it to create reusable skills and workflows." Pro tip: Once Obsidian is connected to your agent, you can just prompt it directly to add notes/context/data. This works really well if you're prompting Hermes on the go from Telegram/mobile. Save this and build your second brain system now.

Miles Deutscher

28,703 görüntüleme • 6 gün önce