Skip to content
View KIM3310's full-sized avatar

Highlights

  • Pro

Block or report KIM3310

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.

Content in all repositories owned by your account will be closed.
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
KIM3310/README.md

Doeon Kim

I build software around difficult constraints: uncertain model output, limited memory, sensitive data, and failures that need a clear recovery path.

Selected work · LinkedIn

Selected work

Project What to inspect Reproduce
AegisOps A complete incident-review workflow: typed model output, replay evaluation, session persistence, and handoff. npm ci && npm run verify
IdleMesh Task scheduling, fresh attempt tokens, stale-result rejection, and local HTTP recovery with real CPU work. Private source; 17 local tests + recovery proof
MemoryFlow Lab Page-aware KV-cache modeling, capacity constraints, sensitivity analysis, and measurement boundaries. make install && make verify
Nexus-Hive SQL syntax-tree policy, warehouse adapters, and execution that stops for review or denial. make install && make verify
StagePilot Tool-call recovery with bounded retries and per-case benchmark outcomes. An attributed extension of upstream Apache-2.0 code. pnpm install --frozen-lockfile && pnpm verify
TwinCity UI Spatial event mapping, incident triage, transport fallback and an interactive console built from the production components. npm ci && npm run verify
Lakehouse Contract Lab Real Spark/Delta execution, quality gates, timezone-stable exports and independent table readback. Java 17; make install && .venv/bin/python -m scripts.verify_spark_runtime
SteadyTap Shared Swift calibration core, native gesture flow and on-device release behavior. ./scripts/verify_cli.sh && make verify-app-store; native CI
Memory Change Gate Snapshot-bound dependency checks, approval conditions, rollback, and bounded bundle verification. Private source; 127 tests + eight synthetic scenarios
Secure XL2HWP Contract-driven spreadsheet cleanup, template mapping, and repeatable local exports. make install && make verify
Tool-Call Fine-Tune Lab Context isolation, complete JSON scoring, grouped data splits, and source-fingerprinted evaluator contracts. make install && make verify && make proof
LLM On-Prem Deployment Kit Terraform, Helm, actual Kubernetes rollout, HTTPS routing, secret wiring and recovery. make verify && make validate; Kubernetes CI
KBBQ Idle Unity Shared Unity/.NET economy math, bounded offline rewards and historical WebGL provenance. dotnet test sim/KbbqIdle.Sim.Tests && make verify

The thirteen projects are ordered by complementary technical capability. Public repositories link the design decisions to implementation and tests. Demo fixtures, analytical estimates, measured results, and upstream contributions are identified at their source. The two private projects expose summaries only. Fine-Tune Lab demonstrates evaluation correctness. The infrastructure smoke uses synthetic inference, and the Unity WebGL preview is the historical 2026-02-20 build. Physical-device, GPU training and model-quality gains are not claimed.

Local performance observations record a single Mac and synthetic workloads; they are not production SLAs or LLM benchmarks.

Architecture index · Cloud architecture · Blueprint · Blueprint validator

Pinned Loading

  1. AegisOps AegisOps Public

    Multimodal incident analysis system with structured postmortems, replay evals, and operator handoff.

    TypeScript

  2. memoryflow-lab memoryflow-lab Public

    Reproducible LLM KV-cache memory co-design simulator for HBM, tiered memory, and near-memory trade-offs.

    Python

  3. Nexus-Hive Nexus-Hive Public

    Governed NL-to-SQL analytics workbench with policy checks, audit trails, warehouse adapters, and chart output.

    Python 1

  4. twincity-ui twincity-ui Public

    Digital-twin operations console for spatial event triage, dispatch workflows, runtime evidence, and architecture exports.

    TypeScript 1

  5. lakehouse-contract-lab lakehouse-contract-lab Public

    Spark + Delta Lake medallion pipeline with data contracts, quality gates, and warehouse export.

    Python

  6. SteadyTap SteadyTap Public

    Accessibility-aware iOS touch-practice app with on-device calibration, adaptive rounds, and release-boundary checks.

    Swift