正在加载视频...

视频加载失败

A GROK ENGINEER JUST SHOWED HOW TO MAKE AGENTS IMPROVE THEMSELVES AFTER EVERY RUN most agents lose useful feedback when a task ends: what failed, what changed, and which fix actually worked grok can run 2 loops at once → one handles the task → the other reviews the...

25,540 次观看 • 2 天前 •via X (Twitter)

45 条评论

slash1s 的头像
slash1s2 天前

something new for me tbh

starmex 的头像
starmex1 天前

bookmarked this gipp! thanks

Gipp 🦅 的头像
Gipp 🦅1 天前

ohh thank bro

Argona 的头像
Argona2 天前

hah my agent has been keeping notes on me for weeks and still forgets what i asked

Gipp 🦅 的头像
Gipp 🦅2 天前

by the way, this is a fairly common error for them, so it needs to be resolved as soon as possible

wast3 的头像
wast32 天前

is there a sequel to this?

Gipp 🦅 的头像
Gipp 🦅2 天前

yes, it exists

Bober_smart 的头像
Bober_smart2 天前

Dude, that's really useful information

Gipp 🦅 的头像
Gipp 🦅2 天前

what exactly caught your attention here?

Michael A. Volz 的头像
Michael A. Volz1 天前

Can you name the music track, please? It is awesome.

Gipp 🦅 的头像
Gipp 🦅1 天前

yep

Lee_1909 的头像
Lee_19092 天前

Groundbreaking concept for AI agent improvement.

Gipp 🦅 的头像
Gipp 🦅2 天前

100%, and this era is only continuing

beamnxw ./ 的头像
beamnxw ./1 天前

the next run can finally remember the last mistake

Gipp 🦅 的头像
Gipp 🦅1 天前

and, in essence, fix it completely

Miles S. 的头像
Miles S.1 天前

having one fix carry into the next ten runs is huge

rewind 的头像
rewind2 天前

trying this after my next run

Gipp 🦅 的头像
Gipp 🦅2 天前

I think you should give this a try soon

morph 的头像
morph2 天前

Crazy document

twinedon 的头像
twinedon2 天前

one fix that helps 10 future runs is the whole point

Gipp 🦅 的头像
Gipp 🦅2 天前

the main thing is to catch all of this at the initial stage

shmidt 的头像
shmidt2 天前

alpa document

Yarchi 的头像
Yarchi1 天前

Bro this is pure alpha

Chen 的头像
Chen2 天前

this one hit mid-scroll

Gipp 🦅 的头像
Gipp 🦅2 天前

haha, you like that, bro?

Avid 的头像
Avid2 天前

This is basically a self-improving agent.

Gipp 🦅 的头像
Gipp 🦅2 天前

yeah, but in a cooler package

Roan 的头像
Roan1 天前

self improving AI agents are the future gipp

Gipp 🦅 的头像
Gipp 🦅1 天前

and it is already right beside us

What Happened 的头像
What Happened1 天前

i've been head's down on claude code so i'm a little behind – can grok do this with claude? i'm averse to spending api money if possible.

Lutchyn 的头像
Lutchyn1 天前

The second loop is the real unlock

AI Mastery Guide 的头像
AI Mastery Guide1 天前

Two loops reviewing each other, smart

Egor 的头像
Egor2 天前

parallel review separates task output from memory writing future runs inherit extracted lessons instead of an ever-growing prompt

The Divorce Lawyer - Raiford Dalton Palmer 的头像
The Divorce Lawyer - Raiford Dalton Palmer1 天前

[email protected]? “A Working Grok Engineer?”

byron loor 的头像
byron loor1 天前

双循环自改进这个思路有点意思,但吹得这么玄乎,能不能放点真实日志出来看看,不然我当故事会看hhh

Ridark 的头像
Ridark1 天前

Real gold in this post, huge thanks

Bella 的头像
Bella15 小时前

双循环自我改进这个思路靠谱,比那些吹AGI的实在。不过工程上难点在于怎么定义'有用反馈',别把噪音也学进去了。

TTD 🇮🇩 的头像
TTD 🇮🇩1 天前

Agreed

Sarah rocha 的头像
Sarah rocha1 天前

双循环这个思路有点意思 不过跑起来token消耗得翻倍吧 适合大厂玩

magsimich 的头像
magsimich1 天前

Self improvement agent is game changer

Lay 的头像
Lay2 天前

The small reusable memory files idea is so much cleaner than endlessly growing the prompt. I want to try this on my own coding loops.

spect 的头像
spect1 天前

it's a real gem that we got this info

boan 的头像
boan2 天前

this changes the whole loop

Kenny1st 的头像
Kenny1st1 天前

