Win: security: override vulnerable transitive npm deps

Published: (February 23, 2026 at 04:04 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

Architecture

Thompson Sampling: how the system learns from feedback (PaperBanana)

Thompson Sampling: how the system learns from feedback (PaperBanana)

Current state: 63 positive / 47 negative = 50% success rate after 110 signals.

Technical Details

Recent commits

  • security: override vulnerable transitive npm deps (systeminformation, cookie)
  • fix(rlhf): exclude undo-revert from metrics + publish blog post
  • chore: Sync dashboard data [auto]
  • chore: Sync Alpaca state [auto]
  • chore: publish alpaca snapshots (automated)

Thompson Sampling state: alpha=1, beta=1 (Beta‑Bernoulli, 30‑day decay).

Building in public. 110 feedback signals and counting.

Source Code | Live Dashboard

0 views
Back to Blog

Related posts

Read more »

How to Read HTTP Headers

What Are HTTP Headers? When you visit a website, your browser sends a request to the server, and the server sends back a response. Both the request and the res...