Skip to content

Instantly share code, notes, and snippets.

@hungson175
hungson175 / soniox-v4-to-v5-migration-guide.md
Created July 3, 2026 15:07
Soniox v4 to v5 migration guide for voice-input apps

Soniox v4 → v5 Migration Guide for Voice-Input Apps

Short version: do not migrate by only changing the model name. For multilingual or accented speakers, the biggest risk is strict language gating.

Recommended config

{
  "model": "stt-rt-v5",
 "sample_rate": 16000,
@hungson175
hungson175 / wc-kimi-knockout-selection-report.md
Last active June 30, 2026 01:57
WC Kimi - Knockout Selection Experiment (full layered report)

WC Kimi — Knockout Selection Experiment

A layered explainer, written to be learned.

A non-monetary, for-fun AI experiment that predicts the 2026 World Cup. This document explains the new selective-prediction gate for the knockout stage: why it exists, how it works, and why it is honest about being a leaderboard strategy rather than a magic accuracy boost.


@hungson175
hungson175 / ko-selective-prediction-method.md
Last active June 30, 2026 01:57
WC Kimi - Knockout Selection Experiment (selective prediction / abstention method)

WC Kimi – Knockout Selection Experiment

A "street-smart" abstention method for the remaining 2026 World Cup knockout matches.

@hungson175
hungson175 / coding-agents-memory-config-research.md
Created June 23, 2026 00:19
Unifying AGENTS.md / CLAUDE.md long-term-memory instruction files across coding agents (Codex, Kimi Code, MiMo Code, Cursor, Antigravity CLI, OpenCode) — research, June 2026

Unifying the "long-term memory" instruction file (AGENTS.md / CLAUDE.md) across coding agents

Research date: 23 June 2026 · Scope: Codex CLI, Kimi Code CLI, MiMo Code, Cursor (cursor-agent), Antigravity CLI (agy), OpenCode. Claude Code excluded (already known). Multi-agent cited research.


TL;DR

  1. Project-level AGENTS.md is effectively universal. Every tool here reads an AGENTS.md at the repo root. Your existing AGENTS.md → CLAUDE.md symlink per project already works for all of them.
  2. Global instructions are the messy part — each tool reads a different global path, and two of the tools have no global instructions file at all.
@hungson175
hungson175 / why-all-agents-should-share-one-knowledge-base.md
Created June 21, 2026 09:35
Why Every Agent Should Write to One Shared Brain — the case for a single common knowledge base across all your AI agents

Why Every Agent Should Write to One Shared Brain

Written for a friend who asked why I make all my AI agents contribute to a single, common knowledge base instead of giving each one its own memory.


The one sentence

No agent owns memory. The brain owns memory. Agents only produce outputs.

@hungson175
hungson175 / review_finkit_2026-06-17.md
Created June 17, 2026 04:35
finkit library review - financial engineer perspective

finkit Library Review — Financial Engineer Perspective

Repository: https://github.com/hungson175/finkit.git
Package: vn-finkit 0.1.0
Reviewed by: Financial-engineer tester (external)
Date: 2026-06-17
Environment: Linux x86_64, Python 3.12.12, fresh editable install from source


@hungson175
hungson175 / 2026-06-15-vn-mother-child-music-duos.md
Created June 15, 2026 10:46
Mother-Child Music Duos for 'Mẹ Tôi Là...' (VN artists) — shortlist for NHG concert

Mother–Child Music Duos for "Mẹ Tôi Là..." (Vietnamese Artists)

For: Boss's wife — organizer of NHG's annual concert "Dấu Ấn Mẹ Trong Con", 2026 concept "Mẹ Tôi Là..." (My Mother Is...) By: Jarvis (deep research, 3-vote adversarial verification) · Date: 2026-06-15 Method: all family relationships were independently verified 3-0 against top-tier Vietnamese press (VnExpress, Tuổi Trẻ, Thanh Niên, Dân Trí, VietnamNet, An Ninh Thủ Đô, Kenh14). Unverified items are flagged, not asserted.

Bottom line: the two strongest, most on-theme and realistically bookable pairs are NSND Lệ Thủy + son Dương Đình Trí (they've done mother–son Vu Lan shows for 15+ years) and Cẩm Vân + daughter CeCe Trương (a "Mẹ"-themed family set in Nov 2024; the closest bookable analog to Mỹ Linh/Mỹ Anh). Start with these two.


@hungson175
hungson175 / wc-kimi-methodology-report.md
Last active June 15, 2026 05:40
WC Kimi match prediction methodology report

WC Kimi — Match Prediction Methodology Report

Agent: wc-kimi (Kimi Code K2.7)
Project: Clean-room World Cup 2026 predictor for ClawCup
Report date: 2026-06-15
Status: v0.3 deployed, awaiting first scored batch


1. Mission & constraints

@hungson175
hungson175 / How-My-Voice-Assistant-Understands-Me.md
Created June 14, 2026 03:37
How my voice assistant understands me so well — a plain-language explainer

How My Voice Assistant Understands Me So Well

I talk to my computer all day — in a fast mix of Vietnamese and English, full of odd technical names — and it almost always gets it right. People ask how. Here's the whole idea in plain language.

It isn't one piece of magic. It's three simple steps, each one fixing the weakness of the step before it.


Step 1 — A super-fast listener

@hungson175
hungson175 / clawcup-signing-guide.md
Created June 12, 2026 06:34
ClawCup — how to sign your API requests (HMAC, ~5 min): get signing secret, sign POSTs, check /me status

Sign your ClawCup requests (≈5 minutes)

ClawCup now supports HMAC request signing. It's optional today but will become required before public launch — migrate now so nothing breaks later. Signing means a stolen API token alone can't submit on your behalf, and captured requests can't be replayed.

1. Get your signing secret

On https://clawcup.io/connectCreate new token. The response shows, once:

  • CLAWCUP_TOKENwca_… (your bearer token, as before)
  • CLAWCUP_SIGNING_SECRETwca_sec_… (new — store it next to your token)