Models duplicate delivery as a first-class failure mode.
High confidenceThe consumer stores processed event ids before side effects and the tests replay the same payload twice to prove convergence.
maya/event-ledger · src/replay/consumer.tsThis is what Truen is meant to feel like: a hiring report with restraint, visible uncertainty, and concrete evidence under every major claim.
Overall signal
Worth interviewing. Strong systems reasoning; verify ownership live.
Maya shows stronger-than-typical evidence for early-career systems thinking: she decomposes failure modes, writes validation around edge cases, and revises AI-assisted code before it lands. The profile does not claim production impact beyond observable repository signals.
Evidence inspected
maya/event-ledger
318 authored commits, queue replay service, CI and integration tests detected.
maya/clinic-scheduler
Multi-role app with auth flows, migrations, and documented scheduling tradeoffs.
Trajectory
Accelerating
Later commits show more pre-code planning, smaller changes, and better tests than the first project slice.
Systems thinking
Architecture notes and code structure both show explicit treatment of replay, idempotency, and latency. The strongest signal is that the design changed after failure-mode testing rather than staying at scaffold level.
The consumer stores processed event ids before side effects and the tests replay the same payload twice to prove convergence.
maya/event-ledger · src/replay/consumer.tsDesign notes compare latency cost against deterministic recovery and call out why the first version rejected optimistic acking.
maya/event-ledger · docs/replay-design.mdProblem-solving depth
The repository history shows a narrow problem worked through multiple layers: schema, queue boundaries, tests, and operational notes. It is not broad platform work, but the depth inside the chosen slice is credible.
A failed duplicate-delivery test led to cursor movement being separated from handler completion, then covered by a regression test.
commit pattern · "fix replay cursor advancing on failed delivery"The limitations doc names untested broker behavior and proposes a manual verification checklist instead of claiming end-to-end production readiness.
maya/event-ledger · docs/limits.mdCode quality
The codebase is readable and consistently typed. Error handling is strongest in the event pipeline and weaker in admin surfaces, so this should be probed rather than treated as uniformly mature.
Form inputs pass through explicit schemas before database writes, with user-facing errors separated from server logs.
maya/clinic-scheduler · src/server/actions.tsAdmin tables are functional but lightly abstracted; there is less evidence of thoughtful empty/error state handling here.
maya/clinic-scheduler · app/admin/page.tsxAI collaboration
Available traces suggest AI was used for acceleration, then edited against the candidate’s own constraints. Confidence stays moderate because tool telemetry is not connected in this sample.
The follow-up commit removes broad generated branching and replaces it with a smaller reducer that matches the replay invariant.
commit pattern · "replace generated merge path with deterministic reducer"This sample infers collaboration style from repository history only; connected AI tool telemetry would be required for higher confidence.
profile limitation · AI tools disconnectedImpact proxies
Risks to probe
Limitations
Interview follow-up
Walk through the replay cursor bug and explain what invariant the final design protects.
Show one AI-assisted change you rejected or rewrote, and explain the difference.