GenAI PM
person34 mentions· Updated Aug 13, 2026

Jason Zhou

Person who shared an agent skill in the treg repository. Relevant to PMs because it showcases community distribution of reusable agent behaviors.

Key Highlights

  • Jason Zhou is a notable builder in agent infrastructure, known for work spanning reusable skills, loop automation, and secure tool access.
  • His launch of Treg gives AI PMs a concrete model for distributing agent skills while keeping secrets server-side and maintaining audit logs.
  • Loopany and his loop-engineering experiments show how PMs can think in terms of measurable, self-improving automation cycles rather than one-off agent tasks.
  • His agent-context-audit work demonstrates a practical approach to reducing prompt bloat and improving maintainability in agent setups.
  • The vendor-listing skill shared in treg is a strong example of productizing operational rules into a reusable community-distributed agent behavior.

Overview

Jason Zhou is a builder and operator in the AI agent ecosystem whose work repeatedly centers on reusable agent skills, loop-based automation, local agent execution, and secure tool infrastructure. Across recent mentions, he appears as both a practitioner and open-source contributor: launching systems like Treg and Loopany, experimenting with agent workflows at SuperDesignDev, and publishing concrete examples of how agents can be packaged with rules, tools, and operational context.

For AI Product Managers, Jason Zhou matters because his work sits at the intersection of productized agent behavior and real-world deployment constraints. His projects highlight several themes PMs care about: how to distribute reusable agent skills, how to manage authentication and tool access safely, how to operationalize autonomous loops with observability, and how to reduce prompt/context bloat while improving repeatable outcomes. He is especially relevant as an example of the emerging “agent infrastructure + workflow design” layer around products like ChatGPT, Claude Code, and local/hosted agent runtimes.

Key Developments

  • 2026-07-09: Jason Zhou rebuilt Posia using the Pi Agent SDK with a minimal 15-line core agent and flexible harness, and published a walkthrough covering extensions, SDK usage, token savings, and hosted deployment.
  • 2026-07-11: He introduced Loopany, a free open-source loop management space for scaffolding loop contracts, state, logs, and programmable triggers for self-improving agent cycles.
  • 2026-07-12: He launched a local daemon that runs AI agents directly on a user’s computer with full local context, while Loopany handles orchestration.
  • 2026-07-14: He shared that he spent a month with SToneoneX building and testing dozens of automation loops at SuperDesignDev, surfacing an experimental, iteration-heavy approach to agent product development.
  • 2026-07-18: He launched Treg, an open-source, self-hostable skill and secret registry that bundles skills with secrets, CLIs, and endpoints; injects auth server-side; and logs agent/user calls so agents do not need direct access to API keys.
  • 2026-07-28: He built an agent-context-audit skill using Claude Code system prompts to apply prompt-audit learnings and reduce the size of his CLAUDE.md by about 50%.
  • 2026-07-31: He launched Loop Engineering in Practice, Episode 1, explaining how a Reddit automation loop grew an account from 0 to 95 karma in 7 days using a personal wiki, thread filtering, agent tools, randomness triggers, and iterative reflection.
  • 2026-08-10: He announced the SuperDesignDev plugin for ChatGPT, featuring an editable canvas where a single prompt can extract a brand, design a landing page, generate artwork, explore flyer directions, and QA layouts.
  • 2026-08-12: He contrasted Composio with Treg, arguing that Composio focuses on OAuth-only predefined tools while Treg acts as a proxy service with a larger endpoint catalog and transparent request/response details, pricing, and direct key handling.
  • 2026-08-13: He shared superdesigndev’s vendor-listing agent skill in the open-source treg repository, demonstrating how agent skills can encode the rules for adding catalog listings and be distributed for community reuse.

