Jason Zhou
A person mentioned sharing MCP setup instructions for agent workflows. He is cited in connection with treg.to’s setup guide.
Key Highlights
- Jason Zhou is associated with practical AI agent infrastructure, especially loop orchestration, tool access, and secure workflow setup.
- He launched Treg, a self-hostable skill and secret registry designed to keep API keys away from agents while logging calls server-side.
- He introduced Loopany as an open-source framework for managing recurring, self-improving agent loops with contracts, state, and triggers.
- He is cited for sharing treg.to’s MCP setup instructions, showing a low-friction way for users to configure agent tool access.
- His work is especially relevant to AI PMs building agent products that need reliable context, secure integrations, and repeatable automation.
Jason Zhou
Overview
Jason Zhou is a builder and operator in the AI agent ecosystem, most frequently associated with practical infrastructure for agent workflows, including loop-based automation, skill registries, local agent execution, and MCP-related setup patterns. Across recent mentions, he appears as a hands-on contributor focused less on model research and more on the operational layer that makes agents usable in real products: auth, tool access, context handling, orchestration, and repeatable workflows.For AI Product Managers, Zhou matters because his work sits at the intersection of agent reliability and productization. His projects and posts highlight recurring implementation problems PMs face when shipping agent features—how to give agents secure tool access, how to manage long-running loops, how to preserve context, and how to reduce setup friction for users and teams. He is also cited in connection with treg.to’s MCP setup guide, reflecting his role in making agent tooling more deployable and easier to adopt.
Key Developments
- 2026-07-11: Jason Zhou 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 manages orchestration.
- 2026-07-14: Zhou shared that he spent a month with SToneoneX building and testing dozens of automation loops at SuperDesignDev, surfacing an experimentation-driven approach to agent workflow design.
- 2026-07-18: He launched Treg, an open-source, self-hostable skill and secret registry that bundles skills with secrets, CLI access, and endpoints while injecting auth server-side so agents do not directly hold keys.
- 2026-07-28: Zhou built an agent-context-audit skill using Claude Code system prompts to apply audit learnings and reduce clutter in CLAUDE.md by roughly 50%.
- 2026-07-31: He launched Loop Engineering in Practice, Episode 1, explaining how a Reddit loop grew an account from 0 to 95 karma in 7 days using a personal wiki, filtering, agent tools, randomness triggers, and iterative reflection.
- 2026-08-10: Zhou announced the SuperDesignDev plugin for ChatGPT, featuring an editable canvas that can extract a live brand, design landing pages, generate artwork, explore flyer directions, and QA layouts from a single prompt.
- 2026-08-12: He contrasted Composio with Treg, positioning Treg as a proxy service with a large catalog of data-provider endpoints and transparent price/request/response details so agents can choose among them.
- 2026-08-13: Zhou shared superdesigndev’s vendor-listing agent skill in the open-source Treg repository, aimed at teaching agents the rules for adding catalog listings.
- 2026-09-10: He shared treg.to’s MCP setup instructions at `https://treg.to/llms.txt`, describing a workflow where users can paste the instructions into an agent and ask it to set up MCP.
Relevance to AI PMs
1. Secure tool access and agent permissions: Zhou’s work on Treg is relevant to PMs designing agent products that need third-party tools, secrets, and APIs. The key lesson is to keep credentials server-side, provide controlled tool abstractions, and log usage for governance and debugging.2. Operationalizing agent loops: Loopany and his “loop engineering” examples offer a practical pattern for PMs building recurring agent workflows. Instead of treating agents as one-off chats, PMs can define contracts, state, triggers, and feedback loops for measurable automation.
3. Reducing setup friction for adoption: His MCP setup sharing and local-agent execution work point to a high-value PM principle: simplify onboarding. Products that let users paste instructions, connect tools quickly, and run with existing local context can dramatically improve activation and retention.
Related
- Treg / tregto / treg.to: Closely tied to Zhou’s work; used for skill registries, secret handling, endpoint catalogs, and MCP setup guidance.
- MCP: Central to the setup instructions he shared, and relevant as a standard for connecting agents to tools and environments.
- Loopany: Zhou’s loop orchestration framework for managing recurring, self-improving agent workflows.
- SuperDesignDev: A major project context for his experimentation with loops, design workflows, plugins, and agent skills.
- Claude Code / CLAUDE.md / clauderules: Connected through his context-audit workflow and broader work on improving agent operating context.
- Composio: Referenced by Zhou as a comparison point for tool-access models, especially around OAuth-only integrations versus broader endpoint catalogs.
- ChatGPT: Relevant through the SuperDesignDev plugin and editable-canvas workflow announced by Zhou.
- Reddit: Used in his loop-engineering example as a concrete growth and experimentation environment.
- SToneoneX / Peter Yang / Slack / Anthropic / OpenAI Codex: Adjacent entities in the broader agent tooling and product workflow ecosystem surrounding Zhou’s mentions.
Newsletter Mentions (35)
“Jason Zhou shared treg.to’s MCP setup instructions at https://treg.to/llms.txt, which users can paste into an agent and ask it to set up MCP.”
#13 𝕏 Jason Zhou shared treg.to’s MCP setup instructions at https://treg.to/llms.txt, which users can paste into an agent and ask it to set up MCP.
“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.
“"#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.
“𝕏 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.
“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.
“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.
“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...
“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.
“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.
“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.
Related
An AI company whose Threat Intelligence team published a report on misuse of Claude and related countermeasures. The newsletter highlights evolving malicious-use patterns and defensive responses.
Anthropic’s coding agent. It is relevant to AI PMs as a coding workflow product competing in enterprise and community adoption.
Anthropic's AI assistant and model family, used here in a plugin evaluation initialization command. The mention indicates plugin tooling and evaluation workflows around Claude-powered extensions.
A product thinker and AI commentator focused on how AI changes product development workflows. In this newsletter he critiques software-factory narratives and discusses harness behavior.
OpenAI's coding model and agentic coding tool. It is mentioned both as a dataset-analysis tool that fell short and as part of a scientific proof workflow.
OpenAI's consumer AI chat product. Here it is mentioned in the context of serving over 1 billion users, highlighting the scaling and reliability challenges behind the product.
A protocol for connecting agents to external tools and systems in a standardized way. The newsletter mentions setup instructions that can be pasted into an agent to configure MCP.
An AI software engineering product that now includes SWE-2 across Desktop and CLI. It is associated here with Cognition's release and distribution changes.
A workplace messaging and collaboration platform. In this newsletter it appears as an integration target for AI setup and automation.
OpenAI’s coding tool used here to build an XP-based family system. It demonstrates productizable agent workflows applied to personal productivity and behavior design.
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.
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.
A documentation convention for organizing Claude-related instructions or skills. The newsletter frames it as part of writing lean system prompts and modular skills.
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.
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.
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.
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.
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.
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.
Stay updated on Jason Zhou
Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.
Subscribe Free