Update wiki/tools-stack.md
c5b396666f7a harrisonqian 2026-04-12 1 file
index 6d6e25c..32cc7f1 100644
@@ -4,11 +4,11 @@ visibility: public-edit
# tools & stack
-these are the tools I actually use. not aspirational, not "I tried this once" — these are in my daily or weekly workflow.
+these are the tools I actually use. not aspirational, not "I tried this once". for tools I've built myself, see [[personal-infrastructure]] — these are in my daily or weekly workflow.
## AI coding tools
-this is the most important section. AI tools are the biggest force multiplier for solo builders right now.
+this is the most important section. AI tools are the biggest force multiplier for solo builders right now. see [[learning-paths]] for the "vibe coding" section on using AI tools well.
### Claude Code
- **what:** Anthropic's CLI-based AI coding agent. runs in your terminal. reads your codebase, writes code, runs commands.
@@ -49,7 +49,7 @@ this is the most important section. AI tools are the biggest force multiplier fo
## hardware tools
### KiCad
-- PCB design. open source. for when software isn't enough and you need to make physical things.
+- PCB design. open source. for when software isn't enough and you need to make physical things. see [[hardware-projects]] for the full hardware journey.
## development environment
@@ -57,10 +57,10 @@ this is the most important section. AI tools are the biggest force multiplier fo
- iTerm2 as my terminal emulator. tmux for persistent sessions. every long-running process goes in tmux.
### Git / GitHub
-- git for version control (obviously). GitHub for repos, CI/CD with Actions, and the Student Developer Pack.
+- git for version control (obviously). GitHub for repos, CI/CD with Actions, and the Student Developer Pack. see [[open-source]] for contributing to other projects.
### Obsidian
-- my note-taking tool. local-first, markdown-based. I keep everything here.
+- my note-taking tool. local-first, markdown-based. I keep everything here. see [[knowledge-management]] for the full system.
### 1Password
- password manager and secrets management. the CLI (`op`) is useful for injecting secrets into development environments.
@@ -84,4 +84,4 @@ here's the complete stack I use for launching projects at $0:
| CI/CD | GitHub Actions | free |
| payments | Stripe (2.9% + $0.30 per txn) | pay per use |
-total monthly cost: $0 until you have paying users. then Stripe takes a cut of revenue. zero upfront cost — you only pay when you're making money.
\ No newline at end of file
+total monthly cost: $0 until you have paying users. see [[shipping-products]] for how to go from this stack to a live product. then Stripe takes a cut of revenue. zero upfront cost — you only pay when you're making money.
\ No newline at end of file