Ai 5

How to use Apple Intelligence as a service

Issue #1035

Apple Intelligence is not just a brand. Since macOS 26 (Tahoe), it ships a developer-accessible framework called Foundation Models that gives your code direct access to the on-device language model powering Writing Tools and Siri. No API …

How to automate browsing web with AI

Issue #1022

Web scraping used to mean writing brittle scripts that broke whenever a site changed. Now AI agents can browse the web like humans do. They read pages, click buttons, fill forms, and extract data without you writing CSS selectors for …

What AI tools to use with Claude Code

Issue #1021

Claude Code has built-in memory, but power users want more. These tools add deeper context tracking, task management, and access to the wider ecosystem.

Context & Memory

Tools that help Claude remember.

claude-mem

Saves what Claude …

How to connect MCP server in Claude Code

Issue #1008

Model Context Protocol (MCP) allows Claude Code to connect to external tools, databases, and services. See the official MCP documentation for more details.

Scopes and Configuration Storage

MCP servers have three scope levels that …

How to use Claude Code

Issue #1000

I’ve been using Claude Code daily for months. Here are my notes

Extended Thinking: The Magic Words

Claude Code has built-in thinking modes that allocate more compute for complex problems:

  • “think” → ~4K tokens …