lab://notebook

Lab Notebook

Active experiments, research logs, and things I'm investigating. Each entry is a real experiment with observations and takeaways.

lab-status

> experiments.active = 5

> experiments.completed = 2

> total_entries = 7

>

exp-001Active

Smoothies — Fresh Pavement Finder

An Android app that scrapes city paving data to find freshly paved streets for longboarding. Because nothing beats riding on fresh asphalt. Pulls municipal road data, maps it, and alerts you to smooth new pavement in your area.

2025-03
AndroidCity DataLongboardingScraping
takeaway

Municipal data is surprisingly accessible. The real challenge is normalizing it across different city formats and keeping it fresh.

exp-002Active

LLM Prompt Engineering Patterns

Exploring advanced prompt engineering techniques including chain-of-thought, few-shot learning, and system prompt architecture for reliable AI outputs.

2025-03
GPT-4ClaudePrompt Design
takeaway

Structured prompts with clear constraints produce 3x more consistent outputs than freeform instructions.

exp-003Shipped

n8n Automation Workflows

Building complex multi-step automation workflows using n8n to connect business tools, APIs, and AI services without traditional coding.

2025-02
n8nAPI IntegrationNo-Code
takeaway

Visual workflow builders can handle 90% of business automation needs when combined with custom API nodes.

exp-004Active

React Component Architecture

Studying modern React patterns including compound components, render props, custom hooks, and state management approaches for scalable front-end applications.

2025-03
ReactTypeScriptNext.js
takeaway

Custom hooks are the most powerful pattern for separating concerns in React applications.

exp-005Active

AI Agent Frameworks

Experimenting with autonomous AI agent frameworks like LangChain and CrewAI to build multi-step reasoning systems that can decompose and solve complex problems.

2025-01
LangChainCrewAIAgents
takeaway

Agent orchestration is the key to unlocking AI's potential beyond simple chat interactions.

exp-006Shipped

Python Data Pipeline Design

Building robust ETL pipelines in Python for transforming messy business data into clean, analyzable datasets for decision-making.

2025-02
PythonPandasETL
takeaway

Data validation at entry points prevents 90% of downstream pipeline failures.

exp-007Active

RAG Knowledge Systems

Building Retrieval Augmented Generation systems that combine organizational knowledge bases with LLMs for context-aware AI assistants.

2025-03
RAGVector DBLLMs
takeaway

Chunking strategy and embedding model choice have more impact on RAG quality than the LLM used.