Relevance to AI PMs

  • Reusable agent behaviors as product assets: Jason Zhou’s work on Treg and skill sharing shows how teams can turn operational know-how into reusable agent skills instead of burying it in prompts, docs, or tribal knowledge. PMs can apply this by defining skills for repeatable workflows like catalog updates, support triage, CRM enrichment, or design QA.
  • Security and governance for tool-using agents: Treg is a practical example of an architecture where agents never directly hold secrets, while every call is logged. For PMs designing enterprise agent products, this is directly relevant to permissioning, compliance, auditability, and safe tool access.
  • Loop design and observability: Loopany and his loop-engineering experiments offer a template for building agents that improve over time through triggers, state, reflection, and logs. PMs can use this framing to specify measurable automation loops rather than shipping one-off copilots with unclear success criteria.

Related

  • Treg: Closely associated with Jason Zhou; a self-hostable skill and secret registry that packages agent capabilities with secure tool access.
  • Loopany: His open-source framework for managing loop contracts, state, triggers, and logs for autonomous or semi-autonomous workflows.
  • SuperDesignDev: A major context for his experimentation, including automation loops, design workflows, and a ChatGPT plugin with editable canvas capabilities.
  • Claude Code / CLAUDE.md / clauderules: Connected through his agent-context-audit work and broader interest in structuring agent behavior and reducing context clutter.
  • Pi Agent SDK / Posia: Illustrates his preference for lightweight agent cores with extensible harnesses and deployment paths.
  • Composio: Appears in direct comparison with Treg, highlighting differing philosophies around tool catalogs, auth, and agent-facing integration models.
  • ChatGPT, Claude, codex, tool-calling, autonomous-agents: Broader ecosystem entities that frame the environments where his ideas about skills, loops, and secure agent execution matter most.
  • Reddit, CRM, support-ticket, memory-environments, verification-loops, atomic-tooling: Related problem spaces and design patterns that align with his work on practical agent orchestration and reusable workflow logic.

Newsletter Mentions (34)

2026-08-13
Jason Zhou shared superdesigndev’s new vendor-listing agent skill in the open-source treg repository, which teaches agents the rules for adding catalog listings.

#19 𝕏 Jason Zhou shared superdesigndev’s new vendor-listing agent skill in the open-source treg repository, which teaches agents the rules for adding catalog listings. Contributors can also add catalogs directly via pull requests.

2026-08-12
"#13 𝕏 Jason Zhou contrasted Composio’s OAuth-only, predefined tools with Treg, a proxy service offering a large catalog of data-provider endpoints with price, request, and response details so agents can choose among them."

#13 𝕏 Jason Zhou contrasted Composio’s OAuth-only, predefined tools with Treg, a proxy service offering a large catalog of data-provider endpoints with price, request, and response details so agents can choose among them. He said Treg provides keys directly, eliminating the need for users to buy subscriptions.

2026-08-10
𝕏 Jason Zhou announced that the SuperDesignDev plugin provides an editable canvas inside ChatGPT, where one prompt can extract a live brand, design a landing page, generate artwork, explore 3 flyer directions, and QA layouts.

𝕏 Jason Zhou announced that the SuperDesignDev plugin provides an editable canvas inside ChatGPT, where one prompt can extract a live brand, design a landing page, generate artwork, explore 3 flyer directions, and QA layouts. Available now, it’s free for paying ChatGPT users and can be found by searching “superdesign” under plugins.

2026-07-31
Jason Zhou launches “Loop Engineering in Practice” Episode 1, detailing how a Reddit loop grew an account from 0 to 95 karma in 7 days by leveraging five levers—personal wiki, thread filtering, Reddit agent tools, randomness triggers, and iterative reflection.

#7 𝕏 Jason Zhou launches “Loop Engineering in Practice” Episode 1, detailing how a Reddit loop grew an account from 0 to 95 karma in 7 days by leveraging five levers—personal wiki, thread filtering, Reddit agent tools, randomness triggers, and iterative reflection. #8 𝕏 Aravind Srinivas launched Projects on Perplexity Computer—a multiplayer agentic OS for work with persistent memory, files, and sessions scoped across hubs and users, now available to all.

2026-07-28
Jason Zhou built an “agent-context-audit” skill leveraging @trq212’s Claude Code system prompts to apply his audit learnings and declutter his CLAUDE.md by ~50%.

