Skip to content

Instantly share code, notes, and snippets.

View Conceptron's full-sized avatar

Kritin Sathi Conceptron

View GitHub Profile
@Conceptron
Conceptron / self_instrumenting_search_eval.md
Created June 15, 2026 13:43
Self-instrumenting your AI agent to A/B its own tools (search-engine evaluation via transcript mining)

Self-instrumenting your AI agent to A/B its own tools

A small technique that's paid off: have your coding agent emit a consistent marker in its own output every time it makes a judgment call, so you can later mine your transcripts to see which choice actually wins over time.

The setup

I run web searches through more than one engine (Brave, Google-via-Serper, and the model's built-in search), in parallel, on the same query. The agent answers my question normally — but then appends one line ranking the engines for that query, always led by the same sentinel emoji:

🔎 brave > google > builtin here — brave's top hit was authoritative, google buried it, builtin synthesized but added an unsourced claim
@Conceptron
Conceptron / iterm2-tmux-cc-troubleshooting.md
Created November 20, 2025 23:48
gist from mcp-server-gist

Fixing iTerm2 tmux Control Mode (-CC) Hanging

Problem

When attempting to use iTerm2's tmux Control Mode integration with a remote server, the connection hangs with this error:

Slow tmux Response

It's taking a long time for tmux to respond. If this is an old or funky system it
@Conceptron
Conceptron / test.md
Created November 20, 2025 23:47
Test

Test