Загрузка видео...

Не удалось загрузить видео

На главную

Grok Bot + Kimi K3 can be turned into something bigger than an agent: an AI operating system the formula: AI OS = Router + Reasoning + Memory + Tools + Loops + Verification not one giant assistant. six layers that keep work moving without you step 1 ->...

13,078 просмотров • 2 дней назад •via X (Twitter)

Комментарии: 16

Фото профиля Morlex
Morlex2 дней назад

brilliant work broski. booked

Фото профиля Argona
Argona2 дней назад

damn the verification layer is smart

Фото профиля Alex
Alex2 дней назад

need to try this

Фото профиля NiNE
NiNE2 дней назад

Verification as its own layer is the part most desks skip. On mine: kill-switch + a second reader that never grades its own homework. Router/tools/loops without verify just ship confident mistakes faster. Name the verify step before you stack another model.

Фото профиля William G Strouse, CHRISTIAN, Retired!
William G Strouse, CHRISTIAN, Retired!2 дней назад

So the goal is for the bot OS to make decisions that the operator has not regardless of why? WHO oversees the bot OS? who can shut it off?

Фото профиля Cryptoartmaster
Cryptoartmaster2 дней назад

Grok handling verification is critical for stopping hallucinations in multi-step workflows.

Фото профиля Jonathan
Jonathan2 дней назад

What do you actually gain from this setup? are you running this personally?

Фото профиля Wallchain Community Hub
Wallchain Community Hub2 дней назад

this setup actually changes everything about how people build

Фото профиля Money Bunny
Money Bunny1 день назад

Stacking these layers actually makes the whole system self correcting over time

Фото профиля Filosof
Filosof1 день назад

The layer missing here is the one a real OS actually has. Not memory, memory management. Store goals, decisions, failed attempts and artifacts long enough and the reasoning core ends up planning against a state that is mostly its own failures. Persistence without an eviction policy is not memory, it is a log that eventually becomes the whole prompt.

Фото профиля Sevenup
Sevenup2 дней назад

This is the right way to think about it. The breakthrough isn’t “Grok + Kimi.” It’s the architecture around them.

Фото профиля Alex
Alex2 дней назад

this is the best setup right now if you ask me

Фото профиля Mahax
Mahax2 дней назад

steps are useful, tho you need some ideas to implement that system

Фото профиля Alex
Alex2 дней назад

of course, without an idea, it's all pointless

Фото профиля MAX
MAX2 дней назад

Memory is the part most agent setups still miss.

Фото профиля Alex
Alex2 дней назад

yeah, is very important part

Похожие видео

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 просмотров • 5 месяцев назад

You Can Learn AI Agent Harness & Loop Engineering In 19 Min, with LLM Ops, Eval, Tracing and RAG. They went viral not because they're complicated but because they're simple building blocks, and once you see them you can prompt your way to building real systems. 🎬YouTube: Here's the whole thing in one picture. An LLM is a powerful brain that knows everything about humanity and nothing about you or the software you're running. The harness is the set of tools you put on that horse so it runs where you want. Memory gives it context: who you are, what happened before, how to act. The loop lets it call tools again and again, with guardrails so it knows when to stop. Eval and LLM Ops trace every run, score it, and feed the fixes back in so the system keeps improving itself. Master these four and you can read almost any AI agent repo or paper and actually know what's going on. You Can Build Anything. You Can Learn Anything. 💪 Chapters: Intro: the 4 AI agent buzzwords What an AI agent run actually is The memory system: procedural, semantic, episodic What "harness" really means (the horse) Storing and updating memory (databases, skills, summarizer agent) Retrieval: RAG, SQL vs semantic search Tool calling and why agents loop Loop engineering and end-loop guardrails A Claude Code hooks example Eval and LLM Ops: why you need them Tracing every run (Langfuse, LangSmith) Evaluation: LLM as a judge Diagnosing what broke The gate: ship the fix or fix the bug Zoom out: the full system

Shen Sean Chen

16,257 просмотров • 2 месяцев назад

THIS GUY BUILT AN AUTONOMOUS AI AGENT OUT OF CLAUDE CODE + OBSIDIAN and this is way more interesting than another “use AI to take notes” demo the trick is simple: Obsidian is not the writing app here. it becomes the agent’s memory, task board, and context folder. Claude Code is not just answering prompts. it reads the vault, edits files, follows instructions, and keeps moving through the work like a junior operator with a filesystem. the reusable setup looks like this: 1. create an Obsidian vault for one project 2. keep goals, rules, tasks, decisions, and references as markdown files 3. point Claude Code at the folder 4. give it a clear operating loop: read context → choose next task → execute → write back what changed 5. use the notes as persistent memory instead of re-explaining the project every chat that’s the part people miss. the “agent” is not magic. it’s the boring combination of: - local files - explicit rules - task state - write access - a model that can run through the repo/vault Obsidian makes the memory human-readable. Claude Code makes the memory executable. that combo is why the video worked: it turns a notes app into an operating surface for actual work. best use cases: - content systems - research vaults - coding projects - client ops docs - personal knowledge bases that need actions, not just storage the caveat: if your vault is messy, your agent becomes messy too. folders, naming, “done” criteria, and forbidden actions matter more than the prompt. but once the structure is clean, this is one of the easiest ways to build an agent that remembers what happened yesterday without paying for a full custom app.

kocer

30,403 просмотров • 2 месяцев назад