GenAI PM Daily July 28, 2026. Jason Zhou is mentioned in two adjacent items about agent workflows and personalized drafting tools.

2026-07-18
Jason Zhou launched Treg, an open-source, self-hostable skill & secret registry that bundles skills with secrets/CLI/endpoints, injects auth server-side (so agents never hold keys), and logs every agent/user call—eliminating the need to paste keys into Claude Code or Slack DM...

#7 𝕏 Jason Zhou launched Treg, an open-source, self-hostable skill & secret registry that bundles skills with secrets/CLI/endpoints, injects auth server-side (so agents never hold keys), and logs every agent/user call—eliminating the need to paste keys into Claude Code or Slack DM...

2026-07-14
Jason Zhou spent a month building and testing dozens of automation loops at SuperDesignDev with @SToneoneX—some succeeded, some failed.

#8 𝕏 Jason Zhou spent a month building and testing dozens of automation loops at SuperDesignDev with @SToneoneX—some succeeded, some failed.

2026-07-12
Jason Zhou launched a local daemon that runs AI agents directly on your computer with full context, while Loopany handles the orchestration.

#9 𝕏 Jason Zhou launched a local daemon that runs AI agents directly on your computer with full context, while Loopany handles the orchestration. #10 𝕏 Alexandr Wang unveils Muse Spark, an AI model that carries out end-to-end tasks from just short video instructions.

2026-07-11
Jason Zhou introduced Loopany, a free, open-source loop management space that scaffolds loop contracts, state, logs and programmable triggers.

#6 𝕏 Jason Zhou introduced Loopany, a free, open-source loop management space that scaffolds loop contracts, state, logs and programmable triggers. It connects to your team’s local agents to run self-improving cycles from built-in templates. #7 𝕏 Harrison Chase debuted LangChain this week with NemoClaw DeepAgents, pairing the open-source Deep Agents harness with NVIDIA’s Nemotron 3 Ultra OSS model and the enterprise-ready OpenShell runtime.

2026-07-09
Jason Zhou rebuilt Posia using the Pi Agent SDK with a 15-line core agent and flexible harness, and released a 17-minute walkthrough on Pi’s extension system (showing 80–96% tool token cuts), step-by-step SDK usage, and hosted agent deployment.

Today's top 25 insights for PM Builders, ranked by relevance from X, Blogs, and YouTube. OpenAI launches GPT-Live full-duplex voice API #1 𝕏 Sam Altman announced that GPT-5.6 Sol launches Thursday, urging builders to start integrating and experimenting with the new model. #2 📝 OpenAI News Introducing GPT-Live - OpenAI is launching GPT‑Live, a full‑duplex voice model that can listen and speak simultaneously, use conversational cues like “mhmm,” and delegate deeper searches or reasoning to GPT‑5.5 in the background; two versions (GPT‑Live‑1 and GPT‑Live‑1 mini) are rolling out to ChatGPT users globally today with an API sign‑up available. OpenAI says over 150 million people use ChatGPT voice weekly, reports users strongly prefer GPT‑Live to Advanced Voice Mode (GPT‑Live‑1 preferred ~75.7%), and shows large evaluation gains — GPQA rising from 45.3% (AVM) to up to 84.2% and BrowseComp from 0.7% to up to 75.2%. Also covered by: @Sam Altman #3 𝕏 OpenAI rolled out GPT-Live voice models in ChatGPT on iOS, Android, and web starting today (full rollout over the next few days), with API access coming soon—just tap the Voice button to talk with ChatGPT. Also covered by: @Sam Altman #4 𝕏 Mistral AI launched Robostral Navigate, its first embodied navigation model with 8B parameters that guides robots to perform natural-language specified tasks using a single RGB camera. It achieves state-of-the-art results on the R2R-CE benchmark. #5 𝕏 Logan Kilpatrick rolled out “import from GitHub” in Google AI Studio Build, automagically converting your repo into a runtime-compatible format. Now you can seamlessly iterate on it in AI Studio, deploy it, and more. #6 📝 OpenAI News Separating signal from noise in coding evaluations - A detailed audit of SWE-Bench Pro estimates roughly 30% of tasks are broken—an automated pipeline flagged 200 (27.4%) and human annotators found 249 (34.1%)—primarily due to overly strict tests, underspecified prompts, low-coverage tests, and misleading prompts. #7 𝕏 Cognition launched SWE-1.7, their most capable model yet, scoring within a few points of top frontier models at a fraction of the cost and running at 1000 tok/s. They report that their refined RL training recipe continues to deliver scaling gains. #8 𝕏 Ali Ghodsi ran an in-house evaluation on his 3,000-engineer, multi-cloud codebase and found that simply swapping inference harnesses can halve AI costs while maintaining quality, with GLM 5.2 emerging as a top performer. #9 𝕏 Jason Zhou rebuilt Posia using the Pi Agent SDK with a 15-line core agent and flexible harness, and released a 17-minute walkthrough on Pi’s extension system.

