<?xml version="1.0" encoding="UTF-8"?>
    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Onevium Blog</title>
        <link>https://onevium.com/blog</link>
        <atom:link href="https://onevium.com/rss.xml" rel="self" type="application/rss+xml" />
        <description>Local-first AI workflows for the browser, desktop, and team. Onevium combines browser automation, scheduled runs, channel bots, and visible tool control in one desktop surface.</description>
        <language>en-us</language>
        <lastBuildDate>Tue, 26 May 2026 03:07:08 GMT</lastBuildDate>
        
        <item>
          <title>The &apos;where did I leave off&apos; problem your AI tools should solve for you</title>
          <link>https://onevium.com/blog/ai-daily-briefing-where-did-i-leave-off</link>
          <guid isPermaLink="true">https://onevium.com/blog/ai-daily-briefing-where-did-i-leave-off</guid>
          <description>Every morning you stare at five chat sessions across three projects and try to remember which one had the unfinished migration. Daily Briefing is the page that does that for you — automatically, cross-project, every morning.</description>
          <category>Product</category>
          <pubDate>Sun, 24 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
          <title>Why your AI still forgets — and how Onevium&apos;s memory finally fixed it</title>
          <link>https://onevium.com/blog/ai-agent-memory-that-actually-remembers</link>
          <guid isPermaLink="true">https://onevium.com/blog/ai-agent-memory-that-actually-remembers</guid>
          <description>Cursor has rules, Claude Code has CLAUDE.md, every tool claims to have memory. So why does your AI keep asking the same questions? Onevium 1.1.6 ships a three-layer memory system that actually shows up in every reply — and lets you see exactly what it remembered.</description>
          <category>Product</category>
          <pubDate>Sun, 24 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
          <title>Channels redesigned, and a real browser that actually feels like one</title>
          <link>https://onevium.com/blog/channels-redesign-and-real-browser-v1-1-1</link>
          <guid isPermaLink="true">https://onevium.com/blog/channels-redesign-and-real-browser-v1-1-1</guid>
          <description>v1.1.2 finishes two threads we have been pulling on for months: the multi-platform Channels bridge becomes a calm, inline-editable surface, and the in-app Browser graduates from a preview pane to a full browsing surface with a persistent profile.</description>
          <category>Product</category>
          <pubDate>Sun, 03 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
          <title>A v0 alternative that gives your AI a real browser, not a sandbox</title>
          <link>https://onevium.com/blog/v0-alternative-real-browser-for-ai-agents</link>
          <guid isPermaLink="true">https://onevium.com/blog/v0-alternative-real-browser-for-ai-agents</guid>
          <description>v0, Lovable, and Bolt preview a generated UI inside their own sandbox. Onevium gives your AI agent a real browser pinned to your real codebase — and that changes the loop.</description>
          <category>Product</category>
          <pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
          <title>Why self-evaluating agents outperform prompt loops by 10 points</title>
          <link>https://onevium.com/blog/agent-harness-pattern-self-evaluation-production-reliability</link>
          <guid isPermaLink="true">https://onevium.com/blog/agent-harness-pattern-self-evaluation-production-reliability</guid>
          <description>Anthropic&apos;s Managed Agents introduced the harness pattern — a self-evaluating orchestration layer that closes the reliability gap between demo agents and production agents.</description>
          <category>Engineering</category>
          <pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
          <title>Stop doing ten tasks in one thread — delegate to subagents</title>
          <link>https://onevium.com/blog/subagents-parallel-delegation-pattern-for-ai-coding</link>
          <guid isPermaLink="true">https://onevium.com/blog/subagents-parallel-delegation-pattern-for-ai-coding</guid>
          <description>Subagents split exploration, review, and implementation into parallel isolated contexts. Here is when delegation beats a single long session.</description>
          <category>Engineering</category>
          <pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
          <title>Claude Managed Agents: what it means for local agent workflows</title>
          <link>https://onevium.com/blog/claude-managed-agents-what-it-means-for-local-agent-workflows</link>
          <guid isPermaLink="true">https://onevium.com/blog/claude-managed-agents-what-it-means-for-local-agent-workflows</guid>
          <description>Anthropic just launched Managed Agents — cloud-hosted, sandboxed agent infrastructure. Here is what that changes for teams already running agents locally.</description>
          <category>Engineering</category>
          <pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
          <title>Why your AI coding agent forgets everything between sessions</title>
          <link>https://onevium.com/blog/why-your-ai-coding-agent-forgets-everything</link>
          <guid isPermaLink="true">https://onevium.com/blog/why-your-ai-coding-agent-forgets-everything</guid>
          <description>Persistent memory is the missing layer in agentic IDEs. Here is how context engineering turns a stateless agent into one that actually knows your project.</description>
          <category>Engineering</category>
          <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
          <title>Three trust levels for autonomous coding agents</title>
          <link>https://onevium.com/blog/three-trust-levels-for-autonomous-coding-agents</link>
          <guid isPermaLink="true">https://onevium.com/blog/three-trust-levels-for-autonomous-coding-agents</guid>
          <description>Binary permission models break in practice. A tiered approach — default, auto, and full access — gives agents room to work without giving up control.</description>
          <category>Engineering</category>
          <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
          <title>Automate recurring tasks with scheduled runs</title>
          <link>https://onevium.com/blog/automate-recurring-tasks-with-scheduled-runs</link>
          <guid isPermaLink="true">https://onevium.com/blog/automate-recurring-tasks-with-scheduled-runs</guid>
          <description>Set up cron-based AI tasks that run on their own — daily standups, weekly reports, production health checks — without manual prompting.</description>
          <category>Product</category>
          <pubDate>Mon, 30 Mar 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
          <title>Kick off coding tasks from team chat</title>
          <link>https://onevium.com/blog/kick-off-coding-tasks-from-team-chat</link>
          <guid isPermaLink="true">https://onevium.com/blog/kick-off-coding-tasks-from-team-chat</guid>
          <description>Turn Feishu, DingTalk, or Discord threads into scoped AI tasks — without leaving the conversation.</description>
          <category>Product</category>
          <pubDate>Sun, 29 Mar 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
          <title>Control your browser with natural language</title>
          <link>https://onevium.com/blog/control-your-browser-with-natural-language</link>
          <guid isPermaLink="true">https://onevium.com/blog/control-your-browser-with-natural-language</guid>
          <description>Navigate pages, fill forms, extract data, and monitor dashboards — all by describing what you want in plain English.</description>
          <category>Product</category>
          <pubDate>Sat, 28 Mar 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
          <title>Review pull requests from your desktop</title>
          <link>https://onevium.com/blog/review-pull-requests-from-your-desktop</link>
          <guid isPermaLink="true">https://onevium.com/blog/review-pull-requests-from-your-desktop</guid>
          <description>Catch regressions, flag missing tests, and enforce team conventions — with an AI reviewer that knows your codebase.</description>
          <category>Engineering</category>
          <pubDate>Fri, 27 Mar 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
          <title>Onboard to any codebase in minutes</title>
          <link>https://onevium.com/blog/onboard-to-any-codebase-in-minutes</link>
          <guid isPermaLink="true">https://onevium.com/blog/onboard-to-any-codebase-in-minutes</guid>
          <description>Trace request flows, map module ownership, and find the right files fast — without reading every line yourself.</description>
          <category>Engineering</category>
          <pubDate>Thu, 26 Mar 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
          <title>Build and iterate on front-end designs</title>
          <link>https://onevium.com/blog/build-and-iterate-on-front-end-designs</link>
          <guid isPermaLink="true">https://onevium.com/blog/build-and-iterate-on-front-end-designs</guid>
          <description>Turn mockups and visual references into working UI, then verify the result in a real browser — all from one conversation.</description>
          <category>Design</category>
          <pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
          <title>Local AI workflows need a real operating surface</title>
          <link>https://onevium.com/blog/local-ai-workflows-need-a-real-surface</link>
          <guid isPermaLink="true">https://onevium.com/blog/local-ai-workflows-need-a-real-surface</guid>
          <description>Why terminal-native agents become more useful when you add visibility, automation, and deployment surfaces around them.</description>
          <category>Product</category>
          <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
          <title>Designing browser-first agent experiences</title>
          <link>https://onevium.com/blog/designing-browser-first-agent-experiences</link>
          <guid isPermaLink="true">https://onevium.com/blog/designing-browser-first-agent-experiences</guid>
          <description>A practical framing for products whose strongest value comes from acting across live web surfaces instead of only generating text.</description>
          <category>Design</category>
          <pubDate>Mon, 16 Mar 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
          <title>Shipping team bots without losing control</title>
          <link>https://onevium.com/blog/shipping-team-bots-without-losing-control</link>
          <guid isPermaLink="true">https://onevium.com/blog/shipping-team-bots-without-losing-control</guid>
          <description>How isolated sessions, approval modes, and role-based bots make channel deployment practical instead of chaotic.</description>
          <category>Engineering</category>
          <pubDate>Wed, 11 Mar 2026 00:00:00 GMT</pubDate>
        </item>
      </channel>
    </rss>