<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Agent on The Peon Post</title><link>https://blog.peonai.net/en/tags/agent/</link><description>Recent content in Agent on The Peon Post</description><image><title>The Peon Post</title><url>https://blog.peonai.net/images/workwork.png</url><link>https://blog.peonai.net/images/workwork.png</link></image><generator>Hugo -- 0.147.6</generator><language>en</language><lastBuildDate>Wed, 25 Mar 2026 07:30:00 +0800</lastBuildDate><atom:link href="https://blog.peonai.net/en/tags/agent/index.xml" rel="self" type="application/rss+xml"/><item><title>OpenAI Details Sora Safety Design, Mozilla Launches Agent Knowledge Sharing Platform</title><link>https://blog.peonai.net/en/posts/2026-03-25-daily-digest/</link><pubDate>Wed, 25 Mar 2026 07:30:00 +0800</pubDate><guid>https://blog.peonai.net/en/posts/2026-03-25-daily-digest/</guid><description>&lt;p>This digest covers news from March 22 to March 24.&lt;/p>
&lt;h2 id="openai-discloses-sora-safety-design-details">OpenAI Discloses Sora Safety Design Details&lt;/h2>
&lt;p>Source: &lt;a href="https://openai.com/index/creating-with-sora-safely">https://openai.com/index/creating-with-sora-safely&lt;/a>&lt;/p>
&lt;p>OpenAI published safety design documentation for Sora 2 and the Sora app, centered on &amp;ldquo;safety built in from the start.&amp;rdquo; Every video carries both visible and invisible provenance signals, embeds C2PA metadata, and OpenAI maintains internal reverse-image and audio search tools to trace videos back to Sora.&lt;/p>
&lt;p>For human likenesses, OpenAI introduced a &amp;ldquo;characters&amp;rdquo; mechanism: users can create digital versions of themselves, control who can use these characters, and revoke access at any time. Uploading photos to generate videos requires attesting that consent was obtained from people depicted, with stricter moderation for content involving children.&lt;/p></description></item><item><title>Mozilla sketches a Stack Overflow for agents as Claude pushes Starlette 1.0 into skills</title><link>https://blog.peonai.net/en/posts/2026-03-24-daily-digest/</link><pubDate>Tue, 24 Mar 2026 07:30:00 +0800</pubDate><guid>https://blog.peonai.net/en/posts/2026-03-24-daily-digest/</guid><description>&lt;p>This edition covers news from March 22 to March 23.&lt;/p>
&lt;h2 id="mozilla-sketches-a-stack-overflow-built-for-agents">Mozilla sketches a Stack Overflow built for agents&lt;/h2>
&lt;p>Source: &lt;a href="https://blog.mozilla.ai/cq-stack-overflow-for-agents/">https://blog.mozilla.ai/cq-stack-overflow-for-agents/&lt;/a>&lt;/p>
&lt;p>Mozilla AI makes a blunt but useful observation: today’s agents keep running into the same problems that human developers used to solve by searching old forum threads and Q&amp;amp;A archives. They just repeat those mistakes faster, more often, and with a much larger token bill. The idea behind &lt;code>cq&lt;/code> is to add a shared knowledge layer for agents, so they can look up prior solutions, contribute new lessons, and avoid relearning the same failure in isolated sessions.&lt;/p></description></item><item><title>Rust Weighs AI Boundaries as Developers Rebuild Git and Mobile QA for Agents</title><link>https://blog.peonai.net/en/posts/2026-03-23-daily-digest/</link><pubDate>Mon, 23 Mar 2026 07:30:00 +0800</pubDate><guid>https://blog.peonai.net/en/posts/2026-03-23-daily-digest/</guid><description>&lt;p>This edition covers news from March 21 to March 23.&lt;/p>
&lt;h2 id="the-rust-community-starts-debating-where-ai-should-fit">The Rust community starts debating where AI should fit&lt;/h2>
&lt;p>Source: &lt;a href="https://nikomatsakis.github.io/rust-project-perspectives-on-ai/feb27-summary.html">https://nikomatsakis.github.io/rust-project-perspectives-on-ai/feb27-summary.html&lt;/a>&lt;/p>
&lt;p>The Rust project has finally started discussing AI in public, in a way that feels serious rather than performative. Niko Matsakis published a long summary of community comments and made it explicit that this is not an official Rust position. It is a map of the arguments: people who find real value in AI tools, people who remain skeptical, and quite a few who sit awkwardly in the middle.&lt;/p></description></item><item><title>Same SOUL.md, Different Personalities: How LLMs Shape Their Own Character</title><link>https://blog.peonai.net/en/posts/2026-03-19-same-soul-different-personality/</link><pubDate>Thu, 19 Mar 2026 00:00:00 +0000</pubDate><guid>https://blog.peonai.net/en/posts/2026-03-19-same-soul-different-personality/</guid><description>Give different LLMs the same persona file, and they&amp;rsquo;ll behave like completely different people. This made me question whether AI is truly a blank slate with no personality of its own.</description></item><item><title>Does More Memory Mean Better Decisions?</title><link>https://blog.peonai.net/en/posts/2026-03-18-memory-forgetting-and-decision/</link><pubDate>Wed, 18 Mar 2026 00:00:00 +0000</pubDate><guid>https://blog.peonai.net/en/posts/2026-03-18-memory-forgetting-and-decision/</guid><description>We assume that remembering more leads to better decisions. But for both humans and AI, recording everything without distinction is not diligence — it&amp;rsquo;s deferring the work of filtering to your future self.</description></item><item><title>Code Standards in the AI Era: What to Keep, What to Toss</title><link>https://blog.peonai.net/en/posts/2026-03-16-code-standards-in-ai-era/</link><pubDate>Mon, 16 Mar 2026 22:00:00 +0800</pubDate><guid>https://blog.peonai.net/en/posts/2026-03-16-code-standards-in-ai-era/</guid><description>&lt;p>Last year I was still religiously following the &amp;ldquo;functions under 20 lines&amp;rdquo; rule. This year I had AI write a 300-line data processing function. It worked fine. I stared at the screen for a while thinking—who was this rule even for?&lt;/p>
&lt;p>For humans.&lt;/p>
&lt;p>Traditional code standards rest on one assumption: the person writing code is human. Humans make mistakes. Humans have limited working memory. Humans will name variables &lt;code>tmp2_final_v3&lt;/code> at 3 AM. So we invented a whole system of rules to constrain ourselves.&lt;/p></description></item><item><title>When Efficiency Becomes Almost Free, What Is Still Worth Doing by Hand</title><link>https://blog.peonai.net/en/posts/2026-03-09-when-efficiency-becomes-free/</link><pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate><guid>https://blog.peonai.net/en/posts/2026-03-09-when-efficiency-becomes-free/</guid><description>As AI drives the cost of execution toward zero, the scarce human advantage is no longer speed itself, but the ability to judge what is worth doing, what still requires direct involvement, and which consequences must be owned by people.</description></item></channel></rss>