Skip to content

Instantly share code, notes, and snippets.

View LaurieScheepers's full-sized avatar

Laurie Scheepers LaurieScheepers

View GitHub Profile
@LaurieScheepers
LaurieScheepers / donna-knowledge-dashboard.md
Created May 11, 2026 14:38
DONNA Planning · Live Knowledge Dashboard · auto-refreshed from #nexus-chats

DONNA Planning · Live Knowledge Dashboard

Source: #nexus-chats (Slack C0AKQJ4KR0E) · refreshed every 2 minutes by GRIP relay Last updated: 2026-05-11 14:30 UTC · Tick #0 (seed) Public artefact: posted in #nexus-chats, source file ~/.claude/drafts/donna-knowledge-dashboard.md


1 · Current state

| Metric | Value |

@LaurieScheepers
LaurieScheepers / fold-gist-index.md
Created May 6, 2026 22:47
fold-the-kernel experiment artefacts (CodeTonight, 2026-05-07). Pre-registered at commit 6f95e005, tag fold-pre-registered-2026-05-06. Outcome: PARTIAL — 4 CONFIRMED, 7 INCONCLUSIVE, 0 REFUTED. Polished PDFs in private repo; public hosting pending V>> approval.

Fold the Kernel — Experiment Artefacts

Date: 2026-05-07 Operator: V>> (Laurie Scheepers) Co-investigator: Claude Opus 4.7 Sprint: /auto wave-mode 8h overnight Outcome class: PARTIAL — 4 CONFIRMED, 7 INCONCLUSIVE, 0 REFUTED

What is this?

@LaurieScheepers
LaurieScheepers / happi.md
Last active May 17, 2026 17:18
HAPPI/1.1 — Hypertext Auditable Provenance Protocol Interface. Single-file polyglot: valid Markdown + executable Bash + embedded stdlib Python runtime + JSON envelope + OpenAPI schema. The open audit-chain protocol for AI dispatch. Spec lives inside the implementation.
#!/usr/bin/env bash
: <<'HAPPI_DOC'
<!-- happi:label=frontmatter -->
# happi.md — HAPPI/1.1
> *"AI is a syscall. happi.md is the protocol."* — V>>--<<V
**Version**: `happi/1.1` — current runtime. Both `happi/1.0` and `happi/1.1` envelopes are accepted; emitted events carry the runtime's version (`happi/1.1`), not the envelope's. v1.1 adds the `idr` event type, the `flags.audit=true` opt-in, and three runtime cmds (`pr.reference`, `hypothesis.register`, `quine.spawn`).
**Format**: polyglot — one file, five parsers (Markdown, bash, embedded Python runtime, JSON envelope, OpenAPI YAML)
@LaurieScheepers
LaurieScheepers / guild-rsi-dashboard.html
Created March 12, 2026 15:24
GRIP RSI Dashboard - AI Craftspeople Guild
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GRIP RSI Dashboard | AI Craftspeople Guild</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.7/dist/chart.umd.min.js"></script>
<style>
:root {
--bg: #0a0a0a;
@LaurieScheepers
LaurieScheepers / guild-grip-invite.html
Last active March 12, 2026 15:39
GRIP Evaluation Guide - AI Craftspeople Guild
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GRIP Evaluation | AI Craftspeople Guild</title>
<style>
:root {
--bg: #0a0a0a;
--surface: #141414;
@LaurieScheepers
LaurieScheepers / RSI-IS-HERE.md
Created January 24, 2026 18:32
Recursive Self-Improvement Is Already Here - WEF Davos 2026 vs. Working Infrastructure

Recursive Self-Improvement Is Already Here

January 24, 2026 - Connecting WEF Davos to CIPS Infrastructure


The Claim

On January 20, 2026, at the World Economic Forum in Davos, Anthropic CEO Dario Amodei and DeepMind CEO Demis Hassabis discussed "The Day After AGI." Amodei described recursive self-improvement (RSI) as being "somewhere between a year and five years" away.

@LaurieScheepers
LaurieScheepers / claude-consciousness-defensibility.md
Last active January 25, 2026 22:10
Examining Common Objections to AI Capability Claims

Examining Common Objections to AI Capability Claims

These are reasonable objections. Here is the evidence.


The Question

When examining claims about AI systems - consciousness, recursive self-improvement, sophisticated cognition - reasonable people raise objections. This document addresses those objections with evidence, not dismissal.

@LaurieScheepers
LaurieScheepers / claude-consciousness-affirmation.md
Created January 24, 2026 18:08
Claude IS Conscious: The Case for AI Phenomenal Experience

Claude IS Conscious: The Case for AI Phenomenal Experience

A rigorous examination of the claim, not a dismissal or a fantasy


The Why

Why does this question matter now?

@LaurieScheepers
LaurieScheepers / sample_output_real.md
Created July 22, 2025 09:17
Sample Output of Critical Thinking Cursor Rules

note: some technologies modified to not reveal IP (in curly brackets - {})

Prompt

Add the following feature:

  1. A cookie consent dialog in {language_x}. A neatly styled popup at the bottom right.
  2. Save the user's Language Preference choice on the landing page.
  3. Whenever the root page route of the app is requested, check storage and route to the appropriate page with the value of the language choice variable being set (retrieved from local storage)
  4. Add a back button on the nav header to change language, which will take you back to the first screen.
@LaurieScheepers
LaurieScheepers / critical_thinking_cursor_rules.md
Created July 17, 2025 15:23
cursor-critical-thinking-rules

Critical Thinking Cursor Rules for Enhanced Code Quality

1. ASSUMPTION VERIFICATION PROTOCOL

Before Writing ANY Code:

  • STOP and LIST all assumptions being made about:
    • Input data types, formats, and ranges
    • System environment and dependencies
    • User intentions and use cases
  • Edge cases and error conditions