Basics

What an AI Agent should be

By: Isaac ― July 13, 2026


Learn what defines an AI agent, how tools, MCPs, skills, and subagents fit together, and why purpose-built workflows should not be confused with agents.

Tags: Basics, AI

Category: Agents


Your North Star for AI: Idea to Product

By: Isaac ― October 20, 2025


A practical guide for developers building with AI. Learn how to define your north star and ship focused products from idea to MVP to production without losing your way or falling into scope creep.

Tags: Basics, AI

Category: General


Using AI responsibly for developers

By: Isaac ― February 17, 2024


How can developers use AI responsibly and ethically? This article explores the risks of using AI and how to use it responsibly.

Tags: Basics, AI

Category: General


Learn how to fine-tune GPT-3.5 Turbo

By: Isaac ― August 29, 2023


Learn how to fine-tune GPT-3.5 Turbo to always respond with JSON output - super useful when integrating AI into tools and APIs.

Tags: Basics, AI

Category: General


Mini Reactive JS

By: Isaac ― May 29, 2023


Learn how simple it is to make a mini, reactive JavaScript library from scratch!

Tags: Basics, JavaScript

Category: Object-Oriented