You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git-First Graph Databases: practical patterns for building graph data systems that start as text files and scale to production stores — with principles on data architecture vs. implementation architecture, sharding, and avoiding premature optimization
Claude Code CLI: Session Branching & Parallel Conversations - Programmatically via CLI in non-interactive mode!
Experiment: Exploring how to fork a single Claude Code conversation into
multiple parallel branches using --session-id, --resume, and --fork-session.
The Idea: Git-like Branching for AI Conversations
Just like git branch lets you explore multiple code paths from a single commit,
Claude Code's session flags let you fork a conversation at a decision point
and explore multiple directions independently — each branch remembering the
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cargo-example-select - Script for selecting Rust examples comfortably
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wikipedia_multistep_rag.py # Educational example showing how to extend llm_lottery.py [1] example to wikipedia_mini_rag.py example [2] to make agent that will continue searching and reading pages until achieves objective.
Wikipedia Multi-step RAG Example Solution to Task from wiki_mini_rag.py
You may want to see code and task first: wiki_mini_rag
This GitHub gist provides a solution to a task from the wikipedia_mini_rag.py example wiki_mini_rag, which was "How to turn Agent that first searches wikipedia and later reads article to answer query, into one that will continue searching and reading until has sufficient data. Hint: use insight from llm_lottery.pyllm_lottery example.".
AUR in Dockerfile ArchLinux -> pacaur yay non-interactive etc (experiment)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters