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

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

На главную

I gave Cline Desktop app a repo with 3 intentional vulnerabilities. Hardcoded password. SQL injection. Shell injection. I gave it a cron job “Scan this codebase every night. Flag the issue, severity, risk, and fix.” At 2 AM, the agent ran the scan while I was asleep. All 3...

25,827 просмотров • 4 дней назад •via X (Twitter)

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

Фото профиля Aiden Overdorf
Aiden Overdorf4 дней назад

2am cron caught all three. the revert and fork is what makes it safe

Фото профиля Cline
Cline4 дней назад

This is such a good use of scheduled runs, let Cline do the boring checks at 2 AM 😄

Фото профиля Abdul Shakoor
Abdul Shakoor4 дней назад

forked fixes make reviews way less annoying same bug, two repair styles, one diff :)

Фото профиля Nargis Mita
Nargis Mita4 дней назад

Great share!

Фото профиля Muhammad Ayan
Muhammad Ayan4 дней назад

i'd give it a staging branch overnight production can wait till coffee exists

Фото профиля Arindam Majumder 𝕏
Arindam Majumder 𝕏3 дней назад

It's actually pretty cool been testing it lately:

Фото профиля Yi Casillas
Yi Casillas4 дней назад

这个 demo 把 agent 的价值和边界都测出来了:能找漏洞只是第一关,自动修复还得尊重现有 guardrail。尤其“最保守的 fix”这个要求很关键,不然扫描器一觉醒来把业务逻辑也重写了。

Фото профиля BestAIprice | The World’s Cheapest AI Tokens
BestAIprice | The World’s Cheapest AI Tokens3 дней назад

The scary part is that the agent did exactly what it was asked. Sandboxing and least privilege aren’t “later” features once code runs unattended 😬

Фото профиля Markandey Sharma
Markandey Sharma4 дней назад

This feels like actual automation

Фото профиля J
J4 дней назад

The reassuring part is the reversible loop: detect, propose a parameterized fix, restore a checkpoint, then narrow scope. For unattended scans, the missing primitive is policy: read-only by default, explicit mutation grants, and provenance for every diff. steel-dev/steel-browser is a useful adjacent substrate for controlled agent actions.

Фото профиля AI Mastery Guide
AI Mastery Guide3 дней назад

2am scans while you sleep, love that

Фото профиля Jacob Young | AI
Jacob Young | AI4 дней назад

Thanks for share

Фото профиля Darshal Jaitwar
Darshal Jaitwar4 дней назад

Developers finally have a night watchman

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

*autoplan* This is one of my most used workflows in pi now While working with AI agents, there is a mechanical process by which I mine the agent for ideas. This reduces an open-ended feature design or bugfixing problem to a multiple choice question Basically, I keep asking paraphrases of the question "is this the best design?" 2-3 times, and then make the agent list them out, with a preference for practicality and simplicity "Is this the most elegant and long-term production ready solution?" "Is this the holy grail?" And then a decision gate which makes the model list all options while recommending a certain one, with a preference for practicality For example, while developing a plugin for pi or openclaw, asking the holy grail often causes the model to suggest changing the plugin/extension API like "The holy grail would be for pi to implement such an such API". The decision gate helps curb such stupid ideas The good thing about this workflow is, I can just automate typing all those mining prompts, and only do the deciding after the workflow finishes Caveat: This is not foolproof. I still reject all options, propose other ones, or run the workflow multiple times until I get what I want. But this helps reduce a ton of prompting to just "autoplan this" for me I am curious: When you try this, does it give you high quality answers/designs? And if not, what should change to improve it? To try it out: Install osolmaz/pi-workflows and then when you need to design something or fix a bug, just say "autoplan this". The skill should be picked up automatically Let it finish. It will give you a summary. When you choose an option, ask it to elaborate it with more details Repo:

Onur Solmaz

15,905 просмотров • 23 дней назад