Skip to content

Instantly share code, notes, and snippets.

@Blevene
Blevene / gist:0d5f74c70873ce2dbe356208f75c68fa
Last active July 17, 2025 17:54
Orchestrating Intelligence: A PM’s guide to Agentic Archetypes

Orchestrating Intelligence: A PM’s guide to Agentic Archetypes

Introduction

As a product manager, I find the most valuable takeaways are often new mental models for thinking about a problem. For a while, the default model for AI has been the single, conversational agent. But as we task these systems with more complex, multi-step work, that model can feel limiting.

This shift toward building systems that can "reason" has been a surprising flashback for me. Before I joined the security industry, my education was in psychology, with a focus on cognition—the science of “thinking about thinking.” So when I started seeing the need for more structured AI reasoning, I found myself diving deep into what I call “agentic archetypes.” It’s a way to logically segment how these models "think" and act, allowing us to build more robust and predictable solutions while being mindful of our natural tendency to anthropomorphize everything.

Quick Level Set

@Blevene
Blevene / Raw Data 2013-2018
Last active November 30, 2020 17:49
Crimeware in the Modern Era Appendix
distinct_samples month keyword
133308 201812 steal
992409 201812 ransom
155525 201812 bank
641780 201812 mine
709085 201811 mine
898598 201811 ransom
257001 201811 bank
168621 201811 steal
1093310 201810 mine
@afair
afair / tmux.cheat
Last active August 10, 2025 20:39
Tmux Quick Reference & Cheat sheet - 2 column format for less scrolling!
========================================== ==========================================
TMUX COMMAND WINDOW (TAB)
========================================== ==========================================
List tmux ls List ^b w
New new -s <session> Create ^b c
Attach att -t <session> Rename ^b , <name>
Rename rename-session -t <old> <new> Last ^b l (lower-L)
Kill kill-session -t <session> Close ^b &
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active August 19, 2025 05:02
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname