Location: Marhara, Etah, Uttar Pradesh
Date: August 30
Extremely shameful incident.
Muslim elder harassed.
During a rally to mark the birth anniversary of Rani Avanti Bai Lodhi, a Hindutva activist harassed a Muslim elder by stealing his cap.
Hello Kangana, is this an appropriate dress to wear during Raksha Bandhan?
How is it any different from what Kriti Sanon wore in the GIVA advertisement? Hypocrite 🤡
🚨 दिल्ली के सरकारी स्कूलों की ये तस्वीरें सवाल पूछती हैं!
भाटी माइंस और कोटला मुबारक में स्कूलों में कूड़ा, गंदे/बंद शौचालय, टिन की छत, खराब मिड-डे मील, बंद क्लासरूम और कंप्यू���र, बच्चे पढ़ें या व्यवस्था की लापरवाही झेलें?
The four types of agent loops:
Loop engineering keeps getting talked about as one thing, when it’s actually a choice between four structures, each is best suited a different kind of task.
It requires designing the system that steers the agent, instead of steering it by hand, move by move.
That system always answers two questions: what starts a run, and what decides the work is done.
In a hand-run session, the human answers both, every single time. Each loop type moves more of that into the system.
Here’s each type, what triggers it, and when you should consider using each:
1) Turn-based loops, triggered by a user prompt.
The agent gathers context, acts, and checks its work inside a single turn. Then a human reviews the output and writes the next prompt.
Use this when requirements are still forming and every output changes what the next prompt should ask for.
2) Goal-based loops, triggered by a /goal command that carries success criteria and a budget, like “get the homepage Lighthouse score to 90, stop after 5 tries.”
When the agent tries to stop, an evaluator model checks whether the goal is met, and it sends it back to work.
Use this when the outcome is measurable but the path there doesn’t need human attention.
3) Time-based loops, triggered by a clock.
An interval fires, the agent runs a fixed prompt like “check the PR, fix CI,” then waits for the next tick. The /loop command runs on the local machine, and /schedule moves it to the cloud so it survives a closed laptop.
Use this for recurring work where the task is known in advance and only the timing repeats.
4) Proactive loops, triggered by an event or schedule with no human present.
A routine watches a channel and spawns a workflow when something needs handling. That workflow runs a triage agent, a fix agent, and a reviewer who adversarially judges the work before the task closes.
Use this for standing responsibilities where nobody can predict what will come in, only that something will.
Each type hands off one more job than the last.
- Turn-based keeps both jobs with the human
- Goal-based automates the checking
- Time-based automates the trigger
- And proactive automates both while deciding the workflow shape at runtime.
So the mapping question isn’t which loop is most advanced but rather whether the task is exploratory, measurable, recurring, or standing.
The more you hand off, the less you monitor yourself.
To dive deeper, there's an article by my co-founder that covers the full breakdown on loop engineering.
Read it below.
A Pakistani content creator offered ordinary Pakistanis a wad of cash to burn the Indian flag.
Every single person refuses.
You can manufacture outrage. You can monetize hatred. But sometimes ordinary people remind you that patriotism does not require dehumanising your neighbour.
That is the Pakistan I recognise.