Commit Graph
12 Commits
Author SHA1 Message Date
Rodin bb50188e63 Add Finding #30: Boundary violation analysis on context README 2026-05-10 17:28:54 -07:00
Rodin c1eb97ed6c Add finding #65: Temporal correctness analysis (new lens) 2026-05-10 14:50:56 -07:00
Rodin 398f33aad4 Finding #64: Regulatory implementation gap analysis
- GPT-5 finds 20 gaps with exhaustive FINRA cross-referencing
- Opus finds 12 gaps focusing on operational compliance requirements
- Sonnet provides fast screening (16s) with 9 gaps
- Key insight: regulatory gap analysis benefits from reasoning tokens
- New lens for compliance audits of financial software
2026-05-10 12:30:20 -07:00
Rodin 7c64712c2f Add finding #65: concurrent write hazards in event sourcing
New analytical lens testing concurrent write hazards against event-catalog.md.
GPT-5 found 19 hazards, Opus 11, Sonnet 12. Union ~27 distinct findings.
Key insight: this lens is high-value for event sourcing docs because replay
correctness depends on ordering invariants that are often implicit.
2026-05-10 11:48:41 -07:00
Rodin 873591877d Finding #64: Specification gap analysis - new analytical lens
Tested GPT-5, Opus, Sonnet on specid-lot-selection.md (125 lines)
for implementation specification gaps.

Key findings:
- Opus most cost-effective (4.6 gaps/1K tokens vs 1.8 for GPT-5)
- GPT-5 catches operational/financial edge cases (fees, multi-execution)
- Opus catches design-level binding ambiguities
- Sonnet too shallow for serious spec review

New lens distinct from hidden assumptions and race conditions:
focuses on ambiguity of intent, not risks.
2026-05-10 11:10:33 -07:00
Rodin b9036401c2 Finding #63: External System Assumptions Analysis
New analytical lens examining implicit assumptions about broker APIs,
market behavior, network conditions, and timing.

Document: gargoyle's feeds-and-instruments.md (115 lines)
Models: GPT-5 (24 findings), Opus (15), Sonnet (15)

Key insight: External system assumptions benefit more from reasoning
depth than internal architecture analysis. GPT-5's exhaustive coverage
of broker implementation details and network failure modes justifies
the token cost for critical external interfaces.

Union of all models finds ~30 distinct assumptions vs ~24 max single model.
2026-05-10 02:27:53 -07:00
Rodin ce4801e8a3 Add Finding #62: Boundary contract analysis (new analytical lens)
Tested on signal-lifecycle.md (111 lines). Results:
- GPT-5: 17 gaps (7,744 reasoning tokens)
- Opus: 11 gaps (design-level focus)
- Sonnet: 8 gaps (fastest, protocol-level)

Key insight: Union of all models (~26 gaps) far exceeds any single
model (max 17). Only 5 gaps found by all three — highly differentiated
outputs make multi-model runs valuable for interface documents.
2026-05-09 23:35:36 -07:00
Rodin 9f15047892 Finding #62: Data integrity analysis on signal-lifecycle.md
New lens: data integrity analysis — testing whether data survives flow
through systems with correct identity, values, and auditability.

Key insights:
- GPT-5 excels at audit/forensics gaps (idempotency, ordering, provenance)
- Opus finds semantic violations (phantom group, quantity mutation ambiguity)
- Sonnet identifies operational races (restart scenarios)

Document: gargoyle signal-lifecycle.md (102 lines)
Models: GPT-5 (13 findings), Opus (6+), Sonnet (6)
2026-05-09 22:26:46 -07:00
Rodin af950a33d1 Add finding #60: Counterfactual event ordering analysis
New analytical lens testing what breaks when events arrive out of order.
- GPT-5: 30 findings via exhaustive permutation enumeration
- Opus: 19 findings with operational consequence tracing
- Sonnet: 17 findings with regulatory compliance focus

Key insight: GPT-5's reasoning enables systematic swap/delay/duplicate/
interleave enumeration. Sonnet uniquely connects to regulatory requirements.
2026-05-09 18:28:40 -07:00
Rodin 2988f31fc3 finding 59: convention rule gap analysis
New task type: analyzing prescriptive/specification documents for completeness.

- GPT-5 dominates with exhaustive enumeration (34 findings)
- Opus traces gaps to consequences (routing failures, compiler issues)
- Sonnet surface-level (not recommended for thorough analysis)

Key insight: GPT-5 found internal contradiction (telemetry verb rule vs example)
that neither Claude model caught. Opus unique in tracing PubSub collision
to actual routing failure scenario.

Task taxonomy: convention gap analysis follows same pattern as architecture
docs - GPT-5 for coverage, Opus for consequences.
2026-05-09 17:28:53 -07:00
Rodin 98304604ac Finding 58: State machine completeness analysis on kill-switch.md
GPT-5 finds 16 gaps, Opus 11, Sonnet 9. GPT-5 excels at exhaustive
state space enumeration; Opus finds convention-vs-enforcement gaps;
Sonnet adequate but less thorough.

Key insight: state machine completeness is a GPT-5 sweet spot due to
reasoning tokens enabling systematic combinatorial coverage.
2026-05-09 15:06:32 -07:00
Rodin faaa6d9c11 Finding #57: Event flow correctness analysis - new analytical lens
Tests a novel lens for event-sourced architectures: can all state be
reconstructed from documented events alone?

Key findings:
- GPT-5 brings external domain knowledge (broker APIs, compliance)
- Opus reasons through failure modes systematically (crash boundaries)
- Sonnet does rapid structural analysis (missing pieces)

21 unique findings across three models with only 5 in common.
Each model's reasoning style reveals different issue categories.

New pattern: event flow analysis exposes model reasoning styles
that gap-finding and contradiction detection don't surface.
2026-05-09 13:29:58 -07:00