Everything about artificial intelligence - models, agents, tools, and how to build with them.
82 resources - 45 posts, 33 tools, 4 guides

A step-by-step guide to building Model Context Protocol servers in TypeScript. Project setup, tool registration, resources, testing with Claude Code, and production patterns.

Transformers.js lets you run machine learning models in the browser with zero backend. Here is how to use it for text generation, speech recognition, image classification, and semantic search.
How RAG works, why it matters, and how to implement it in TypeScript. The technique that lets AI models use your data without fine-tuning.

Claude Code now has a native Loop feature for scheduling recurring prompts - from one-minute intervals to three-day windows. Fix builds on repeat, summarize Slack channels, email yourself Hacker News digests. All from the CLI.

State-of-the-art computer use, steerable thinking you can redirect mid-response, and a million tokens of context. GPT 5.4 is OpenAI's most capable model yet.

Anthropic dropped a batch of updates across Claude Code and Cowork - remote control from your phone, scheduled tasks, plugin repos, auto memory, and stats showing 4% of GitHub public commits now come from Claude Code.

Inception Labs shipped the first reasoning model built on diffusion instead of autoregressive generation. Over 1,000 tokens per second, competitive benchmarks, and a fundamentally different approach to how AI generates text.

Anthropic brought git worktrees to Claude Code. Spawn multiple agents working on the same repo simultaneously - no merge conflicts, no context pollution, and your main branch stays clean.

Anthropic's Sonnet 4.6 narrows the gap to Opus on agentic tasks, leads computer use benchmarks, and ships with a beta million-token context window. Here's what actually changed.

Million-token context, agent teams that coordinate without an orchestrator, and benchmark scores that push the frontier. Opus 4.6 is Anthropic's biggest model drop yet.

Claude Code's popularity isn't an accident. It's built on bash, grep, and text files - tools with decades of stability. While competitors build on fragile abstractions, Claude Code bets on the Lindy effect.

Anthropic built Cowork in 1.5 weeks - a Claude Code wrapper that brings agentic AI to non-developers. Presentations, documents, project plans. Same power, no terminal required.

CloudFlare, Anthropic, and Cursor independently discovered the same pattern: don't load all tools upfront. Let agents discover what they need. The results are dramatic.

Claude Code skills can now reflect on sessions, extract corrections, and update themselves with confidence levels. Your agent gets smarter every time you use it.

The best Claude Code sessions start with questions, not code. Spec-driven development forces requirements discovery upfront - interview first, spec second, code last.

Claude Code can now control Chrome using your existing authenticated sessions. No API keys needed. Gmail, Sheets, Figma - your agent works across tabs like you do.

Skills turn Claude Code sessions into persistent memory. Successes and failures get captured, progressively disclosed, and shared across teams. Your agent remembers.

Claude Opus 4.5 ran autonomously for 4 hours 49 minutes using stop hooks and the Ralph Loop pattern. Walk away, come back to completed work. Here's how it works.

General methods that leverage computation are ultimately the most effective - and by a large margin.

Every AI-generated site looks the same. The gradients.

Zed is not another Electron-based editor. It's built from the ground up in Rust, which means real performance without the memory bloat that plagues other IDEs.

Anthropic has released Claude Opus 4.5, positioning it as their most capable model yet for coding agents and computer use. The release brings significant price cuts, efficiency gains, and enough au...

Coding changed more in the past two years than in the previous decade. We moved from manual typing to autocomplete, then to multi-file edits.

Antigravity marks the first release from a team that originated at Windsurf. After selling non-exclusive IP rights, the founding members joined Google and built this product on top of that foundation.

GitKraken Desktop bridges this gap. It is a visual Git client that shows you exactly what is happening in your repository, combined with AI that automates tedious tasks so you can stay in flow.

Cursor just dropped their first in-house model. Composer is 4x faster than similar models and completes most coding tasks in under 30 seconds. Here's what actually changed and why it matters.

On October 29th, both Cursor and Windsurf dropped their first in-house models on the same day. Composer vs SWE-1.5. Here's what the benchmarks actually show.
A comprehensive look at Claude Skills-modular, persistent task modules that shatter AI's memory constraints and enable progressive, composable, code-capable workflows for developers and organizations.

