Skip to content

Instantly share code, notes, and snippets.

Here are some prompting techniques to take you through 2026:

Don’t ask for solutions. Ask for pressure, friction, reframing, and contradictions.

Treat ChatGPT as a model of a system, not an oracle

Instead of "What's the best architecture?", ask "Give me 3 architectures that fail in different ways." Instead of "How should we design this?", ask "Walk me through the system's internal pressures and where cracks are likely to form.”

Use progressive adversarial prompting

@stecman
stecman / AutoCrop.lua
Last active December 17, 2025 03:10
Lightroom plugin to calculate image crops using OpenCV
-- LR imports
local LrApplication = import("LrApplication")
local LrApplicationView = import("LrApplicationView")
local LrBinding = import("LrBinding")
local LrDevelopController = import("LrDevelopController")
local LrDialogs = import("LrDialogs")
local LrExportSession = import("LrExportSession")
local LrFileUtils = import("LrFileUtils")
local LrFunctionContext = import("LrFunctionContext")
local LrLogger = import("LrLogger")