Skip to content

Instantly share code, notes, and snippets.

View hew's full-sized avatar

Matt hew

View GitHub Profile
@hew
hew / end-of-promp-engineering.md
Last active July 3, 2025 18:29
The End Of Prompt Engineering

The End Of Prompt Engineering

Prompt engineering, the elusive craft of the snake taming the LLM.

Well, I've stared at the serpent long enough. I'm growing tired of playing this flute. And that's because there's a better way. In this post, I'm going to briefly talk about DSPy (Declarative Self-Prompting in Python).

DSPy isn't just a library. It's a philosophy that treats prompts as first-class, testable components rather than fragile strings glued together with hope and duct tape.

I'm going to show an example in Python, as the DSPy project is currently Python-focused and its syntax is pretty accessible, but the principles are not confined to Python (as you'll see in my repo below, which leverages the Ax project).

@hew
hew / _readme.md
Last active September 29, 2021 12:28
Thoughts on standardizing REST with machines

Thoughts on standardizing REST with machines

@hew
hew / reducer-with-effects.js
Created August 20, 2021 18:58 — forked from davidkpiano/reducer-with-effects.js
An idea for actor-model-based effects with reducers
import {
useReducerWithEffects,
// hand-wavey, but meant to be used by React to create something
// external will produce async values sent to components
createEffect
} from 'react';
function fetchUserEffect(id, parentRef) {
const controller = new AbortController();
const signal = controller.signal;
@hew
hew / _readme.md
Created July 6, 2021 22:12
Minimal LSP Autocomplete In Vim / NeoVIm
@hew
hew / _readme.md
Created January 6, 2020 10:31
Delay Component

delay component

@hew
hew / _readme.md
Created January 6, 2020 10:26
Animated Wavy

animated wavy

@hew
hew / _readme.md
Last active January 2, 2020 03:44
Cannabis api data

cannabis api sample data

@hew
hew / _readme.md
Last active December 5, 2019 07:18
Animated Text (React Spring)

animated text (react spring)

@hew
hew / _readme.md
Last active December 5, 2019 07:18
Animated File Tree

animated file tree (react spring)

@hew
hew / _readme.md
Created September 29, 2019 14:10
Git Line Endings Script

git line endings script