Inkling: Mira Murati's Conversational AI Model
Inkling is Mira Murati's conversational AI model designed to engage users in natural, human-like dialogue while demonstrating advanced language understanding
Explore all tips and tricks tagged with "claude".
19 tips found
Inkling is Mira Murati's conversational AI model designed to engage users in natural, human-like dialogue while demonstrating advanced language understanding
Kimi K3 is a Chinese large language model developed by Moonshot AI that specializes in coding tasks and programming assistance with competitive performance
Prompt caching reduces LLM API costs by up to 90% by storing and reusing repeated context across multiple requests, eliminating redundant processing and
Claude Code Schedulers explores local execution options for automating code tasks, comparing cron jobs, systemd timers, and task scheduling tools to run
Anthropic unveils Claude Fable 5 with a dual-model strategy featuring both a high-performance flagship and an efficient lightweight version for diverse AI
Claude Fable 5 launches with enhanced Auto Opus 4.8 routing capabilities, offering improved performance and intelligent request handling for more efficient AI
How long-running AI agents manage memory through compaction, note-taking, and sub-agents, based on Anthropic's context engineering guidance.
Memoriki combines an LLM wiki with the MemPalace MCP server to give Claude Code structured notes, semantic search, and an entity graph.
Claude Code hooks run shell commands at lifecycle points and can deterministically block tool calls like risky edits or shell commands.
Anthropic's computer use tool lets Claude see screenshots and control the mouse and keyboard to operate desktop software autonomously.
Claude Code uses CLAUDE.md files and auto memory to carry project context across sessions, with files written by developers and notes written by Claude.
An open-source Discord bot runs Claude Code from chat channels, with sandboxing, role-based access, MCP management, and Git branch organization.
How Claude Desktop's filesystem MCP server reads and edits local markdown files, including an Obsidian vault, with per-action user approval.
Anthropic's prompt engineering guidance shows how a system prompt sets a model's role, tone, and behavior through clear, specific instructions.
LMArena and FastChat let people compare large language models in side-by-side battles, voting on responses to build an Elo leaderboard.
How LiteLLM translates OpenAI Chat Completions requests into Anthropic's Claude format, covering tools, streaming, and proxy routing.
How Claude Code uses git worktrees to run parallel coding sessions in isolated checkouts so edits in one session never collide with another.
How Claude Code loads CLAUDE.md memory files up and down the directory tree, and how to scope instructions for monorepos.
How the temperature parameter in the Claude API shapes creative output, and why writers move it closer to 1.0 for generative work.