Agentic product
management.
A practical operating model for coordinating human judgment, ChatGPT product framing, and Codex delivery across a live multi-site portfolio.
- System
- IPVES multi-site portfolio
- Roles
- Human · ChatGPT · Codex
- Focus
- Outcome through verified delivery
- Evidence
- Public repositories and production sites
Operating principle
Separate the roles. Reconnect them through evidence and explicit decisions.
- Frame
- Outcome, scope, and tradeoffs
- Execute
- Repository, tests, and deployment
- Own
- Human approval and accountability
01
The operating model
Executive summary
AI-assisted delivery works when responsibilities are designed as deliberately as the product itself. The value does not come from asking one system to do everything. It comes from assigning framing, execution, and judgment to the participant best equipped to own each decision.
Across the IPVES portfolio, ChatGPT shaped product outcomes and implementation briefs; Codex inspected repositories, changed code, tested, deployed, and verified production; the human product leader selected priorities, approved scope, judged quality, and remained accountable for what went live.
02
Coordination is the product
The operating problem
A multi-site portfolio turns small inconsistencies into operating drag.
IPVES spans a portfolio home and focused Travel, Labs, Product, and Events experiences. Each surface has its own routes, assets, publishing behavior, and user expectations, while the portfolio still needs to feel coherent.
The challenge was not simply producing pages. It was maintaining navigation, custom-domain paths, privacy, service-worker isolation, responsive behavior, repository history, and reliable deployment across repeated releases without losing the intent behind each product decision.
03
Why ad hoc prompting fails
Intent without a contract
A broad request leaves routes, hosting assumptions, validation, and completion criteria implicit.
Execution without context
Code changes drift when the active repository, user edits, and production architecture are not inspected first.
Output without evidence
A plausible implementation is not a shipped outcome until the live route, assets, and interaction state are verified.
Automation without judgment
Passing tests cannot decide whether the result communicates the right product story or deserves to launch.
04
Clear ownership, shared evidence
Human–AI role design
Human product leader
Priority · scope · tradeoffs · confidentiality · quality · release approval
ChatGPT
Framing · synthesis · prioritization · decision support · implementation brief
Codex
Inspection · implementation · testing · repository discipline · deployment · verification
05
Make the work executable
ChatGPT responsibilities
- Synthesize contextWhat matters now
- Clarify the objectiveOutcome over activity
- Structure the briefRequirements + exclusions
- Expose tradeoffsChoices for human judgment
- Define completionProduction evidence required
The brief should reduce ambiguity for execution while keeping consequential choices visible to the human product leader.
06
Turn the brief into evidence
Codex responsibilities
Codex reports what the repository and production environment prove, including failures and incomplete checks.
07
Human product-leader responsibilities
- 01
Choose priorities
Decide which portfolio outcome deserves attention and why now.
- 02
Approve scope
Set the boundary for design, content, repository access, and publication.
- 03
Make tradeoffs
Balance speed, quality, consistency, risk, and future maintenance.
- 04
Protect information
Keep personal, customer, credential, and confidential material outside the public artifact.
- 05
Review the live experience
Judge communication, usefulness, and portfolio coherence beyond automated checks.
- 06
Remain accountable
AI can recommend and execute; launch responsibility remains human.
08
Eight steps, one loop
Task decomposition model
Choose
Human selects the next portfolio objective
Frame
ChatGPT turns intent into an execution-ready brief
Inspect
Codex reads the repository and production contract
Execute
Codex implements the smallest complete change
Verify
Automated and browser checks test the real outcome
Review
Human judges the live experience
Correct
Issues become narrow follow-up tasks
Reuse
Proven patterns move into the next repository
Each handoff produces a concrete artifact: objective, brief, repository evidence, commit, production result, review decision, correction, or reusable standard.
09
Architecture before edits
Repository-first workflow
The repository is a source of product truth
Hosting mode, direct routes, service-worker scope, navigation contracts, and test commands should be discovered—not reconstructed from memory.
10
Guardrails and approval points
11
Evidence in layers
Quality gates
A task is complete only when the intended production outcome is observable.
Local correctness, deployment success, and user-visible behavior are separate gates.
Code quality
- Clean intended diff
- Lint and type checks
- Static production build
- Rendered-route assertions
System integrity
- Correct root paths
- Direct route refresh
- Manifest and service worker
- Confidentiality scan
Live quality
- Desktop and 375px
- No horizontal overflow
- Keyboard focus
- Console and mixed content
12
Deployment and rollback strategy
A successful workflow is necessary evidence, not sufficient evidence.
Guarded deploy commands rerun checks, push the intended commit, wait for its matching GitHub Pages workflow, and then verify the custom domain. This prevents a green run for the wrong commit from becoming false confidence.
Rollback readiness comes from focused commits, preserved working trees, known-good routes, and historical fallback surfaces. When a check fails, the first move is diagnosis: distinguish code defects, verifier defects, edge propagation, and stale service-worker state before changing production again.
13
Spend context on decisions
Token-efficiency practices
- Portfolio inventoryFind the canonical repository immediately
- Repository guidanceReuse routes, commands, and hosting rules
- Consolidated checksOne command covers lint, types, build, and tests
- Guarded deploymentPush, monitor, and verify as one contract
- Batched browser readsMeasure several quality signals per page
- Narrow follow-upsCorrect evidence, not the whole design
Saved tokens matter when they reduce repeated discovery and noisy output while preserving the evidence needed for sound decisions.
14
From pages to an operating system
What changed over time
Individual builds
Each experience was implemented and published as a discrete project.
Learning: delivery worksPortfolio architecture
Custom domains, navigation, and canonical repositories created a coherent system.
Learning: boundaries matterShared contracts
Check, deploy, and production-verification commands became consistent.
Learning: repetition can compoundEvidence-led operations
Inventory, browser QA, route checks, and narrow corrections became reusable practice.
Learning: verification is product work15
Failure modes and corrections
- 01 · Wrong contextUse the inventory and repository contract before touching files.
- 02 · Over-broad changeTranslate visual feedback into a narrow defect and preserve unrelated work.
- 03 · Path failureVerify custom-domain root paths rather than assuming a project-site prefix.
- 04 · False negativeTest the verifier itself when production evidence contradicts its marker.
- 05 · Encoding defectPrefer stable SVGs or entities and assert against replacement characters.
- 06 · Automation overreachKeep approval points explicit and report unresolved evidence honestly.
16
A portfolio that can keep moving
Results
Repeatable product delivery across distinct public experiences.
The portfolio gained shared release discipline without forcing every site into the same visual or technical implementation.
Coherent surfaces
- ipves.io portfolio home
- Companion Travel
- Companion Labs
- Companion Product
- Companion Events
Reusable contracts
- Canonical repository inventory
- Standard check and deploy commands
- Direct-route verification
- Exact workflow monitoring
Public evidence
- Travel companions
- VaporTrail
- Wedding Seating
- Three Product case studies
17
Reusable operating principles
- 01
Define the outcome before the task
A precise finish line improves both autonomy and quality.
- 02
Inspect before proposing
Current repository and production evidence outrank remembered assumptions.
- 03
Separate framing from execution
Different collaborators can specialize without fragmenting accountability.
- 04
Automate repeated evidence
Standard checks preserve attention for product decisions.
- 05
Make corrections smaller than discoveries
A broad investigation should still produce the narrowest safe fix.
- 06
Close the loop in production
The live user experience is the final source of truth.
18
Product leadership lessons
01AI collaboration becomes an operating model when roles, artifacts, and approval points are explicit.
02The human product leader can delegate execution without delegating accountability.
03Repository discipline and production verification are product-management capabilities, not merely engineering hygiene.
04Token efficiency improves when context is retrieved once, encoded into reusable contracts, and tested in batches.
05The strongest AI-assisted teams learn from failure evidence and carry corrected patterns into the next release.