NVIDIA's Nemotron Nano 2 VL delivers vision-language capabilities at a fraction of the computational cost. This 12-billion-parameter open-source model processes videos, analyzes documents, and reas...

Two months ago, I built Open Lovable with Claude Sonnet 4. Today, Kimi K2 runs the show.

Emergent Labs represents a shift in how development teams approach application prototyping. Instead of writing boilerplate or configuring infrastructure, you describe what you need in plain languag...

Building a full-stack AI SaaS application no longer requires months of development. The right combination of managed services and AI coding tools can compress what used to be weeks of work into a s...

OpenAI is turning ChatGPT into a hub. The new Apps feature lets you access external services directly inside conversations.

Anthropic's Claude Sonnet 4.5 isn't just another model increment. The company claims they've observed it maintaining focus for more than 30 hours on complex multi-step tasks.

Most AI design tools try to replace your entire stack. Magic Patterns takes a different approach.

Warp 2.0 reimagines what a development environment should look like in the agentic era. Instead of bolting AI onto existing IDE paradigms - files on the left, terminal at the bottom, chat panel on th...

xAI's Grok Code Fast 1 arrives with a specific mission: eliminate the friction in agentic coding workflows. While models like GPT-5, Claude 4, and Gemini 2.5 Pro deliver impressive benchmark scores...

Deep Agent by Abacus AI is not another code completion tool. It is a full-stack development platform that generates complete applications from a single prompt, runs them on actual cloud infrastruct...

Most AI app builders suffer from the same problem: they all look identical. Linear gradients, thick fonts, emojis everywhere.

GPT-5 introduces a fundamentally different approach to inference. Instead of forcing developers to manually configure reasoning parameters, the model operates as a unified system with real-time rou...

Rebuilding or redesigning an existing website typically means starting from scratch. You audit the content, wireframe new layouts, and spend hours translating ideas into code.

OpenAI has released its first open-weight models in over five years. GPT-OSS 12B and GPT-OSS 20B are now available under the Apache 2.0 license, marking a significant shift in strategy for the comp...

AI coding assistants have a control problem. Ask one to 'add authentication' and watch it spiral - generating dozens of files, implementing features you never requested, and restructuring core projec...

Anthropic's Claude Code now supports sub agents - specialized AI workers you can deploy for specific development tasks. Instead of cramming every instruction into a single system prompt, you build a ...

