Skip to content

Instantly share code, notes, and snippets.

View fullstackwebdev's full-sized avatar

fullstack fullstackwebdev

  • FSWD
  • 01:23 (UTC -08:00)
View GitHub Profile
@transitive-bullshit
transitive-bullshit / claude-code-prompts.js
Last active November 27, 2025 16:18
Unminified prompts and tool definitions for Claude Code
// Claude Code is a Beta product per Anthropic's Commercial Terms of Service.
// By using Claude Code, you agree that all code acceptance or rejection decisions you make,
// and the associated conversations in context, constitute Feedback under Anthropic's Commercial Terms,
// and may be used to improve Anthropic's products, including training models.
// You are responsible for reviewing any code suggestions before use.
// (c) Anthropic PBC. All rights reserved. Use is subject to Anthropic's Commercial Terms of Service (https://www.anthropic.com/legal/commercial-terms).
// Version: 0.2.9
@VictorTaelin
VictorTaelin / fast_dps_add_carry.md
Last active September 18, 2025 20:07
Fast Discrete Program Search with HVM Superpositions (SUP nodes) - finding ADD-CARRY

HOC's Fast Discrete Program Search (DPS)

HOC will soon (EOY?) launch an API for our DPS solution. The interface will be simple:

  • You give us a set of examples (input/output pairs)

  • We'll give you a (Python?) function that models it

And that's it. It will be an universal function finder.

@migtissera
migtissera / mistral-7B-qlora.yaml
Last active March 30, 2024 22:08
Axolotl config to train a Mistral-7B base using QLoRA on 24GB GPU
base_model: /path/to/Mistral-7B-v0.1
model_type: AutoModelForCausalLM
tokenizer_type: AutoTokenizer
is_llama_derived_model: true
load_in_8bit: false
load_in_4bit: true
strict: false
datasets: