惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
博客园 - 【当耐特】
人人都是产品经理
人人都是产品经理
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
Blog — PlanetScale
Blog — PlanetScale
酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
Jina AI
Jina AI
小众软件
小众软件
博客园 - 叶小钗
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Y
Y Combinator Blog
云风的 BLOG
云风的 BLOG
I
InfoQ
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Martin Fowler
Martin Fowler
P
Proofpoint News Feed
MyScale Blog
MyScale Blog

Business News India: Latest Business News Today, Share Market, Economy

'Chase every drop of oil, gas because...': ONGC chief's warning as Hormuz closure continues TCS dividend payment date 2026: What company said for payout in Q4 results Shapoorji Pallonji urges Tata Sons listing; fresh backing emerges within Trusts How BEL became India's most admired defence PSU under Manoj Jain Becquer, the market leader for industrial captive solar hardware, Introduces India’s Most Advanced Solar Panels for Industrial & Residential Applications अक्षय तृतीया पर सोने के अलावा और क्या-क्या खरीद सकते हैं - चेक करें ये 5 बेहतरीन ऑप्शन Axis Mutual Fund के इस नए डिफेंस इंडेक्स फंड का खुला एनएफओ! बढ़ते रक्षा खर्च के बीच निवेश का बड़ा मौका BT EXPLAINER: Planning to buy an EV in Delhi? Bumper savings, tax waivers under new policy explained - BusinessToday Sam Altman shares family photo after Molotov attack, warns against rising AI hostility Gold Rates Today, 10th April 2026: What is the gold rate in your city today? Check the new list here Silver Rates Today 10th April 2026: What is the silver rate in your city today? Check the new list here Too Much Protein? — The Fitness Trend That’s Raising Questions Silver Rates Today 9th April 2026: What is the silver rate in your city today? Check the new list here Gold Rates Today, 9th April 2026: What is the gold rate in your city today? Check the new list here Silver Rates Today 8th April 2026: What is the silver rate in your city today? Check the new list here Gold Rates Today, 8th April 2026: What is the gold rate in your city today? Check the new list here Platinum’s Timeless Luxury: How its weight and durability make it a top choice for luxury lovers Silver Rates Today 7th April 2026: What is the silver rate in your city today? Check the new list here Gold Rates Today, 7th April 2026: What is the gold rate in your city today? Check the new list here Akshaya Tritiya 2026: 19 या 20 अप्रैल इस बार कब से अक्षय तृतीया? जानिए क्या है सोना खरीदने का शुभ मुहूर्त - Akshaya Tritiya 2026 Date time and best time to buy gold - 'Then ​​​​​​​don’t give it at all' : Chef Sanjeev Kapoor refused to accept Padma Shri without his Chef’s uniform, here's why Ghaziabad: LPG supply expands with 5 kg cylinders rollout for workers, low-income homes Q4 results 2026 dates: HDFC Bank, Yes Bank, Wipro, ICICI Bank, others to post earnings next week US Iran peace talks: Negotiations to take place in Islamabad; details on key obstacles, top attendees - BusinessToday Gold, silver rates April 11: Gold near ₹1.52 lakh, silver up as geopolitical tensions keep markets on edge शेयर बाजार की गिरावट पर एक्सपर्ट की राय, जानिए किन सेक्टर्स में है आगे दम Petrol, diesel prices today, April 11: Check prices in Delhi, Mumbai, Kolkata, Chennai, Hyderabad and more - BusinessToday Emotional vibe check before commitment: Why India's Gen Z daters are auditing hearts before swiping right on love? Why Indians buy gold on Akshaya Tritiya: Belief, tradition and investment logic भारत ने कैसे तैयार किया स्ट्रैटेजिक पेट्रोलियम रिजर्व? 1990 के संकट से आज तक, जानिए ऑयल रिजर्व की पूरी टाइमलाइन
What comes after vibe coding? Claude Code creator Boris C...
Business Today Desk · 2026-06-22 · via Business News India: Latest Business News Today, Share Market, Economy

Boris Cherny argues that manual prompting is beginning to give way to “loop engineering,” an approach in which AI agents generate prompts and continue working toward a goal with limited human supervision.

The next phase of AI-assisted software development may not involve people writing better prompts. Instead, developers could build autonomous systems in which artificial intelligence agents instruct, monitor and improve one another.

Anthropic co-founder and the creator of Claude Code, Boris Cherny, argues that manual prompting is beginning to give way to “loop engineering,” an approach where AI agents generate prompts and continue working towards a goal with limited human supervision.

“It’s an agent that prompts Claude. I don’t write the prompt anymore. Claude writes the prompt, and now I’m talking to that new Claude that is coordinating,” Cherny told Business Insider.

The shift marks an evolution from “vibe coding”, where developers describe what they want and allow AI tools to produce the code. Under a loop-based system, a user could provide a broad objective through a command such as `/goal`, after which agents would plan tasks, execute them, assess the results and continue iterating until the objective is met.

“You shouldn’t be prompting coding agents anymore. You should be designing loops that prompt your agents,” Peter Steinberger, creator of OpenClaw at OpenAI, told users.

Such systems could, for instance, use one agent to write code and another to independently review it. An agent could also periodically wake up, examine an active software repository, identify pending work and distribute tasks across separate threads.

Addy Osmani, a director at Google Cloud, said effective agent loops require five building blocks: automations, worktrees, skills, plugins and connectors, and sub-agents. Together, these components allow AI systems to access tools, divide work and operate continuously rather than wait for repeated instructions.

The developer’s role, as a result, could increasingly resemble that of a manager designing jobs and supervising teams.

“This is the time for the manager. You are designing a job,” ChatPRD founder Claire Vo said. “Just imagine you’re onboarding an employee — that employee could be an assistant, a customer service agent, or a software engineer.”

However, greater autonomy comes with higher computing costs. Networks of agents that repeatedly call models, review outputs and restart tasks can quickly consume large token budgets. Developers may need to decide whether tasks should run every few minutes, hourly or daily.

Osmani has also cautioned against deploying specialised sub-agents by default, arguing that the additional cost is worthwhile only when a task genuinely needs another opinion.
 

For Unparalleled coverage of India's Businesses and Economy – Subscribe to Business Today Magazine

Published on: Jun 22, 2026 1:32 PM IST