Revert "Switch streaming to a cumulative snapshot protocol"
d82187d
ape-devcommited on
Switch streaming to a cumulative snapshot protocol
7e43ae1
ape-devClaude Opus 4.8commited on
Replace regex markdown renderer with react-markdown + remark-gfm
3c5f882
ape-devClaude Opus 4.8commited on
Keep streamed answer on screen while canonical history loads
f344530
ape-devClaude Opus 4.8commited on
Extract streaming render to a tested module; buffer open code fences
ef99e21
ape-devClaude Opus 4.8commited on
Hide a table's header row until its separator arrives
5078485
ape-devClaude Opus 4.8commited on
Render streaming line by line so markdown syntax never shows
f040ba9
ape-devClaude Opus 4.8commited on
Batch streaming repaints with requestAnimationFrame
d42219c
ape-devClaude Opus 4.8commited on
Reapply "Render streaming markdown block by block (kills the mid-stream snap)"
d47a4d9
ape-devcommited on
Reapply "Stream raw markdown like a chat assistant (drop the JSON envelope)"
6551324
ape-devcommited on
Revert "Stream raw markdown like a chat assistant (drop the JSON envelope)"
ebd2400
ape-devcommited on
Revert "Render streaming markdown block by block (kills the mid-stream snap)"
592d062
ape-devcommited on
Render streaming markdown block by block (kills the mid-stream snap)
bc87e42
ape-devClaude Opus 4.8commited on
Stream raw markdown like a chat assistant (drop the JSON envelope)
74d93fe
ape-devClaude Opus 4.8commited on
Fix all cache/staleness issues from UCB liveness audit; chat chip shows LIVE selected-strategy score
11f916c
ape-devClaude Opus 4.8commited on
Add adaptive router research section
97aba68
ape-devcommited on
Fix admin edit delete for paused config rows
4dfcfe8
ape-devcommited on
Fix research explainer text spacing
4fb3359
ape-devcommited on
Polish research explainer spacing
60c8a4d
ape-devcommited on
Add selection score explainer to research tab
59ba82f
ape-devcommited on
Clarify bandit selection score labels
78edbde
ape-devcommited on
Refresh admin UI styling
50b69ba
ape-devcommited on
Gate bandit rewards by signal consumers
15f640b
ape-devcommited on
Add intent strategy mapping safeguards
1689b17
ape-devcommited on
Align strategy formats with MVP1 model
47b2615
ape-devcommited on
Implement DB-first strategy format flow
2d1e9b1
ape-devcommited on
Research tab: add RL family-tree categorization primer (umbrella -> bandit -> contextual [we are here] / full RL -> RLHF), the one-question axis table, and plain-language where-we-fit. Makes the taxonomy understandable to anyone
0108242
ape-devcommited on
Research tab: promote bandit-menu-vs-generation-space to a highlighted callout with expanded context (why hard / how field bridges / where we sit)
d85bcf7
ape-devcommited on
Research tab: add Who-uses-what industry usage table (Yahoo/Netflix/Spotify/MS/Google/Meta/LLM labs -> method -> use case) in Industry-context section
0c7d500
ape-devcommited on
Research tab: add Recommendation section — verdict (hybrid UCB+agent+critic is best for us) with per-alternative ranking and concrete first move
9b270bb
ape-devcommited on
Research tab: add prominent Our-unique-approach banner — the bandit x agent-memory x critic fusion (with why each piece is needed)
d49d5c0
ape-devcommited on
Research tab: add Agentic path lane (profile/reflection/orchestrator/critic with wiring into existing orchestrator + cognitive-facet analytics), agentic-vs-reward-model comparison, Industry-context section, and agentic + LLM-personalization papers (Generative Agents, Reflexion, MemGPT, ReAct, Personalized/Rewarded Soups, RouteLLM, sycophancy)
51fec9b
ape-devcommited on
Research tab: add Which-method-when guide (greedy/UCB/Thompson/contextual/contextual-TS/dueling/RLHF) with problem statement + when-to-use + fit-for-us, a 4-step decision flow, and contextual-TS + TS-tutorial + Chapelle&Li papers. Clarifies we are not UCB-only and the correct method per sub-problem
5a8972a
ape-devcommited on
Add dedicated Research admin tab: validated paper library (foundations->RLHF frontier), Now->Goal flow diagram with data+formula per stage, evolution roadmap to the RLHF preference-brain goal. Move research out of UCB Formula tab (now a focused tuner)
32ab39a
ape-devcommited on
UCB tab: add Advanced & latest research section (Slivkins monograph, dueling-bandits survey, Nash-from-Human-Feedback, delayed-feedback, applications survey) with app-relevant plain summaries
4ba12b1
ape-devcommited on
UCB tab: plain-English paper summaries, why-classics-are-old note, and a Recent research (2018-2021) section (NeuralUCB, Neural Thompson, Beyond-UCB, IDS)
d4264a4
ape-devcommited on
Add UCB research basis + paper links and conclusion to the UCB Formula admin tab
638de34
ape-devcommited on
Add admin UI to tune the UCB formula live (c + reward range width). New /config/ucb GET+POST, bandit_config/ucb stored in Mongo + audited, applied to the live selector without redeploy; UCB Formula tab in admin. selection.py reads live params via get_ucb_params
2895b1a
ape-devcommited on
Revert TinyLlama backend; keep only the topic-disable change
f946f7d
ape-devClaude Fable 5commited on
Self-hosted TinyLlama-1.1B LLM backend + disable topic in bandit key
f672bae
ape-devClaude Fable 5commited on
Switch LLM backend back to Anthropic Claude (Haiku); remove NVIDIA
8320f76
ape-devClaude Fable 5commited on
Show both reward axes (explicit content / inferred format) in the UI
e384183
ape-devClaude Fable 5commited on
Trim signal catalog to exactly the vg_mvp_v1.0 set (9 signals)
d572f7e
ape-devClaude Fable 5commited on
Fix user-id switching in the chat sidebar
05a69aa
ape-devClaude Fable 5commited on
Show applied reward on previous answers in chat UI
7d07766
ape-devClaude Fable 5commited on
Surface round-robin picks in UI (was always showing ucb 0.00)
2bc94be
ape-devClaude Fable 5commited on
NVIDIA NIM LLM backend, vg reward model + round-robin/UCB selection, UI fixes