Pigfox

Blog

Field notes on OSINT, security checks, SEO, and safer hiring and vendor due diligence.

  • AI Parametric Insurance and checkable claim adjudication

    2026-08-31

    AI Parametric Insurance shows a narrow, useful role for language models in claims work: mapping evidence to policy triggers in a way you can inspect. The core lesson is checkability, structured outputs, source anchoring, and clear failure handling.

  • Reading Live Lending Curves With Interest Rate Model Explorer

    2026-08-30

    Interest Rate Model Explorer shows why live, immutable lending curves matter for technical due diligence. The value is in reading the deployed model directly, then verifying its shape, parameters, and stress behavior from first principles.

  • Gas Optimization Race and how to verify gas claims

    2026-08-29

    Gas Optimization Race shows the same contract idea implemented twice and raced live on-chain. The useful lesson is how to inspect gas claims with public execution evidence, semantic equivalence, and controlled comparisons.

  • ZK KYC Pass Explorer and the engineering of private proof

    2026-08-28

    ZK KYC Pass Explorer demonstrates a privacy-preserving identity pattern: verify possession of a credential without exposing the underlying identity. The engineering value sits in claim minimization, verifier design, replay resistance, and the places where logs and policy often put identity back into the flow.

  • RWA Tokenization Explorer and the mechanics of gated transfers

    2026-08-27

    RWA Tokenization Explorer shows the engineering pattern behind ERC-3643-style KYC-gated transfers. The useful lesson is where transfer eligibility lives, how to verify it from contract behavior, and where restricted-token systems often fail.

  • ZK Escrow Explorer and the hard boundary in on-chain disputes

    2026-08-26

    ZK Escrow Explorer shows the engineering boundary between private Groth16 state transitions and AI-arbitrated disputes. The key questions are what the proof constrains, how arbitration outputs are typed, and where trust assumptions enter the settlement flow.

  • What 1M-token context changes in production AI systems

    2026-08-25

    A million token context window changes AI system design more than it changes prompts. If you build with long-context models, inspect retrieval precision, prompt assembly, injection resistance, and output validation before you scale usage.

  • When your executable also ships a SQLite database

    2026-08-24

    A binary which also contains a SQLite database changes how you verify builds, inspect runtime behavior, and manage embedded config. For Go, AI, and blockchain systems, the key work is deterministic extraction, schema discipline, and row-level review of critical data.

  • Why interface design is a security control in blockchain and AI

    2026-08-23

    A quote highlighted by Simon Willison points to a practical lesson for blockchain and AI teams: developer experience is a security control. Good interfaces, visible state, narrow authority, and failure-first testing reduce costly mistakes.

  • What LLM CLI Releases Teach You About Production AI

    2026-08-22

    A small LLM CLI release points to a bigger engineering shift. Once model calls move into scripts and services, prompt execution becomes infrastructure, with versioning, contracts, and security boundaries to test.