levineuwirth.org/data/now.yaml

116 lines
5.4 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Now — research-first status feed for /current.html.
#
# `last-updated` is the page-level temporal stamp. Bump it whenever
# you push any change here, even a one-line note edit; the value is
# rendered prominently and a relative-time tail ("4 days ago") is
# computed at build time.
#
# `entries:` are active items. Each carries:
# - title : display name
# - section : free-form section key (research, engineering, …);
# sections render in first-appearance order
# - status : accepted | in-review | revising | drafting | building |
# early-stage | paused. Free-form, but the listed values are
# the canonical ladder (closest-to-shipping → furthest) and
# have CSS accents. "accepted" is for a paper/talk past review
# and locked in for publication or presentation.
# - updated : YYYY-MM-DD when this entry last moved (NOT page-stamp)
# - link : optional URL (artifact, preprint, repo, etc.)
# - note : optional one-sentence what's-happening-now line
# - priority : optional integer (default 0). Manual override on the sort
# order: positive floats up, negative sinks down. Use sparingly
# — the status ladder already captures most of the signal;
# priority is for "this is the headline regardless of where
# its status puts it" (or vice versa).
#
# Sort within each section: priority desc → status rank asc → updated desc.
# Section order: first-appearance in this file. Rearrange to taste.
#
# `shipped:` are recently-completed items. Each carries:
# - title, completed (date), optional link, optional note
# Sorted newest-first at render time. Curate by hand — items don't
# auto-prune. Move things off the list when they stop earning the slot.
last-updated: 2026-07-24
entries:
- title: "MARS V: Zero-Knowledge Proofs for LLM Verification"
section: research
status: building
updated: 2026-07-10
priority: 1
link: https://caish.org/mars
note: "MARS V fellowship at the Cambridge AI Safety Hub, mentored by James Petrie (Future of Life Institute). Zero-knowledge proofs for cryptographic verification of claims about LLM training, inference, and deployment — a mathematically dense, information-theoretic approach. JulyOctober 2026; public write-up expected October 2026."
- title: "Branch-Tube Persistence and Static Coverage in Tree-Ball Geometry"
section: research
status: in-review
updated: 2026-07-21
link: /essays/branch-based-local-capture-in-tree-balls/
note: "Mathematics preprint on path-tube persistence, exhaustive static coverage, conditional sampling thresholds, and information loss in d-regular tree-balls."
- title: "The Annealed Critical Window for Growing-Radius Domination in Random Regular Graphs"
section: research
status: in-review
updated: 2026-07-24
link: /essays/near-critical-growing-radius-domination.html
note: "Mathematics preprint determining the bounded annealed critical window for growing-radius domination in random regular graphs — its universal scaling function and a scalar coupon-root asymptotic expansion — resolving what an earlier near-critical version left open."
- title: "Order-Invariant ICD-10-CM Embedding (JAMIA submission)"
section: research
status: in-review
updated: 2026-07-10
link: /essays/beyond-comorbidity-indices/
note: "Under review at JAMIA (Journal of the American Medical Informatics Association), after moving from JAMA Network Open. Calculator deployed at levineuwirth.github.io/icd_embeddings."
- title: "Semantic-embeddings citation work"
section: research
status: drafting
updated: 2026-04-22
link: https://neuroai.health
note: "Early-stage manuscript with NeuroAI. Preprint expected summer 2026."
- title: "SIMD / PQC, Phase 2 & 3"
section: research
status: building
updated: 2026-04-19
link: /essays/where-does-simd-help-post-quantum-cryptography/
note: "Hardware performance counters (PAPI), RAPL energy, and cross-ISA ports (ARM NEON/SVE, RISC-V V) on Brown's OSCAR cluster."
- title: "NeuroPose clinical-implications manuscript"
section: research
status: drafting
updated: 2026-04-08
link: /essays/neuropose/
note: "In preparation; target submission 20262027."
- title: "Magic: The Gathering reinforcement learning"
section: research
status: building
updated: 2026-07-10
note: "Reinforcement-learning agent under active development on Brown's OSCAR HPC cluster; expected late 2026."
- title: "CHASE 2026 conference submission"
section: research
status: accepted
updated: 2026-07-10
note: "Accepted to the IEEE/ACM Conference on Connected Health (CHASE); presentation August 2026."
- title: "Levshell"
section: engineering
status: building
updated: 2026-04-26
note: "Comprehensive rewrite of my Wayland-targeted productivity and research shell. Major focus over the summer of 2026."
- title: "Pmacs"
section: engineering
status: building
updated: 2026-07-10
note: "Emacs-inspired IDE in Rust with first-class parallelism; migrated from an earlier Zig prototype."
shipped:
- title: "Where Does SIMD Help Post-Quantum Cryptography?"
completed: 2026-04-15
link: /essays/where-does-simd-help-post-quantum-cryptography/
note: "Phase 1 technical report and reproducible artifact. Brown CS Department."