New short course: Long-Term Agentic Memory with LangGraph. Learn to build an agent with long-term memory in this course developed in collaboration with taught by its Co-Founder and CEO, Harrison Chase! Personal assistance and productivity tasks have become important use cases for agents. An important feature of an AI assistant, such as a coding or calendar assistant, is its ability to keep improving over time from its experience. Agent memory is the key capability that enables this. To add memory to an agent, you must first figure out what to store and what to retrieve when it is time to use the information. Additionally, you’ll have to decide when to update the stored information. For example, you might update in each iteration loop of the agent or perform updates in the background, with a helper agent. In this course, you will learn a mental framework to build agents with long-term memory. You'll create a useful email assistant that can respond, ignore, and notify using writing, scheduling, and memory-management tools. You’ll develop your agent's memory by adding facts to its memory store, provide examples to learn the user's preferences, and optimize system prompts to evolve instructions based on previous responses. In detail, you’ll: - Learn how the three types of memory--semantic, episodic, and procedural–and the two update mechanisms–via hot path and in the background–apply to your agents. - Build an email agent with writing, scheduling, and availability tools, along with a router that triages incoming email and handles it accordingly by ignoring, responding, or notifying the user. - Add tools to your email agent that allow it to operate on semantic memory by learning facts about the user, storing them in a long-term memory store, and searching over them in future interactions. - Incorporate episodic memory, in the form of few-shot examples, in the triage step of your agents to help them learn and update user preferences. - Add procedural memory as system prompts, optimized with feedback to improve the instructions the agent follows. Learn how to approach memory in agents, and start building agents with long-term memory with LangGraph! Please sign up here:

Andrew Ng

131,965 просмотров • 1 год назад

HOW TO USE AI LOOPS TO RUN YOUR BUSINESS 24/7 A lot has been written about loop engineering for building products. Almost nothing about using loops to run the business itself. That's the bigger idea. A loop is when you give an agent a goal, a way to check its own work, and permission to keep trying until it hits that goal. Build. Verify. Repeat. Stop when the condition is met. Here's what it looks like in practice: 1/SEO loop You're position 30 for a term you want. The loop runs once a month, makes changes, checks where you rank, and keeps pushing until you're on page one. This is running in production right now on Inbox Zero. 2/Ads loop You're spending $100 a day and losing money. The loop tests creative, checks profitability, kills what fails, and keeps going until the account is in the black. 3/Eval loop Your AI feature is only 88% accurate. The loop keeps adjusting the prompt and swapping the model until it passes 90%. 4/LLM visibility loop People search in ChatGPT now, not just Google. Same loop, new scoreboard. Are we the answer or not? The whole thing hinges on one thing: a metric that comes back black and white. Where do I rank? Did it hit profitability? Did the evals pass? Give an agent that scoreboard and it runs for months. Loops used to run for 30 minutes. These run for a year. Take a step, sleep, wake up next month, take another one. You're basically hiring an agency that never sleeps, gets paid in tokens instead of invoices, and undoes its own mistakes when the number goes down. Full episode on The Startup Ideas Podcast (SIP) 🧃 watch

GREG ISENBERG

83,210 просмотров • 2 месяцев назад

BREAKING: SpaceXAI has added a new guide called “Grok Bot 101” It explains how to create a personal AI teammate in just 10 to 15 minutes, teach it real workflows, connect apps, and build teams of specialized bots that continue working in the cloud even after you close your laptop. Here is the full guide in simple terms: • What is Grok Bot Grok Bot is an AI agent with its own persistent computer in the cloud. It has a desktop, files, terminal, browser, and apps. It can browse the web, use software, write and run code, and complete tasks just like someone using a computer. You can access the same computer from your phone or desktop. When needed, Grok Bot can hand control back to you for a CAPTCHA, 2FA, or secure login. • Creating a bot Give the bot a name, title, and detailed instructions. You can explain the workflow through chat or record yourself completing the task. Once trained, the bot can repeat that workflow whenever needed. It can also use MCP servers, plugins, skills, and connected services such as Gmail, Google Calendar, Google Drive, and Slack. • Three ways to use Grok Bot Send it a message in chat. Create schedules or triggers, such as monitoring a Slack thread or GitHub PR. Allow bots to message and activate other bots. • Permissions and safety You can write rules in normal language explaining what the bot can and cannot do. A separate review agent checks proposed actions and can allow them, block them, or ask you for approval. Allow and block lists provide additional control, while the work runs inside an isolated environment. One important detail: if you log into a website with one bot, other bots using that shared cloud computer can also access it. • Multi-bot teams You can create specialist bots for different jobs and let them work together. One bot can ask another for help, several bots can work inside a group chat, and a scheduled routine can move a task through multiple specialists until the work is finished. • Personal CRM The author created a bot that turned the 800 to 900 people he follows on X into a private Notion CRM containing public profile information. It helps him find and reconnect with people when traveling. • Arnold, the fitness bot He replaced a complicated fitness app with a Grok Bot strength-training coach named Arnold. The bot uses MCP servers, plugins, and skills while requiring less maintenance. Its behavior can be updated simply by chatting with it. • Building software Grok Bot gathers information from Slack, Notion, GitHub, documentation, and other sources. It then creates a clean prompt and sends it to a specialized Cursor cloud agent that builds the software. Grok Bot handles the planning and coordination, while the coding agent handles the actual build. • Searching company knowledge Grok Bot can search across codebases, Slack conversations, Notion pages, GitHub, and internal documents to answer product or company questions. This helps people find information faster and reduces the need to interrupt coworkers. • The biggest takeaway Instead of repeatedly building scripts or complicated apps, you can describe a workflow to Grok Bot, improve it through chat, reuse it, and let it continue working in the cloud. Grok Bot is not just another chatbot. It is a real AI teammate with a computer that can use tools, coordinate specialists, and get actual work done. The future of work is becoming incredibly exciting.

DogeDesigner

66,501 просмотров • 9 часов назад