Skip to content

Page 8

Tech15 min read

The Job Search System That Evaluated 740 Offers

Career-ops turns Claude Code into a 14-mode job search agent: structured A-F evaluations, ATS-optimized PDFs, batch processing, and a Go TUI dashboard. MIT.

#ai-agent#claude-code#job-search
Tech14 min read

Context Hub: The Curated Doc Layer Every Coding Agent Needs

Context Hub (`chub`) gives AI coding agents current, versioned API docs on demand -- so they code from facts, not 18-month-old training weights.

#ai-agents#developer-tools#claude-code
Tech9 min read

MarkdyScript: The Mermaid of Motion

MarkdyScript is a declarative text DSL that turns 30 lines of plain code into Web Animations API scenes, git-diffable, LLM-friendly, and zero GSAP.

#animation#dsl#typescript
Tech12 min read

MarkItDown: Everything Becomes Markdown

Microsoft's Python tool converts PDFs, Office docs, audio, and YouTube URLs to clean Markdown for LLM pipelines and RAG systems.

#markdown#python#llm
Tech11 min read

taste-skill: The Bias Correction File for AI Frontend

taste-skill corrects the font, layout, and motion biases that push LLMs toward generic UI. A portable SKILL.md you commit once per project.

#ai#frontend#design
Tech4 min read

Claude Code's Missing Manual: Stop Typing and Start Orchestrating

A copy-paste survival guide that turns Claude from a basic chatbox into an automated team member.

#claude-code#guide#tutorial
Tech5 min read

AI Scientist-v2: The Robot That Writes Its Own Papers

SakanaAI's AI Scientist-v2 autonomously generates ML research hypotheses, runs experiments via agentic tree search, and writes peer-reviewed papers. No…

#ai-research#machine-learning#autonomous-agents
Tech4 min read

The Agent is the Model. The Code is Just a Vehicle.

A deep dive into learn-claude-code and the truth about AI agents: most frameworks are over-engineered Rube Goldberg machines.

#agent#claude-code#tutorial
Tech6 min read

The Conductor and the Machine: Orchestrating Claude Code

Claude Code is a beast. But to tame it, you need more than prompts. You need an orchestration framework.

#claude-code#agentic-engineering#best-practices