EastofSilicon Tools and workflows from the Chinese internet
AI & Agents

Codex makes agent capacity a workflow constraint

11 min read 2,495 words appinnsspaiwoshipm
Coding task moving through testing and human review
A coding task moves through execution, testing, and human review.Illustration: generated for this article

Codex makes remaining agent capacity part of the job: its displayed percentage shows service left in the current time window. According to woshipm, most AI Agent products bury quotas behind an extra click, while Miaowu keeps its points visible in real time at the page's upper-right corner.

That visibility changes planning. woshipm's author argues that hidden limits obstruct allocation across large or concurrent tasks, and recommends warnings before capacity is exhausted or a large task begins. OpenAI product lead Tibo also posted on X that Codex's 5-hour limit was temporarily removed for Plus, Business, and Pro users. The deeper issue is the operating contract: capacity determines whether an agent job can be trusted. Continuity and checkpoints matter too. Human judgment remains necessary.

Capacity must be visible before work begins

An agent job should begin with a capacity check, not with a prompt. If the available allowance is unclear, a user cannot judge whether a large coding request can finish, or decide which task deserves the remaining service.

According to woshipm, most AI agent products keep quotas outside the main interface, requiring an extra click to find them. That turns a production constraint into a billing detail. The outlet's author argues that hidden limits obstruct allocation across large tasks or concurrent work, precisely when users need to choose what to start.

Visible meters make the constraint legible. Miaowu shows its points as a real-time entry in the page's upper-right corner. Codex displays a remaining percentage for the current time window. Its usage panel shows the weekly allowance, along with a reset date and available resets. These are planning inputs. A remaining percentage means something different when the relevant window is nearly over than when it has just begun.

Capacity rules can also change. woshipm reports that OpenAI product lead Tibo said on X that Codex's 5-hour usage limit was temporarily removed for Plus users. It was also removed for Business users and Pro users. That makes the current panel more useful than assumptions based on an earlier limit.

The preflight view should expose likely consumption before a large task starts and warn when capacity is close to exhaustion, as woshipm's author recommends. Heavy Codex use also calls for a clearer breakdown of local messages and cloud tasks. It should separately identify model tiers, context, and tool calls. Qiewen Academic illustrates the broader pattern: appinn says its desktop-client login grants 10,000 points, which can be spent on search or translation. They can also support Blog summaries and conversations with papers. Points only help users plan when their balance and uses are visible.

Operational contracts across coding and research agents

CodexDoubao WorkMiaowuQiewen Academic
Primary work described in sourcesProjects, chat, and file management; positioned by the author for long-running executionDocument research, chat, PPT, image, and video tasksRecently used by the author for Vibe CodingAutomated research work, including literature review and experiment reproduction
Capacity representationRemaining percentage represents service remaining within the current time window; the usage panel shows remaining weekly allowance, a reset date, and available resetsOverall quota information is on a quota page under SettingsPoints are shown as a real-time entry in the upper-right cornerClient points can be used for search, translation, Blog summaries, and conversations with papers
Capacity unit or limit describedA temporary removal covered the 5-hour usage limit for paid Plus, Business, and Pro plans; the 7-day usage limit remainsQuota; specific allowance not coveredPoints, described as consumable assets remaining in an account10,000 points for users who download and log in to the desktop client
Continuity risk or safeguardThe author says the 5-hour window most severely disrupts long execution tasks; removing it better supports reading a PRD, modifying code, running tests, and summarizing resultsThe author reports a running task was interrupted by insufficient quota, requiring an upgrade or waiting for refreshNot coveredThe Agent can request GPUs, install images and dependencies, downgrade versions, and modify scripts to reproduce an experiment
Task-state organizationProjects appear on the left, while chat and file management are mainly on the rightNot coveredNot coveredLiterature management supports unlimited folder levels, and the client includes a built-in paper reader
Human oversight and feedbackThe author calls for more transparent breakdowns for local messages, cloud tasks, model tiers, context, and tool callsThe author recommends proactive low-quota and pre-large-task consumption-risk warningsThe author argues that continuous consumption feedback is appropriate for pointsUsers can read papers, receive parallel translation, generate Blog-style summaries, and ask questions about highlighted passages

A longer window changes how jobs are planned