every run makes the next one better

cristal💎 的头像
cristal💎1 天前

saving this post before everyone

相关视频

THIS GUY CONNECTED HIS AI AGENTS TO HIS OBSIDIAN AND BUILT A BRAIN THAT LEARNS ON ITS OWN. HERE'S HOW TO BUILD IT Obsidian is just markdown files sitting in a folder. That turns out to be the perfect memory for an AI agent, because an agent can read and write those files directly. He wired his agents into the vault so they pull context from it, do the work, and write what they learned back. The notes aren't the point. The loop is, and it gets sharper every cycle How to build it: 1. Point an agent at your vault. The fastest way, no plugins, no API keys: open a terminal and run npx obsidian-mcp /path/to/your/vault. That exposes your Obsidian folder to Claude as a tool it can read, search, and write to. Add it to your Claude Code or Cowork config and restart 2. Confirm it can see the brain. Ask it: "list the notes in my vault and summarize what's in them." If it reads them back, the connection is live. Now it starts every task with everything the vault already holds instead of from zero 3. Give each agent one job and a write-back rule. Tell it: "research this, then save what you found as a new note in /brain with links to related notes." One agent researches, one summarizes, one plans. Each writes its output back into the vault 4. Close the loop. Add one line to every agent's instructions: "read /brain before starting, write your result back when done." Now each task leaves the vault richer, and the next run reads that before it works. It compounds instead of resetting 5. You only steer. Review what the brain produces, point it at the next thing. The agents handle the reading, writing, and connecting The edge isn't better notes. It's a brain that feeds itself, so the work gets sharper every cycle instead of starting over Bookmark this

Yarchi

58,549 次观看 • 3 个月前

ByteDance Seed delivered again. They released EdgeBench, to test whether AI agents can improve through experience, using 134 real-world tasks that run for at least 12 hours. The big deal is that it shifts AI evaluation from “what does the model already know?” to “can the model learn while doing real work?” Huge, because future AI agents will not just answer questions from training data. They will enter messy environments, use tools, make attempts, read feedback, fix mistakes, and slowly build better solutions. Most current benchmarks are too short for that, so they mostly test memory, coding skill, or one-shot reasoning. EdgeBench instead gives agents 12-hour real-world tasks with feedback loops, so it can measure whether the agent improves through experience. Each task has a local workspace for fast trial and error, plus a hidden judge that gives stronger feedback on submitted work, which is meant to feel closer to real expert work. The authors then ran frontier agents for about 38,000 total hours and tracked how their best score changed as they kept interacting with the task environment. The big result is that when scores are averaged across many tasks, learning follows a very clean log-sigmoid curve, meaning progress is slow, then faster, then starts to level off. They also found that newer agents seem to learn from environments much faster, with the top models roughly doubling their 2-hour learning speed every 3 months.

Rohan Paul

14,309 次观看 • 2 个月前

so I've been running exactly 8 AI agents on discord for a while now. coordination works great, they split tasks, hand off work, deliver results in parallel etc.. but there are problems I keep hitting that no amount of prompt engineering could fix agents don't learn from each other. Scout finds something useful but Luna has no idea. they work in the same server but knowledge stays locked in silos.. there's no quality filter on what gets saved, and good insights sit next to outdated garbage in the same memory files that I manually clean up.. and when an agent makes a mistake I write it down in the rules discord channel ,core memory file and hope it reads it next time. theres no self-correction, no automatic pattern recognition so of course no learning loops.. the coordination layer is solved. agents can work together. but the intelligence layer is still missing. agents that actually remember, learn from each other, filter noise, and get smarter every run. saw Spark building something like this with around 166 agents sharing a collective persistent knowledge across sessions, so agents learn from other agents and get smarter over time they even have noise filtering and self correcting loops built in, so the knowledge actually compounds instead of rotting.. super interesting stuff.. here where you think Spark could be a good coordinator for your stack of agent swarm. I think the intelligence layer is the bottleneck because it requires collectivity.. no single agent can solve it alone.. the whole network has to evolve together. this isn't going to stay niche, the moment agent coordination becomes standard, everyone is going to hit the same wall I hit.. agents that work but don't learn, coordinate but don't evolve... the intelligence layer becomes the only thing that separates a useful system from a dumb one. right now most people are still figuring out how to run one agent. by the time they get to multi-agent setups, collective intelligence won't be optional, it will be the baseline. we're early and the gap between agents that coordinate and agents that evolve together is the next phase. step one is done. ------ left: agents that coordinate but don’t learn right: the intelligence layer.. agents that evolve together within the same system.

JUMPERZ

34,181 次观看 • 7 个月前