Skip to content
View guriguri215-lang's full-sized avatar

Block or report guriguri215-lang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
guriguri215-lang/README.md

T Yamada

I build local-first Python research software for decision assurance, explicit validation, and bounded game-theory experiments.

Core workflows are local or offline-first; this does not attest to offline installation, protected persistence, or production isolation. AI-generated material remains a proposal and does not replace repository-specific validation, evidence, or human responsibility.

Start here

Project What it demonstrates Status and boundary
decision-assurance-framework Policy-gated human decision analysis, bounded local calculations, evidence-linked reports, and an explicit decision handoff Public v0.1.0 source-only milestone; advice-only reference implementation with no real-provider execution, autonomous action, or production service
spec-driven-agent-framework Validated software specifications, evidence gates, context snapshots, host-execution intents, and bounded finite-domain solving Experimental reference implementation; v1.0.0-rc.1 covers M0-M4 and main's M5-M8 are unreleased; it does not call LLMs or launch agents
bug-cause-inference-game Cost-aware Bayesian investigation across synthetic, injected-bug, and hand-authored toy domains Alpha v0.1.0 research prototype; P2 audits are repository-only, fixed-input, non-causal, and non-deployable; no automated repair
repeated-poker-analysis Exact fixed-strategy responses, bounded commitment experiments, and certified optimization in deliberately small poker models Alpha v0.2.1 research prototype; not a general GTO, Nash, or repeated-game equilibrium solver; external solver validation has not been performed

Additional public research

Project What it demonstrates Status and boundary
poker-deliberation-framework Local poker calculators, strict inputs, bounded retrospective NLHE river review, and revisioned artifacts Experimental 0.1.0 research prototype; no CFR, node locking, full-game GTO, external solver, or live-play support
DPL_poker_ai (poker-xai) Decision provenance, bounded CFR/CFR+ river simulations, synthetic node-locked leaks, and DPL-bound explanation checks Early alpha, simulation only, and limited to a facing-all-in FOLD/CALL slice; finite-iteration policies are not exact equilibria, GTO, or convergence-certified

DPL_poker_ai is listed for inventory transparency but is not currently a recommended starting point while its public documentation is reconciled with the finite-iteration implementation boundary.

How the projects differ

  • decision-assurance-framework handles human decision records, calculations, evidence, reports, and handoff; spec-driven-agent-framework validates the software-project process and emits host-owned workflow intents.
  • The poker repositories answer different questions: repeated-poker-analysis studies bounded response and commitment models, poker-deliberation-framework provides retrospective calculation workflows, and DPL_poker_ai studies synthetic leaks, decision provenance, and explanation faithfulness.

How I work

  • Keep inputs, assumptions, exclusions, and trust boundaries explicit.
  • Separate code presence from validation, evidence, and release readiness.
  • Prefer deterministic local checks and versioned, inspectable artifacts.
  • Keep AI-generated proposals separate from verified calculations and final human responsibility.

Selected writing

These are time-stamped design notes, not current project specifications.

More writing: DEV Community · note

These projects are research prototypes or reference implementations, not production decision systems. Inspect each repository's current implementation, limitations, and verification evidence before relying on a claim.

Pinned Loading

  1. decision-assurance-framework decision-assurance-framework Public

    v0.1 source-only milestone: local-first Python framework for policy-gated decision support, evidence-linked reports, and explicit human handoff; advice-only, not autonomous.

    Python

  2. spec-driven-agent-framework spec-driven-agent-framework Public

    Experimental offline-first Python CLI for validated specifications, context snapshots, host-execution intents, and bounded finite-domain solving; it does not call LLMs or launch agents.

    Python

  3. bug-cause-inference-game bug-cause-inference-game Public

    Reproducible research prototype for cost-aware Bayesian bug investigation on synthetic, injected-bug, and fixed hand-authored toy benchmarks; not production fault localization.

    Python

  4. repeated-poker-analysis repeated-poker-analysis Public

    Research prototype for exact-response and bounded commitment analysis in small two- and three-player poker models.

    Python

  5. DPL_poker_ai DPL_poker_ai Public

    Early-alpha, simulation-only Python research framework for poker decision provenance, bounded CFR/CFR+ river experiments, synthetic leaks, and explanation-faithfulness checks; not a real-time bot.

    Python

  6. poker-deliberation-framework poker-deliberation-framework Public

    Experimental local-first Python toolkit for auditable poker calculations and bounded retrospective NLHE river reviews; not real-time decision support or a full solver.

    Python