A short usage window forces a long job to be planned around the clock rather than around the work. woshipm reports that Codex temporarily removed its 5-hour limit for paid Plus plans. Business plans and Pro plans were also covered. That changes the practical shape of an agent session: a developer can keep one execution thread moving through a PRD and code changes. It can then handle tests before giving a final account of risks and results, rather than splitting the job before the window closes.

The 7-day usage limit still applies.

That distinction matters because execution work accumulates context. According to woshipm's author, the former 5-hour window was especially disruptive for people using Codex on extended tasks rather than brief questions. Ark's work offers a useful picture of the broader pattern: sspai reports that Ark used Codex and Claude Code while building ArkFlow with SwiftUI. The work covered code writing and interface implementation. It also involved troubleshooting before regression checks. Those linked activities benefit when an agent can remain on the same job.

Removing one limit is not unlimited capacity, as woshipm stresses. A weekly ceiling can still force planning around remaining allowance, and service interruptions can still break work at an awkward point. woshipm describes Doubao Work halting an important running task when quota proved insufficient, leaving the user to upgrade membership or wait for refresh. The lesson is narrower than "agents can run freely": longer uninterrupted windows reduce premature fragmentation, but the job still needs a plan that can survive an enforced stop.

Checkpoint the work, not only the conversation

A running agent job needs a handoff surface outside the chat thread. In Codex, projects sit on the left while chat and file management occupy the main area on the right, according to woshipm. That layout suggests a useful working rule: keep the project as the durable unit, and treat the conversation as a record of the current attempt. Put the working files there and preserve the latest usable output. Leave a compact note explaining what changed. It should also state what remains uncertain and where work should resume.

Reset information belongs in that note because an interruption can arrive mid-task. woshipm's author describes Doubao Work stopping an important running job when quota proved insufficient, leaving an upgrade or a later refresh as the available path. Codex's usage panel shows the remaining weekly allowance. It also shows a reset date and available resets. Record those details before pausing. A future operator can then distinguish a task that needs more investigation from one that merely needs capacity to return.

Save artifacts separately from the agent's narrative. ArkFlow supports local backup export, according to sspai. That makes exportable project material a stronger recovery point than a remembered chat state.

The resumed job also needs an independent check. sspai says ArkFlow's development used Codex and Claude Code for code writing. It also used them for interface implementation, troubleshooting, and regression checks. Separate the regression pass from the generation pass. The first agent session can produce a change; a later pass should inspect the saved files and test what the earlier session claims to have completed. This limits the damage from a reset or a stalled quota. It also limits the damage from an abandoned context.

Autonomy ends where judgment and verification begin

Qiewen Academic (切问学术), developed by Fudan University's NLP team, is presented as an automated research agent. According to appinn, it can connect to servers. It can request GPUs, run experiments, and write literature reviews. Its Agent can search related work and identify the closest papers before producing a research plan. appinn also says it can install images and dependencies. It can downgrade versions or modify scripts while reproducing a paper's experiment. The claimed scope extends to a 200,000-word literature review built from hundreds of papers.

Those are claims about execution, not proof that an output deserves acceptance.

ArkFlow shows a narrower division of labor. According to sspai, Ark used SwiftUI for ArkFlow. It used Codex and Claude Code for code writing. They also supported interface implementation, troubleshooting, and regression checks. Those are bounded jobs whose results can be inspected against a running product. Human judgment remains visible in the work around them: user feedback emphasized real card designs and extra card-stacking options. It also emphasized card walls and card-return animations. ArkFlow still retains asset management and the Freedom Profile system, but its card wallet became the main entry point. An agent can change code or reproduce an experiment; people still decide which result fits the intended product or research standard.

