Skip to content

Instantly share code, notes, and snippets.

@goodalexander
goodalexander / dynamic_unl_v10_vs_qwen38.md
Created August 19, 2026 15:22
Dynamic UNL V10 vs. Qwen 3.8 validator-selection proposal

Dynamic UNL V10 vs. the Qwen 3.8 validator-selection proposal

Executive conclusion

The current Dynamic UNL V10 system and the Qwen 3.8 proposal are not two versions of the same scoring prompt. They are different decision architectures.

  • V10 is an LLM-assisted multi-factor scoring system. The model assigns five sub-scores; deterministic code combines them into an authoritative final score and applies a cutoff, size cap, and incumbent-churn rule.
  • Qwen proposes a deterministic evidence-qualification system. It rejects scalar validator-quality scores, ranks eligible candidates primarily by 30-day agreement, and optionally constructs a set under concentration and continuity constraints.

Qwen is stronger about epistemic boundaries: it cleanly separates candidate observations from set-level safety, refuses to treat endpoint metadata as proof of independent control, and makes missing threat-model parameters explicit. But it is not a safe drop-in replacement for V10. Its default ranking gives r

@goodalexander
goodalexander / product-goblin-backlog.md
Last active May 13, 2026 12:33
Product Goblin human-readable backlog

Product Goblin Backlog

Human notes can be edited outside the managed section. Product Goblin rewrites only the block between markers.

Operator Notes

  • Add triage notes, owner decisions, or launch context here.

Managed Backlog

@goodalexander
goodalexander / runpod_codex_36.md
Created April 23, 2026 00:58
how to get Qwen3.6 going on a runpod

Self-Hosted Qwen3.6-27B on RunPod + OpenAI Codex CLI

End-to-end guide for running Qwen3.6-27B as a private, self-hosted coding agent accessible from your Mac via SSH tunnel and OpenAI Codex CLI. Hardware-tested on RTX PRO 6000 Blackwell. ~$1.91/hr.

Prerequisites

  • RunPod account with credit loaded
  • SSH key on your Mac (~/.ssh/id_ed25519 and .pub)
  • Node.js 18+ on your Mac (for Codex CLI)
  • Hugging Face account + read token (avoids rate limits on downloads)
The following is my decision regarding KaiserLimp0
The user has been actively engaged in the Discord
due to shipping a high volume of tasks with zero auth but attempts to re engage
the user is placed on probation until further notice
This means that the next reward ramp that is unauthorized scope will result in immediate blacklisting
@goodalexander
goodalexander / validator_deployment_tooling_spec_and_friction.md
Created February 25, 2026 18:41
L1 Validator Deployment Tooling — Spec & Friction Log

L1 Validator Deployment Tooling — Technical Specification & Friction Log

Scope: PostFiat L1 validator deployment tooling for devnet/testnet. Source of truth is agent-hub/products/l1-blockchain/INFRASTRUCTURE.md and the postfiatd repo’s GitHub Actions workflows.

Primary Repo: postfiatorg/postfiatd


1) Technical Specification

Post Fiat Protobuf Usage (PFTL)

Purpose

  • Explain, in plain English, how Post Fiat messages use Protobuf, IPFS, and PFTL/XRPL memos.
  • Keep it simple for new teammates and non‑technical readers.

Key Idea

  • On‑chain we post a tiny “pointer” in the transaction memo.
  • Off‑chain the actual message (task, chat, artifact, etc.) lives in IPFS and is signed and often encrypted.
@goodalexander
goodalexander / first_class_xrp_snap.md
Last active September 3, 2025 14:14
SOL Metamask Copy Plan

XRP Integration Sprint Plan - Replicating Solana Preinstalled Snap Architecture

Executive Summary

This sprint plan outlines the implementation of XRP (Ripple) as a first-class asset in MetaMask, following the same preinstalled snap architecture used for Solana integration. XRP seed generation will be linked to ETH seed generation structurally via new amendments.

Current Solana Architecture Analysis (Updated)

Based on codebase investigation, Solana support in MetaMask is implemented via:

  1. Preinstalled Snap: @metamask/solana-wallet-snap (v2.3.4) handles core Solana operations
  2. Wallet Standard: @metamask/solana-wallet-standard (v0.5.1) provides dApp compatibility
  3. Multichain API: Unified interface layer via @metamask/multichain-api-client
## SOURCE DATA
import pandas as pd
import requests
import json
from io import StringIO
from datetime import datetime, timedelta
def query_oecd_archive():
"""Query the specific archive endpoint you provided"""
@goodalexander
goodalexander / alextalk.md
Created August 18, 2025 11:18
quick_summary

Based on your agenda document, here are the key bullet points supporting your investment thesis:

SHORT IT SERVICES / ENTERPRISE SOFTWARE (SALESFORCE)

The Doom Thesis: AI's Illusion of Productivity

  • Productivity paradox validated: Despite $100B+ annual AI investment and 140% surge in token consumption, aggregate productivity stuck at 1.2-1.5% (unchanged from pre-AI)
  • 80% of organizations see NO tangible EBIT impact from generative AI despite 92% of Fortune 500 actively using
  • Code quality crisis: GitClear documents 8x increase in code duplication, 50% of LLM-generated code contains security vulnerabilities
  • "Jagged Intelligence": Models solve IMO-level math (99.2% accuracy) but can't play basic chess properly