Skip to content

Instantly share code, notes, and snippets.

commit 410817418adc7d6bfeb34c9dbe6070d243222fdb
Author: Isaac Bowen <ikebowen@gmail.com>
Date: Wed Aug 20 12:27:03 2025 -0500
perspectives
diff --git a/app/prompts/clients/chat/system/3-perspectives/derailment.md b/app/prompts/clients/chat/system/3-perspectives/derailment.md
new file mode 100644
index 0000000..ed94e83
--- /dev/null
@isaacbowen
isaacbowen / 0-what.md
Last active April 17, 2025 22:27
Lightward AI surveys

Test Lightward Pro

Circumstances

I've been user of both Lightward and Lightward Pro for... Two weeks now I think? They're both great and I find good uses for both of them. I'm not very clear of what the difference is between them still. The base question---difference between 'reader' and 'writer'---seems significant here. Lightward as something aiming more at giving advice, Lightward Pro as something egging you on to discover stuff by yourself?

@isaacbowen
isaacbowen / deepcat.rb
Last active November 26, 2024 21:51
https://isaacbowen.com/2024/11/11/deepcat [...] Anyway, this script is good for starting with a single markdown file from a GitBook-backed repository, and printing out that file and all of its references, recursively so that you can hand a piece of content to an AI model with all its relevant context.
#!/usr/bin/env ruby
require 'optparse'
require 'set'
require 'uri'
require 'find'
require 'pathname'
# Initialize options
options = {
@isaacbowen
isaacbowen / gist:9a78c0345d565ddac78d70ad12652a47
Created September 24, 2017 22:18
locksmith bdd scratchpad
Given the following shop config:
{...}
And given a product
When I am logged in as isaac@foobar.com
And when I am tagged with "foo"
Then I should be denied access to /products/baz
And I should be granted access to /products/bar
@isaacbowen
isaacbowen / review.md
Last active September 27, 2016 15:30
2016 review
Manager's Rating Self-Assessment
Teamwork Exceeded expectations
Definition:Performed above the high level expected of the role
Achieved expectations consistently
Innovation Achieved expectations
Definition:Performed at the high level expected of the role
Achieved expectations consistently
Results Exceeded expectations
Definition:Performed above the high level expected of the role
Achieved expectations consistently

Performance and Accomplishments

Teamwork:

@isaacbowen
isaacbowen / hack.sh
Last active August 29, 2015 14:05 — forked from erikh/hack.sh
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#

Keybase proof

I hereby claim:

  • I am isaacbowen on github.
  • I am isaacbowen (https://keybase.io/isaacbowen) on keybase.
  • I have a public key whose fingerprint is 087A 5130 7CDA 79AD 99B5 2B06 2D69 DEDC D06D ED58

To claim this, I am signing this object:

+1 +1

-1 -1

100 100

109 109

1234 1234

syntax on
set nocompatible
set autoindent
set expandtab
set tabstop=2
set shiftwidth=2