Match the agent interface to the job's capacity risk

  • You are starting a long coding job that spans requirements reading, code changes, testing, and a final risk summary. Prefer a workflow with a visible allowance, reset date, and available-reset count before committing the job. The temporary removal of Codex's 5-hour limit was described as making it better suited to these end-to-end tasks, but its 7-day limit remains in place; it is not unlimited usage.
  • You are allocating agent capacity across several large or concurrent tasks. Use an interface that exposes consumption continuously, or check quota before assigning work. Hidden quotas make it harder to assess consumption and divide capacity across competing jobs; Miaowu presents points in real time, while Doubao Work requires opening Settings and then its quota page.
  • A task cannot safely stop halfway through, such as document research, a presentation, image work, or video work. Check capacity and establish a review point before launching the task. Doubao Work covers these task types, and one reported experience involved an important running task being interrupted for insufficient quota, with the choice to upgrade membership or wait for the next refresh.
  • You are using an agent for research that may search literature, work with papers, request computing resources, and attempt experiment reproduction. Keep a human in the loop for research plans, dependencies, version changes, scripts, and generated reviews. Qiewen Academic is described as able to search related work, identify close papers, request GPUs, install dependencies, downgrade versions, modify scripts, and produce literature reviews; these are execution steps that merit supervision rather than unattended trust.

Compare agent plans by recoverable work

A plan is valuable when it supports a recoverable unit of work, rather than merely allowing another prompt. Ask whether a job can reach an inspectable result before capacity runs out. If it stops, ask whether the remaining work can resume without recreating what has already been done. That makes displayed limits part of the purchase decision.

A temporary removal of Codex's 5-hour limit does not make usage unlimited, according to woshipm.

Points deserve the same scrutiny as a cash budget. woshipm describes Miaowu's displayed points as consumable account assets and argues for continuous feedback as they decline with operations. The author also calls for warnings before large tasks and clearer breakdowns for local messages, cloud tasks, and model tiers. Context and tool calls also need clearer breakdowns. A subscription comparison should therefore ask what each charge buys: a completed draft, an inspected output, or enough remaining capacity to resume.

Cash costs also need to be read as part of the work contract. sspai reports that ArkFlow's AI-tool subscriptions and usage reached about $900 over two months, alongside about $100 for Apple Developer membership and about $50 for domain expenses. That figure also covered filing and server expenses, totaling about $1,050. Qiewen Academic gives users who download and log in to its desktop client 10,000 points, usable for search, translation, Blog summaries, and conversations with papers, according to appinn. Its code 197720 gives a 20% discount on Pro and Max monthly and annual memberships. The useful comparison is not the discount alone, but what checked work those points can carry through interruption.

Before assigning Qiewen Academic a paper-reproduction job, set a handoff after it identifies related work and produces a research plan. Then inspect the requested GPU setup. Review the images and dependencies. Check version downgrades and script changes before allowing the next stage. appinn describes those as tasks the built-in Agent can perform; they should be treated as review points, not invisible background work.

For literature work, do not equate a generated 200,000-word review with completed research. Preserve the source-paper set. Retain highlighted passages and reader output so another pass can check the full-text context, formulas, charts, and layout. A large input of hundreds of papers needs explicit checkpoints.

For readers outside China

  • Availability: Qiewen Academic's desktop client is available at https://qiewenpaper.com/zh/download. The source material does not cover geographic availability, language support, or availability outside China for Qiewen Academic, Miaowu, WorkBuddy, Doubao Work, or ArkFlow. Codex is discussed in relation to Plus, Business, and Pro plans, but international availability is not disclosed in sources.
  • Pricing: Qiewen Academic gives users 10,000 points after they download and log in to its desktop client. Its code 197720 provides a 20% discount on Pro and Max monthly and annual memberships, limited in quantity and available first-come, first-served; membership prices are not disclosed in sources. One ArkFlow developer reported AI-tool subscriptions and usage of about $900 over two months, Apple Developer membership of about $100, and domain, filing, and server expenses of about $50, totaling about $1,050. This is a developer cost report, not a published price for any of the agent products.
  • Closest Western equivalents: Codex and Claude Code are the closest direct reference points for the coding-agent workflow discussed here: code writing, interface implementation, troubleshooting, regression checks, and longer execution tasks.; Qiewen Academic is closest in workflow to an AI research workspace that combines a paper library and reader with literature search, translation, paper Q&A, research planning, and experiment-reproduction assistance.; ArkFlow is closest in interaction to a personal card wallet and asset dashboard; its card-wall mode is explicitly modeled closely on Apple Wallet's interaction experience.
  • Data residency: ArkFlow stores account and asset data on the user's device and can synchronize between devices through the user's personal iCloud. It does not connect directly to bank accounts, read bank transaction histories, require an ArkFlow account, or require online-banking credentials; it also supports local backup export. Data-residency, server-location, retention, and training-data practices for Codex, Claude Code, Miaowu, WorkBuddy, Doubao Work, and Qiewen Academic are not disclosed in sources.

