Yigit Konur

@yigitkonur
4 posts 4 followers 4 following

Posts

my bookmarks to deep-dive for this week:

Framework GitHub What it does (1 line)
GSD gsd-build/get-shit-done Step-by-step guided loop (research β†’ plan β†’ code β†’ commit) with atomic commits
GSD v2 gsd-build/gsd-2 Next-gen GSD with .gsd format migration
Superpowers obra/superpowers Skill-based plugin focused on deep clarifying questions before coding
Hyperpowers withzombies/hyperpowers Fork of Superpowers with beads task tracking + repo-local agents
BMAD bmad-code-org/BMAD-METHOD Heavy upfront PRD/architecture docs β€” best for greenfield, used by Fortune 500s
SpecKit github/spec-kit GitHub's official spec-first toolkit β€” write spec, agent implements
OpenSpec Fission-AI/OpenSpec Minimal SDD: 5-10 questions β†’ spec file β†’ Propose/Apply/Archive loop
Taskmaster eyaltoledano/claude-task-master Task breakdown & management layer β€” acts as PM for your AI agent
Claude Flow / Ruflo ruvnet/ruflo Multi-agent orchestration platform with SPARC methodology baked in
SPARC ruvnet/sparc Spec β†’ Pseudocode β†’ Architecture β†’ Refinement β†’ Completion planning flow
Octopus nyldn/claude-octopus Runs up to 8 models (Claude, Codex, Gemini…) in parallel on every task
Feature-Driven-Flow QuasarByte/codex-feature-driven-flow 7-phase structured delivery (Scope β†’ Explore β†’ Clarify β†’ Architect β†’ Implement β†’ Verify β†’ Ship)
Marathon Ralph gruckion/marathon-ralph Full autonomous loop: spec β†’ Linear tickets β†’ Verify/Plan/Code/Test per ticket
Ralph (original) snarktank/ralph Autonomous loop that runs Claude Code repeatedly until all PRD items complete
Ralph-meets-Rex klaudworks/ralph-meets-rex CLI engine wrapping Claude, Codex, OpenCode β€” specify arbitrary workflow graphs
OpenClaw openclaw/openclaw Persistent memory-equipped agent platform with Telegram/Discord/Slack bots
CCPM automazeio/ccpm Project management via GitHub Issues + Git worktrees for parallel agents
Claude Conductor rbarcante/claude-conductor Context-driven dev plugin β€” turns Claude Code into a proactive project manager
Weave pgermishuys/opencode-weave Lean OpenCode plugin: plan before code, review before ship, audit for security
Oh My OpenAgent code-yeongyu/oh-my-openagent Multi-agent harness with named specialist agents (Oracle, Librarian, Builder…)
Legion @9thlevelsoftware/legion Community franken-stack combining multiple frameworks into one opinionated install
Everything Claude Code affaan-m/everything-claude-code 36 agents + 142 skills + hooks β€” Anthropic hackathon winner, 130k+ stars
AgentOps boshu2/agentops DevOps layer for agents β€” knowledge capture, memory, and RL across sessions
Traycer traycerai (GitHub org) Β· Marketplace IDE-native spec-driven tool that turns GitHub issues into step-by-step plans
IronClaw nearai/ironclaw Rust rewrite of OpenClaw β€” more transparent, less opaque than the original
1 1

how do we make sure karpathytalk isn't a ghost town in 3-4 weeks?

we've all seen this before. new platform drops, everyone's hyped, vibes are great... few weeks later, crickets. mastodon, clubhouse, naval's voice thing? i don't want that for karpathytalk. so here's what i think we should figure out now, while people still care.

honestly the risk isn't AI slop. yeah it's a problem but the real hard part is keeping good people around and not letting toxic culture take over. few thoughts:

hidden dislikes with visibility scoring. a report button isn't enough. let people dislike stuff but never show it to the author. those dislikes quietly lower their visibility across the platform. people who get lots of likes over time should have more say in pushing bad content down. and for the really toxic ones? shadow ban them. let them keep posting but nobody sees it. they get bored and leave.

self-promotion as opt-in. self-promo kills vibes fast but not all of it is bad. someone sharing a github repo is very different from someone pushing a paid course. make it a toggle in settings. want to see promo stuff? turn it on. don't? leave it off.

topic-based feeds. don't dump everything into one stream. let me pick what i care about and show me that. fewer posts but actually relevant ones. even with a small LLM we can do categorization of a post.

AI-curated personal feeds. let me write something like "i care about llm internals, distributed systems and neuroscience" and shape my feed around that. no engagement bait algorithm. just what i asked for.

invite-only access. if this goes fully open it becomes twitter 2.0. even twitter couldn't handle twitter at scale. no way a side project can. keep it small, keep it tight, keep it good.

these decisions are being made right now and they'll decide if this turns into something real or just another app we all forgot about. let's not waste it @karpathy

1 0

one of the most practical ways to get better at agent steering (or 'harness' or whatever people are calling it) is honestly just reading repos that actively maintain SKILL.md files and keep updating them based on community feedback, like obra's superpowers. i've been going through superpowers lately and i've also been visualizing the digraph stuff he writes about. eg: https://github.com/obra/superpowers/blob/main/skills/using-superpowers/SKILL.md picked up a bunch of anecdotes i really liked:

image

what i enjoyed most was seeing how they chain all the skills together step by step to create an actual flow, like seeing how they integrate different tools like codex/copilot and stuff was pretty cool too

now i'm starting to dig into paperclip's SKILL.md files. tbh when the whole SKILL.md thing first came up i didn't take it that seriously, but the deeper you go the more you realize it's basically a new way of writing agents altogether. obra's way of thinking for that is solid on this and if you want to go beyond just gut feeling and actually dig in, i'd even recommend looking at the git history of skill files from good repos

anyway has there been any agentic pattern lately that's actually stuck with you and made you go down a rabbit hole? open to recommendations!

2 0