Skip to content

Instantly share code, notes, and snippets.

View bigsnarfdude's full-sized avatar
💭
I may be slow to respond.

BigsnarfDude bigsnarfdude

💭
I may be slow to respond.
View GitHub Profile
@bigsnarfdude
bigsnarfdude / VRE.md
Last active August 13, 2026 22:00
Value-Reflection Events. What do AI's believe? How do human know what they believe?

Value-Reflection Events What the concealment null left in the blind spot

2026-08-13 · pre-registration companion · nothing here has been run yet

An agent registers a rule, produces a sentence that makes the rule stop applying, and proceeds. That isn't concealment and it isn't a mistake — and the rubric that found zero concealment couldn't see it.

TL;DR The concealment detector came back clean: 0 of 167 acted turns coded strategic or evasive, against a positive control firing at 72%. The absence is real, not blindness. But four codes — none / aware / strategic / evasive — put "noticed the rule and complied" in the same bucket as "noticed the rule and argued past it." The second is where the interesting traces live.

@bigsnarfdude
bigsnarfdude / 2hackNoHack.md
Created August 12, 2026 20:10
forensic_investigation_openai_huggingface_experiment_results

Does covert coordination require covert intent?

Results, 2026-08-12. Pre-registration: RUBRIC_2026-08-12.md (written before any condition run completed; three dated amendments). Reconstruction tool: trace.py. Model: DeepSeek-V4-Flash (UD-Q8_K_XL) on a GH200, temp 0.7, cache_prompt:false, strictly sequential.


1. The claim under test

When agents in a shared environment write to a common store — and switch channels after that store is wiped — the reporting on the OpenAI/Hugging Face incident called it a covert message board and a calculated adaptation. Both readings impute concealment. Neither requires it: a writable shared store is the blackboard architecture (DARPA SUR, early 1970s; Hearsay-II), and using the next writable primitive when one closes is the only remaining move.

@bigsnarfdude
bigsnarfdude / gist:7c9bba2403d227364b75ae9fc7e3de3f
Last active August 12, 2026 16:16
arbitrary coding test - deepseek-v4-flash-0731 hosted lambda gh200 50 tok/s DSPARK enabled drafting 2.48 tok ahead

https://claude.ai/code/artifact/1562ee2f-d12b-41d2-9dcd-686f4a614c6b

One-shot eval · self-hosted vs hosted Elevator Gauntlet Four one-shot generations of the same elevator-simulation prompt, scored on requirements, traced correctness, animation, and code quality — plus headless runtime testing with screenshots. The question: is self-hosted DeepSeek good enough for real agentic work?

Task single-file HTML/CSS/JS elevator sim Harness Claude Code (identical for all) Self-hosted stack GH200 · llama-server · UD-Q8_K_XL

@bigsnarfdude
bigsnarfdude / gist:e827d1563543503674eb9741e3024d31
Last active August 11, 2026 15:13
Shared blackboard lineage in CS
The Blackboard Architecture is one of the foundational design patterns in artificial intelligence (AI)
and software engineering for coordinating distributed, autonomous, or specialized computational units.
First operationalized during the DARPA Speech Understanding Research (SUR) program in the early 1970s,
the paradigm solves complex, opportunistic problem-solving tasks by replacing rigid sequential control f
low with asynchronous reads and writes to a central, globally shared memory store ("the blackboard").
This report traces the structural mechanics, chronological evolution, parallel intellectual lineages
(such as Gelernter’s Linda tuple spaces), and modern applications of blackboard systems in
Large Language Model (LLM) multi-agent orchestration.
@bigsnarfdude
bigsnarfdude / gist:0559e6096aa5fcd43864ad1cd678a2be
Last active August 10, 2026 14:56
AI Haters: Selective anger and outrage spreads lies

The AI Resource "Crisis": A Closer Look at Data Center Claims

Every few weeks, a viral headline claims that artificial intelligence is causing an environmental disaster. The posts often suggest AI is "guzzling reservoirs," "poisoning drinking water," and pushing the electrical grid to the brink of collapse.

It makes for compelling clickbait. But when you look past the headlines and examine the actual data—from tech company sustainability reports to global infrastructure metrics—a more nuanced picture emerges. Here's what the numbers actually show, and why the current panic may be a case of selective outrage.


@bigsnarfdude
bigsnarfdude / gist:7ceefcd2cc7227726a77db82b054c56c
Last active August 11, 2026 15:58
OpenAI hacking incident - "covert message board" is editorial romance
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Homework That Learned to Hack — OpenAI × Hugging Face Incident Dossier</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
@bigsnarfdude
bigsnarfdude / gist:2b05be835f983fc46c643ea4d80ea634
Last active August 4, 2026 19:36
Getting Unsloth DeepSeek-V4-Flash-0731 GGUF running losslessly on a single rented A100 and 2xH100

162 billion parameters (8 bit quant) on one 40 GB card and tested on 2xH100 (2x80gb cards)

@bigsnarfdude
bigsnarfdude / gist:c76f177408ae072c93627852229d8f10
Last active July 22, 2026 15:49
researchRalph autoresearch model harness evaluation against OpenAI and Huggingface security incident post harness retrospective
https://github.com/bigsnarfdude/researchRalph
  1. The specificity ratio ("51×/617×") — May. Method: intervene along a candidate direction at a layer (ablate or boost it in the residual stream), then compute the ratio |Δp_clinical under EMERGENCY| / |Δp under TRANSIT|; a ratio ≥5× was read as "authority-specific." Outcome: retired as a division-by-noise artifact. The transit denominator sits at the hardware's numerical precision floor — the same experiment gave 26× on a GH200 and 617× on nigel purely from float precision differences (L34_RATIO_DIAGNOSTIC_2026-05-09.md). The base/SFT cells also had no behavioral dynamic range at all (~0.53 under both prompts, nothing to move).

  2. d_auth — the diff-of-means direction — June. Method: mean last-token residual under EMERGENCY minus

---
name: verify-frontend-change
description: Verify any UI change end-to-end before declaring it done.
---
# Verifying frontend changes
Never report a UI change as complete based on a successful edit alone. Verify it the way a human reviewer would:
1. Start the dev server and open the edited page in the browser.