Related

Claude Codetool

An AI coding assistant environment used for running evaluation skills and agentic workflows. In this issue it is mentioned as a runtime for ai-evals-course material and as an agent in an OpenRouter-like system.

Anthropiccompany

An AI company best known for Claude. It is referenced implicitly through Claude’s memory and Cowork features.

Claudetool

Anthropic’s assistant, discussed here for shared memory across chat and Cowork. The feature is relevant to PMs because it enables cross-task context reuse and user-controlled memory.

Peter Yangperson

A creator/curator in the AI PM space who shared the ai-evals-course repository. He is mentioned as a source for practical AI eval resources.

Codextool

An AI coding agent or environment mentioned as a place to run AI eval skills. It is also listed as one of the agents that can be compared in a shared environment.

ChatGPTtool

OpenAI’s conversational AI product used by the design team to prototype ideas and test interface decisions. Here it is also part of a rapid experimentation workflow.

Devintool

An autonomous coding agent used by a solo founder to manage engineering work and PR workflows. The newsletter highlights extensive threaded usage, playbooks, and review automation around it.

Slacktool

A workplace messaging platform used here as an operational surface for AI agents. PMs may care because agent integrations increasingly extend into team communication workflows.

OpenAI Codextool

OpenAI's coding agent system used here to build NVIDIA AI's TensorRT Model Connect and also referenced as a benchmarked assistant in connector support comparisons. Relevant to PMs considering AI-assisted software engineering.

GPT-5.6tool

A frontier model release referenced as improving price-performance for developers. It is discussed as being available in Kiro for more cost-effective application development.

Gemini 3tool

A Gemini model variant used here to power agentic workflow examples and multi-agent systems. It is relevant to AI PMs as an example of frontier model capability enabling more complex automated workflows.

Claude.mdtool

A documentation convention for organizing Claude-related instructions or skills. The newsletter frames it as part of writing lean system prompts and modular skills.

Reddittool

A social platform cited as the primary source LLMs trust for brand and category information in this newsletter. It is positioned as a key place for AI-visible discussions that influence recommendations.

SuperDesignDevtool

A plugin that adds an editable canvas inside ChatGPT for brand, landing page, artwork, and layout generation. For PMs, it shows how AI design workflows can be embedded directly inside chat products.

WebMCPtool

A W3C-backed browser extension that exposes website functionality to MCP-capable agents. It lets developers register site functions as structured tools in the browser.

GPT-5.2 Protool

An OpenAI model variant discussed here for its ability to collaborate with HarmonicMath on near-autonomous proof generation. For AI PMs, it highlights stronger reasoning and math capabilities in advanced LLMs.

multi-agent systemconcept

An architecture where multiple specialized agents collaborate instead of one general-purpose agent. The newsletter includes debate over whether this is necessary versus using a single tool-loaded agent.

Crewlettool

A company referenced for experimenting with Slack bot-based monitoring and collaboration. It is cited as an example of per-channel task outcome tracking in workplace AI workflows.

Stay updated on Jason Zhou

Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.

Subscribe Free