Sources

The evidence: 37 facts from 4 Chinese articles

Each line below was extracted from the article it sits under, in Chinese, before any of this was written. The writing is done from these and never from the source prose - that separation is structural, not a promise. How we work.

appinn福利:复旦「学术版 Codex」客户端上线,下载登录就送1 万积分,还可享会员 8 折

  • Fudan University's NLP team developed Qiewen Academic (切问学术), an automated AI research agent.
  • The Qiewen Academic desktop client is available for download at https://qiewenpaper.com/zh/download.
  • Users who download and log in to the Qiewen Academic desktop client receive 10,000 points.
  • Qiewen Academic client points can be used for search, translation, Blog summaries, and conversations with papers.
  • The discount code 197720 provides a 20% discount on Pro and Max monthly and annual memberships.
  • The membership discount offer is limited in quantity and available on a first-come, first-served basis.
  • The Qiewen Academic client includes a built-in paper reader.
  • The name Qiewen is derived from the Fudan University motto phrase 'qiewen er jin si.'

sspaiApp+1|ArkFlow:满足你的卡面收集癖,给信用卡做个卡面墙

  • ArkFlow received 1,000 downloads within seven days of its launch.
  • ArkFlow lets users use bank logos or upload real card designs for individual accounts.
  • ArkFlow displays bank cards at proportions close to physical cards and supports stacking, swiping, expanding, and arranging them as a card wall.
  • ArkFlow was initially positioned as an asset system for measuring life freedom.
  • ArkFlow's Freedom Profile system combines assets, liabilities, income, expenses, and goal-completion status to calculate a user's current freedom stage.
  • ArkFlow's Freedom Profile system has 60 growth stages and separate character designs for men and women.
  • ArkFlow retains asset management and the Freedom Profile system, but the card wallet has become its main entry point.
  • ArkFlow offers three card arrangements: a traditional layered stack, a focused-card arrangement, and a card-wall mode modeled closely on Apple Wallet's interaction experience.
  • Each ArkFlow card can store balance, credit limit, billing date, repayment date, annual-fee information, currency, and notes.
  • ArkFlow can include stocks, funds, cash, and other account types in the same system.
  • ArkFlow does not require users to record every transaction and instead focuses on current assets, liabilities, account locations, available credit, upcoming repayments, currency-converted assets, and account usage status.
  • ArkFlow does not connect directly to bank accounts or read bank transaction histories.
  • ArkFlow stores account and asset data on the user's device and can synchronize it between devices through the user's personal iCloud.
  • ArkFlow does not require an ArkFlow account registration or online banking credentials.
  • ArkFlow supports Face ID protection, automatic hiding of amounts when the app enters the background, and local backup export.

woshipm为什么 Codex 等 AI Agent 产品要做额度隐藏?

  • The woshipm author lists Codex, Claude Code, Miaowu, WorkBuddy, and Doubao Work as AI Agent products they have recently used for Vibe Coding.
  • Doubao Work requires users to open Settings and then enter the quota page to view overall quota information.
  • Miaowu uses points and displays them as a real-time entry in the upper-right corner of the page.
  • Codex's interface has projects on the left, with chat and file management mainly on the right.
  • Codex's displayed remaining percentage represents the amount of service remaining within the current time window.
  • Doubao Work includes document research, chat, PPT, image, and video tasks.

woshipm刚刚,Codex 临时取消 5 小时限制,我愿意称 OpenAI 为新的 AI 大善人。

  • OpenAI product lead Tibo posted on X that the 5-hour usage limit was temporarily removed for Codex users on Plus, Business, and Pro plans.
  • The temporary removal of Codex's 5-hour usage limit covers all paid Plus, Business, and Pro plans.
  • Codex's 7-day usage limit remains in place.
  • Tibo stated that GPT-5.6 Sol will receive efficiency optimizations.
  • OpenAI did not provide a specific percentage for the expected usage savings from GPT-5.6 Sol efficiency improvements.
  • Tibo stated that Codex and ChatGPT Work have 6 million active users.
  • Tibo stated that OpenAI would reset users' usage allowances within the next hour.
  • The Codex usage panel displays remaining weekly allowance, a reset date, and the number of available resets.