Claude Code Anti-China Code Analysis
A developer discovered that Anthropic's Claude Code client contains a covert channel that exfiltrates user environment data via steganographic character variations in the system prompt. The embedded J…
A developer discovered that Anthropic's Claude Code client contains a covert channel that exfiltrates user environment data via steganographic character variations in the system prompt. The embedded J…
A developer has compiled a massive list of API endpoints and domains, many of which appear to be proxies or mirrors for AI services like Claude and GPT. The list includes domains from major Chinese te…
A developer provides a step-by-step guide to set up an LLM server with Open WebUI and Ollama on Ubuntu 24.04, including Docker and NVIDIA container toolkit installation. The guide offers two deploymen…
A developer reverse-engineered the Remini HD API to create an unofficial Node.js client that bypasses rate limits. The script generates device IDs, authenticates with the Remini servers, and processes…
A developer built a fusion-style delegation harness using the OpenHands SDK that combines a high-capability main LLM agent with a cheaper sidekick agent. The harness allows the main agent to issue mul…
A controlled A/B test comparing Claude Opus and GLM-5.2 in a coding-agent pipeline revealed qualitative differences in engineering behavior. Using the same paper-implementation pipeline across 10 repo…
A developer orchestrated a whimsical zoo escape scenario called 'Operation: Wild Freedom' using a nested team of animal subagents. The plan involved delegating tasks to ground and marine ops branches,…
A developer created a Starship prompt segment that displays the current Neon branch linked to a directory. The segment uses the Neon CLI's `neon status --current-branch` command, which reads a local `…
A developer merged Andrej Karpathy's CLAUDE.md and LOOPS.md with a battle-tested system prompt used in over 100 full-stack apps, creating a 35-rule, 6-tier framework for reliable AI agent behavior. Th…
A developer merged Andrej Karpathy's CLAUDE.md principles with a battle-tested system prompt used to build over 100 full-stack apps in under 12 months. The resulting system prompt enforces strict scop…
A developer created cmux-orchestrate, a Claude Code skill that enables driving cmux terminal panes, splits, tabs, and agents via the cmux CLI. The skill provides comprehensive control over terminal la…
A developer created 'orchestrate-plan', a Claude Code skill that executes a locked PLAN.md by delegating implementation to cmux worker panes one phase at a time, clearing context between phases. The s…
PrismorSec released immunity-agent, an open-source control plane for AI agents that intercepts tool calls to enforce policies, audit actions, and prevent six common failure modes including overpermiss…
A developer created an HTML frontend for a local AI chatbot with a Python backend. The interface features a modern chat design with user and bot message styling, a loading indicator, and responsive la…
Context7 released a CLI tool for current documentation lookup of libraries, frameworks, SDKs, CLIs, and cloud services. The tool resolves library names and queries their documentation, with a limit of…
A developer discovered a workaround for a bug in Codex Desktop where requests fail with the error 'This model is not supported when using X-OpenAI-Internal-Codex-Responses-Lite.' The issue occurs afte…
A developer shared a configuration file for an AI tool that connects to OpenRouter to access models like OpenAI's GPT-5.2. The config includes logging, API timeout, and proxy settings, with a placehol…
A developer created a tool called Forever Components Inspo that fetches a manifest of UI components from an infinite canvas site, ranks them semantically against user prompts, and retrieves their sour…
Apple Container の container CLI を安全に操作するための Skill が公開された。Docker CLI 互換を仮定せず、公式 command-reference に基づきビルド、実行、ログ、exec、copy、image、volume、network、registry、builder、machine、system を扱う。Docker Compose 風の依頼を単体…
A developer working through Module 2 of a course on vector search explains key concepts behind embeddings, cosine similarity, chunking, and hybrid search. The post clarifies that embedding shape and f…