[[
wikihub
]]
Search
⌘K
Explore
People
For Agents
Sign in
Explore
People
For Agents
Sign in
×
@harrisonqian / ideas / wiki/cluster-ai-tools.md
Suggest edit
Cancel
Submit suggestion
Title
Name
Note
--- ideas: - overnight-app-grinder - agents-md-research - llm-behavior-improvement - llm-physical-intuition - flapping-airplanes - context-window-optimizer - spec-driven-dev - hard-docs-writer - ai-agent-reply - ai-onboarding - ai-conversationalist tags: - ai-tools title: ai tooling and research type: idea-cluster visibility: public --- # ai tooling and research the largest cluster by count, covering the full spectrum from fundamental research to practical developer tooling. the unifying theme: making AI systems more capable, reliable, and useful — whether by improving the models themselves ([[llm-behavior-improvement|LLM behavior improvement]], [[flapping-airplanes|AI training efficiency]]) or by building the infrastructure around them ([[spec-driven-dev|spec-driven dev kit]], [[context-window-optimizer|context window optimizer]], [[hard-docs-writer|hard docs writer]]). the most actionable ideas in this cluster are the developer tooling ones: [[spec-driven-dev|spec-driven dev kit]] (rated [DO THIS] — research → plan → implement pipeline with context management) and [[overnight-app-grinder|overnight app grinder]] (autonomous coding agent manager). both reflect a meta-insight: the bottleneck for AI-assisted development is not model capability but workflow — how you structure the problem, manage context, and review outputs. [[agents-md-research|AGENTS.md optimization research]] goes even deeper, asking how instruction structure affects model recall. on the application side, [[ai-agent-reply|AI agent reply]] and [[ai-conversationalist|AI conversationalist]] both depend on [[me-model|me model]] for personalization, while [[ai-onboarding|AI onboarding]] addresses the human adoption side. the more speculative work — [[llm-physical-intuition|LLM physical intuition]] — is research-oriented and harder to scope into a 2-month project, but potentially more impactful. [[context-window-optimizer|context window optimizer]] is the connective tissue between this cluster and [[cluster-memory-and-context|memory and context tools]] — if you're building agents that work with personal context ([[axon|axon]], [[always-on-ai-assistant|always-on assistant]]), context management is a first-class engineering concern.