Alibaba's Qwen team has released Qwen 3 Coder, a 480-billion-parameter mixture-of-experts model that sets a new bar for open-source coding assistants. With 35 billion active parameters and support ...
Anthropic's agentic coding CLI. Runs in your terminal, edits files autonomously, spawns sub-agents, and maintains memory across sessions. Powered by Claude Opus 4.
AI CodingAI-native code editor forked from VS Code. Composer mode rewrites multiple files at once. Tab autocomplete predicts your next edit. Pro plan is $20/mo.
AI CodingOpenAI's cloud coding agent. Runs in a sandboxed container, reads your repo, executes tasks, and submits PRs. Uses GPT-5.3 (codex model). Available in ChatGPT.
AI CodingGoogle's open-source coding CLI. Free tier with Gemini 2.5 Pro. Supports tool use, file editing, shell commands. 1M token context window.
AI CodingThe original AI coding assistant. 77M+ developers. Inline completions in VS Code and JetBrains. Copilot Workspace generates full projects from issues. $10/mo.
AI CodingAI app builder - describe what you want, get a deployed full-stack app with React, Supabase, and auth. No coding required. Free tier available.
AI CodingCodeium's AI-native IDE. Cascade agent mode handles multi-file edits autonomously. Free tier with generous limits. Strong alternative to Cursor.
AI CodingVercel's generative UI tool. Describe a component, get production-ready React code with shadcn/ui and Tailwind. Iterate by chatting. Free to try.
AI CodingStackBlitz's in-browser AI app builder. Full-stack apps from a prompt - runs Node.js, installs packages, and deploys. No local setup needed.
AI CodingCognition Labs' autonomous software engineer. Handles full tasks end-to-end - reads docs, writes code, runs tests, and submits PRs in an isolated sandbox.
AI CodingOpen-source AI pair programming in your terminal. Works with any LLM - Claude, GPT, Gemini, local models. Git-aware editing with automatic commits.
AI CodingOpen-source AI code assistant for VS Code and JetBrains. Bring your own model - local or API. Tab autocomplete, chat, inline edit. Fully customizable.
AI CodingHigh-performance code editor built in Rust with native AI integration. Sub-millisecond input latency. Built-in assistant supports Claude, GPT, and local models.
AI CodingFull-stack AI dev environment in the browser. Describe an app, get a deployed project with database, auth, and hosting. No local setup needed.
AI CodingAI coding assistant with deep codebase context. Indexes your entire repo graph for accurate answers. VS Code and JetBrains extensions. Free tier available.
AI CodingThe TypeScript toolkit for building AI apps. Unified API across OpenAI, Anthropic, Google. Streaming, tool calling, structured output, multi-step agents. 50K+ GitHub stars.
AI FrameworksAnthropic's Python SDK for building production agent systems. Tool use, guardrails, agent handoffs, and orchestration. Released alongside Claude 4.
AI FrameworksMost popular LLM framework. 100K+ GitHub stars. Chains, RAG, vector stores, tool use. LangGraph adds stateful multi-agent workflows with cycles and persistence.
AI FrameworksGives AI agents access to 250+ external tools (GitHub, Slack, Gmail, databases) with managed OAuth. Handles the auth and API complexity so your agent doesn't have to.
AI FrameworksLightweight Python framework for multi-agent systems. Agent handoffs, tool use, guardrails, tracing. Successor to the experimental Swarm project.
AI FrameworksMulti-agent orchestration framework. Define agents with roles, goals, and tools, then assign them tasks in a crew. Python-based. Great for complex workflows.
AI FrameworksTypeScript-first AI agent framework. Workflows, RAG, tool use, evals, and integrations. Built for production Node.js apps. Open-source.
AI FrameworksLLM data framework for connecting custom data sources to language models. Best-in-class RAG, data connectors, and query engines. Python and TypeScript.
AI FrameworksAI voice dictation for macOS. Works in any app - code editors, browsers, notes. Understands context and formats output appropriately. Faster than typing for prose.
ProductivityAnthropic's AI. Opus 4.6 for hard problems, Sonnet 4.6 for speed, Haiku 4.5 for cost. 200K context window. Best coding model I've tested. Max plan ($200/mo).
AI ModelsOpenAI's flagship. GPT-4o for general use, o3 for reasoning, Codex for coding. 300M+ weekly users. Tasks, agents, web browsing, DALL-E, code interpreter.
AI ModelsUnified API for 200+ models. One API key, one billing dashboard. OpenAI, Anthropic, Google, Meta, Mistral, and more. Automatic fallbacks and load balancing.
AI ModelsOpen-source reasoning models from China. DeepSeek-R1 rivals o1 on math and code benchmarks. V3 for general use. Fully open weights. Extremely cost-effective API.
AI ModelsMeta's open-source model family. Llama 4 available in Scout (17B active) and Maverick (17B active, 128 experts). Free to use, modify, and deploy commercially.
AI ModelsEuropean open-weight models. Mistral Large for complex tasks, Mistral Small for speed, Codestral for code. Strong multilingual support. Open and API options.
AI ModelsOpenAI's latest flagship model. Major leap in reasoning, coding, and instruction following over GPT-4o. Powers ChatGPT Plus/Pro and the API. Available via API and ChatGPT.
AI ModelsGoogle's frontier model family. Gemini 2.5 Pro has 1M token context and top-tier coding benchmarks. Gemini 3 Pro pushes reasoning further. Free tier via AI Studio.
AI ModelsxAI's model with real-time X/Twitter data access. Grok 3 rivals top models on reasoning. Built-in web search and current events awareness. Available via API.
AI ModelsInstall the dd CLI and scaffold your first AI-powered app in under a minute.
GuideWhat MCP servers are, how they work, and how to build your own in 5 minutes.
GuideInstall Ollama, pull your first model, and run AI locally for coding, chat, and automation - with zero cloud dependency.
GuideInstall Claude Code, configure your first project, and start shipping code with AI in under 5 minutes.
GuideNew tutorials, open-source projects, and deep dives on coding agents - delivered weekly.
Explore 149 topics
Browse All Topics