Glossary · term143 of 202
Projects
A Claude Desktop feature giving a persistent workspace its own chat history and knowledge base, so uploaded documents and instructions carry into every chat inside it.
also written as claude project · project
Related terms
ArtifactsA Claude Desktop panel that opens automatically once a response becomes substantial, such as code past fifteen lines, a document, or a diagram, showing a live preview alongside the source.view termQuick EntryA Mac-only Claude Desktop feature that opens a chat window from inside any other app with a double-tap of the Option key.view term
At a glance
- cited by
- 36 posts
- categories
- 4
- first used
- mar 2026
Starter Usage Tips for Claude CLI and Claude DesktopEleven starter usages for Claude CLI and Claude Desktop, from Plan mode and CLAUDE.md to Projects and MCP connectors, picked for your first real session.
Open Source Has a Distribution Problem, Not a Building ProblemOpen source distribution decides whether your project gets found. A one-week census of 106 launches, and the title that scored 154 in one sub and 1 in another.
Vercel's scriptc Compiles TypeScript to Native Binaries Without a Runtimescriptc compiles TypeScript to 200KB native binaries with no JavaScript engine. What works, what falls back to quickjs-ng, and what npm deps mean for you.
Why Astro, Cloudflare Workers, and Claude Code Fast Track ProductionAstro Cloudflare Workers stack ships 90% less JavaScript, starts in under 5ms, and runs workerd in dev. The migration gotchas nobody covers, solved.
Micro SaaS Ideas Are Everywhere If You Stop Thinking Like a DeveloperThe founders earning $50K MRR from micro saas ideas found them by watching people work, not by browsing listicles. Observation beats brainstorming every time.
Every Model Release Ages Your SkillsClaude Code ignoring CLAUDE.md is often an aged file, not a model bug. See which instructions a release expires, and which lines to delete on day one.
7 Free Ways to Stop ChatGPT From Eating Your CPU, RAM, and DiskFix ChatGPT performance without spending a cent: diagnose high CPU, reduce RAM-heavy threads, stop disk churn, trim Git load, and disable unused MCP servers.
6 Critics Grade My Post, Then Fix the Skill That Wrote ItSix critics grade the draft, then patch the SKILL.md that wrote it. The merge code, verdict ladder, and guardrails behind a self-improving Claude Code skill.
How to Write Claude Code Skills That Actually TriggerWrite Claude Code skills that actually trigger: fix the description-as-router, structure for progressive disclosure, and test in fresh sessions.
Ways to Make the Most Out of Claude Fable 5 (2026)Get more from Claude Fable 5: pick the right effort level, plan with Fable while cheaper models implement, and claw back costs with caching and batching.
Cut MCP Round-Trip Overhead by Looping Inside the ToolMCP round-trip overhead can balloon a task from 2,000 to 150,000 tokens. Move the loop inside one MCP tool to collapse N calls into a single round-trip.
I Audited 8 Months of AI-Generated Code. Here's What Nobody Talks About.After auditing 8 months of AI-generated commits across 3 projects, the problems aren't bugs. They're patterns no linter or test suite catches: copy-paste architecture, false confidence, and tautological tests.
Best MCP Servers Worth Installing (And 5 That Waste Your Context Window)The best MCP servers for Claude Code ranked by real context cost. 8 worth keeping, 5 that waste your context window, and the exact config I run daily.
Build a CLI Tool With Bun in 20 MinutesBuild a CLI tool with Bun from scratch: argument parsing, colored output, and compilation to a standalone binary. Zero config, real runnable code, one file.
Cloudflare Is the Biggest Man-in-the-Middle in History (And You're OK With It)Cloudflare terminates TLS for roughly 20% of all web traffic. Every proxied HTTPS request is decrypted and re-encrypted on their servers. Here's what that means, why we accept it, and what the alternatives actually look like.
Docker Security Audit: What I Actually FoundI ran a security audit on my self-hosted Docker stack and found 6 real issues that every hardening guide missed. Covers network exposure, secrets in env vars, base image risks, and automated scanning with Trivy and Dockle.
JavaScript Monorepo Setup That Doesn't Make You Want to QuitA practical javascript monorepo setup using npm workspaces and Turborepo. Real folder structures, shared TypeScript packages, and fixes for the errors you'll actually hit.
Node.js Auth in 2026: Passport.js Is Dead, Here's What Replaced ItThe Node.js authentication landscape in 2026 splits into three camps: managed services like Clerk, self-hosted libraries like Better Auth, and framework-native solutions like Auth.js. A fair comparison of when to pick each.
Why the Most Productive Developers Aren't the Loudest AI UsersThe METR study found AI tools make experienced developers 19% slower. The most productive developers use AI selectively and quietly. The loudest adopters ship the least.
The Self-Hosted Developer Stack: Cancel Everything, Own EverythingSelf-hosted developer tools in 2026 replace $200+/month in SaaS with a single $20/month VPS. After migrating 8 services off managed platforms, here is every tool, the migration difficulty, and what to skip.
TypeScript Types Have Gone Too Far (And What to Do About It)TypeScript type complexity has become a status symbol. When the type definition is longer than the function it describes, something went wrong. Here is what actually works.
AI Agents in Production: What Actually Works After 6 MonthsMost AI agent projects die between demo and production. After 6 months running agents at scale, these are the patterns that survived: model routing, trace-based debugging, loop detection, and hard cost ceilings.
Every Claude Code Environment Variable That Actually MattersAll 40+ Claude Code environment variables grouped by what they do. API keys, Bedrock, Vertex, Foundry, CI/CD, and the billing gotcha nobody warns about.
Next.js 16 Cache Components: The Feature Nobody Understands YetNext.js 16 cache components replace unstable_cache with the use cache directive, cacheLife, and cacheTag. A clear walkthrough of what changed, why it matters, and how to migrate.
Vibe Coding Is Breaking Production (Here's How to Do It Right)Vibe coding shipped 1.5 million leaked API keys and got apps banned from the App Store. The problem is not AI-generated code. It is skipping the review. A practical checklist for doing it right.
The Best Windows Development Tools in 2026The best windows development tools in 2026 are WSL2, Windows Terminal, VS Code, and WinGet. They close the gap with macOS for most developer stacks.
Bun Is Taking Over JavaScript (Here's How to Start)The Bun JavaScript runtime replaces Node, npm, Jest, and tsc in one binary. Honest benchmarks, migration gotchas, and a 5-minute getting-started tutorial.
20 CLI Tools You're Not Using YetThe complete cross-platform CLI toolkit for 2026: the essential terminal replacements (fzf, ripgrep, bat, lazygit) plus 20 lesser-known command line tools that each fix a frustrating default.
Freelance Client Satisfaction: Get Rehired Every TimeBuild freelance client satisfaction that gets you rehired. Written scope, weekly updates, and over-delivery turn one-off projects into retainer income.
IntelliJ vs VS Code in 2026: The Honest ComparisonIntelliJ vs VS Code compared on refactoring, pricing, and AI tooling. Find which IDE fits your stack and budget in 2026, plus Neovim as a third option.
How to Reduce AI Coding Tool Token Usage by 50%Reduce AI coding tool token usage by half with system prompt trimming, targeted reads, and model routing. Save $100+/month on Claude Code, Cursor, and Copilot.
How to Actually Find Web Developer Jobs in 2026Web developer job postings are down 15% and junior roles get 50+ applicants. Here's what actually works to land web developer jobs in 2026.
React Is Winning the AI Code Generation WarEvery AI coding tool generates React by default because it dominates training data. Explore how this self-reinforcing flywheel reshapes frontend development.
15 Claude Code Tips That Actually Make a DifferenceMost Claude Code tip lists overwhelm with 50 items. These 15 are ranked by impact, from writing your first CLAUDE.md to running overnight Docker jobs.
Senior Devs Are Going All-In on Prompt Style CodingSenior developers ship 2.5x more AI-generated code than juniors. The data on prompt style coding adoption reveals experience is the real multiplier.
Technology Is Changing Faster Than Ever (But Only in One Place)AI adoption and compute are accelerating at record pace, but most technology barely moves. Here's where the speed is real and what developers should do about it.