A SINGLE CLAUDE.md FILE JUST HIT #1 ON GITHUB... TRENDING. 82,100 stars. 7.8k forks. zero dependencies. Bookmark this before you forget. And your Claude will start working differently. 4 principles. one file. Karpathy's LLM coding habits. distilled. > think before coding. > simplicity first. > surgical edits only. > goal-driven targets before starting. swap it into your CLAUDE.md today. your Claude Code becomes a different tool. Read it today. Link below. Claude → Skills → CLAUDE.md → Better Code → Better Systems → Moneyshow more

Kirill
4,630,160 Aufrufe • vor 2 Monaten
A SINGLE CLAUDE SKILL JUST HIT 58,000 STARS IN... ONE WEEK ON GITHUB. 58,000 stars. 2.9k forks. free. Bookmark this before you forget. Your Claude will start working differently. It makes Claude think like the laziest senior dev on the team. 54% less code. 20% cheaper. 27% faster. swap it into your Claude Code today. Link below. Claude → Ponytail → Less Code → Lower Cost → Moneyshow more

Kirill
4,131,247 Aufrufe • vor 24 Tagen
🤯 Andrej Karpathy's coding rules have officially broken the... internet. [BOOKMARK THIS NOW] 144,000 stars. #1 on GitHub for 28 days straight. But 99% of people still haven't heard of them. Here's what a CLAUDE.md ACTUALLY is, and why it quietly fixed the biggest problem with AI coding: It's a text file Claude reads before it touches your code. Standing instructions. It never forgets them. The 4 rules that went viral: - Think before coding. State assumptions. Ask when unsure. Never guess. - Simplicity first. Minimum code that solves the problem. Nothing extra. - Surgical changes. Touch only what was asked. Every line traces back to the request. - Goal-driven. Turn vague instructions into a test that proves it works, before writing code. The dev who built it says it took his accuracy from ~65% to ~94%. The rules aren't the interesting part though. The interesting part is that almost nobody knows you can do this at all.show more

Coin Bureau
59,130 Aufrufe • vor 1 Monat
> use Claude Code for months > Claude makes... wrong assumptions every session > overwrites code I didn't ask to touch > adds 500 lines when 50 would do > find the CLAUDE.md file on GitHub trending > 82,000 stars. one file. > paste it into my project > first task > wait. it asked before assuming? > only touched what I asked? > 50 lines instead of 500? > pause. read the 4 principles. > think about every broken diff I reviewed > every rewrite I didn't ask for > every session that ran with wrong assumptions > it didn't have to be like this > one file. everything changes. > skill issue discoveredshow more

Kirill
2,494,875 Aufrufe • vor 2 Monaten
CANCEL your parties and weekend plans. You NEED to:... > Install the Karpathy CLAUDE.md file — 2 minutes > Watch how Claude Code actually works after — 10 minutes > Read the 33-page Claude Skills guide — 1 sitting > Build your first Skill — 15 minutes > Teach Claude your entire workflow — once. forever. > Never explain context again — ever Then make $10K/month. $20K/month. $30K/month. You had the whole week. Now it's the weekend. This is your last chance before Monday. All links are below.show more

Kirill
102,935 Aufrufe • vor 2 Monaten
I genuinely don't understand why everyone isn't using this... yet Andrej Karpathy, a co-founder of OpenAI, posted a simple idea that hit 16 million views: stop using AI to write code, use it to build a second brain. You point Claude Code at a folder, drop in any source, an article, a transcript, a PDF, and Claude reads it, links it, and files it into a living wiki of everything you know. It compounds like interest, the more you feed it, the smarter it gets. Here's the whole thing: > Install Obsidian, create a vault, open it in Claude Code > Paste Karpathy's wiki idea file and tell Claude to build it > Claude makes three folders: raw for sources, wiki for its pages, a CLAUDE.md that runs it > Drop any source into raw and say "ingest this" > Ask questions across everything, forever Five minutes to set up, and you never start from a blank chat again. Full step-by-step guide with Claude and Obsidian, link below. Bookmark thisshow more

Ridark
6,840,732 Aufrufe • vor 28 Tagen
Claude Code Desktop now opens a new window for... each session This makes it much easier to visualize multiple Claude Code agents running in parallel My current stack depends on the task: - Ghostty: when starting a project. Bash commands, git, env variables, provider connections. All manual through the terminal with a Claude panel running alongside. - Claude Code Desktop: once everything is configured. GitHub connected, CLAUDE.md, Skills, subagents and Hooks ready. Claude Code runs on its own, no more terminal setup, just panels running and outputs to review. - VSCode: when I need to review code by hand. I use it less and less, but there are moments where I have to confirm Claude got it right. I usually open the Claude extension inside VSCode, but it lacks most of the CLI features so it's limited Solid update. Worth trying once your workflows are already set up 👇show more

Daniel San
38,718 Aufrufe • vor 1 Monat
Your Claude Code setup is probably bloated and you... don't even know it. Every MCP server you add loads its full tool list into your context window the second your session starts. Stack too many and you're burning context before you type a word. So the move was never "add more." It's "add the right ones." Anthropic dropped an official plugin that does exactly that. It scans your actual codebase and tells you what's worth adding across all five layers: → hooks → skills → MCP servers → subagents → slash commands React project? It suggests Playwright. Auth code? It flags a security reviewer. It's read-only. Touches nothing. Just hands you the blueprint. The plugin isn't the edge. Knowing it exists is. /plugin install claude-code-setup@claude-plugins-official Steal this before everyone does.show more

Evan Luthra
36,455 Aufrufe • vor 22 Tagen
BUILD KARPATHY'S SECOND BRAIN WITH CLAUDE FABLE 5 +... OBSIDIAN Andrej Karpathy (openai co-founder) shared an architecture that turns Claude into a persistent second brain instead of a basic chat window how it works: > you point Claude Code at an Obsidian vault folder > you drop articles, PDFs, or video transcripts into raw folders > Claude reads the files, updates topic summaries, and cross-references everything > the knowledge base compounds like interest instead of resetting on every new chat the setup is simple: > install and create a local vault directory > open the directory in Claude Code and paste Karpathy's wiki prompt: > > let the agent generate raw, wiki, and CLAUDE.md schema directories > drop any text file into raw and tell the model to ingest it > ask questions across the whole vault and query compiled summaries this eliminates rag database overhead and keeps your local vault organized how do you manage your local knowledge base?show more

Mr. Buzzoni
88,685 Aufrufe • vor 15 Tagen
Every serious Claude Code user is using this repo.... if you're not, you're leaving 90% of Claude Code's power on the table. It's called claude-code-best-practice - 84 sourced tips, implementation examples for every major feature, workflow comparisons across 8 major repos, and the actual tips from Boris Cherny (creator of Claude Code) compiled in one place. Here's what's actually in it: → 84 tips organized by category -- prompting, planning, CLAUDE.md, agents, commands, skills, hooks, workflows, debugging, utilities, daily habits → best practice + implemented examples for every core concept: subagents, commands, skills, hooks, MCP servers, plugins, settings, memory, checkpointing, CLI flags → workflow comparison table -- Superpowers, BMAD-METHOD, Get Shit Done, OpenSpec, gstack, HumanLayer -- what makes each unique, how many agents/commands/skills each has → orchestration workflow -- Command → Agent → Skill pattern with a live demo → Boris Cherny tips compiled across 3 tweet threads (13 + 10 + 12 tips) and 5 podcast/video appearances → "billion dollar questions" section -- open questions about CLAUDE.md, agents vs commands vs skills, specs -- that nobody has definitively answered yet here's a few of the tips that actually change how you use it: → use subagents with "say use subagents" to throw more compute at a problem -- offload tasks to keep your main context clean → spin up a second Claude to review your plan as a staff engineer before executing → CLAUDE.md should target under 200 lines -- wrap domain-specific rules in ` ` tags so Claude doesn't ignore them as files grow → compress KV context at max 50%, not at the end -- avoid the "agent dumb zone" by doing manual /compact proactively → after a mediocre fix: "knowing everything you know now, scrap this and implement the elegant solution" was #1 trending on GitHub in March 2026. 19.7K GitHub stars. 1.7K forks. MIT license. 100% open source. (link in the comments)show more

Sukh Sroay
113,759 Aufrufe • vor 3 Monaten
THIS MAN HASN’T HAD A SINGLE ORIGINAL IDEA IN... 8 WEEKS. CLAUDE HAS ALL OF THEM BEFORE HE WAKES UP he gave claude his obsidian vault on a saturday by monday it found a link between two notes written 6 weeks apart in different folders he turned that connection into his best-performing post his competitors are still organizing folders and writing morning pages and brainstorming in notion the only difference is one file called CLAUDE.md every note = fuel and every morning = synthesis and every week = ideas compounding faster than he can publish them this is not a tool anymore and this is not even an assistant this is a second brain that studied you for 2 months straight bookmark & like this or lose it forevershow more

leopardracer
27,888 Aufrufe • vor 1 Monat
Claude Code Scheduled Tasks is now available... here's a... solid idea to connect it with Telegram Save this so you don't forget to set it up! First, ask Claude to add a simple Telegram messaging module to your repo. You can use the Telegram Bot Builder Skill from Link: Install command: npx claude-code-templates@latest --skill enterprise-communication/telegram-bot-builder Once the module is in your project, grab your bot credentials from BotFather and add the bot ID to your .env file That's it! ✅ Now every Scheduled Task you create should end with an instruction for Claude to send the task result to Telegram using that module. Claude will handle the delivery automatically on every task it runsshow more

Daniel San
91,123 Aufrufe • vor 4 Monaten
Simplicity is at the heart of great software. This... is one of the reasons why Claude Code has been sticky for me. As a builder, I love planning and brainstorming, and this is now a key focus of Claude Code. I use Shift + Tab a lot to cycle between brainstorming, planning, and execution. This functionality provides the appropriate interface for me to either be very involved or less involved as I please. This works particularly well when building out new and complex features or entire new projects. This saves a huge amount of time. It allows me to tune Claude Code to execute and build more effectively. It also builds a loop of trust, and I often (surprisingly) find Claude Code asking for clarifications when it's confused. Coding agents don't normally do that. I have shared before on the power of brainstorming with AI for longer times. Try it and you will not be disappointed. Vibe coding is fun, but pair it with intentional development cycles, and you watch how far you can take a project with coding agents today.show more

elvis
81,765 Aufrufe • vor 8 Monaten
GITHUB JUST KILLED THE WORST PART OF VIBE CODING... they shipped a free tool called Spec Kit and it already crossed 120,000 stars the fix is stupidly simple instead of tossing vague prompts at an agent and praying it doesn't wreck your project Spec Kit makes the AI write a full structured spec before it touches a single line of code it works through the problem first figures out what you want to build asks about the gaps lays out the project then it starts coding you get fewer insane bugs, cleaner output and results you can predict the flow looks like this: /constitution for your rules and standards /specify for what you want to build /clarify for the open questions before you start /plan for architecture and stack /tasks for the ordered work /implement to run it it plugs into Claude Code, Cursor, Copilot, Codex, Gemini CLI and 25+ other agents 120,000 stars, 10,000 forks, open source, shipped by GitHub itself learning to drive agents like this is most of what separates people getting hired as AI engineers from everyone still fighting their promptsshow more

Atlas
489,420 Aufrufe • vor 6 Tagen
Ever wonder why some posts get 100K views and... others die at 12? X just open-sourced their algorithm. I had Claude read all 15,000+ lines and it's wild. Turns out: the algorithm tracks 15 different signals on EVERY post you write. So I vibe coded a tool that analyzes your posts and tells you your viral score before you hit send. Took 3 hours. Probably has bugs. But honestly? It works better than I expected. Try it: What score does YOUR best post get?show more

Sharbel
118,646 Aufrufe • vor 6 Monaten
Claude Code + Google Stitch 2.0 is f*cking cracked... 🤯 Google just dropped a free AI design agent that solves Claude Code's biggest weakness: frontend design. One screenshot of a high-converting landing page → a production-ready site for your brand in minutes. All inside Google Stitch + Claude Code. Perfect for DTC brands and agencies who are building advertorial pages and product launch pages for Meta but burning days on designer back-and-forth. If you're running Meta ads and need 5-10 different landing pages testing different hooks, angles, and offers — each one targeting a different audience and pain point — you know the bottleneck isn't the ads. It's the pages. Briefing designers, waiting for revisions, paying $2-5K per page. Stitch eliminates the design bottleneck: → Find a high-converting advertorial that's scaling on Meta → Screenshot it and drop it into Stitch (powered by Gemini 3.1) → Stitch redesigns it with your brand's colors, fonts, and imagery using Nano Banana 2 → Edit sections visually — headlines, CTAs, layouts — without touching code → Export the code and paste it into Claude Code → Claude builds the full production site and deploys to Vercel or Netlify in 60 seconds No designer. No $3K per landing page. No Claude Code frontend that looks like a template from 2019. What you get: → Designer-quality landing pages and advertorials built in minutes, not weeks → Visual editing so you actually see the design before you code it → Nano Banana 2 generating on-brand product imagery and hero shots → A repeatable system — new angle, new page, same pipeline Built 100% with Google Stitch 2.0 + Claude Code. I put together a full playbook showing the exact workflow: how to find winning pages, redesign them in Stitch, and deploy with Claude Code. Want it for free? > Like this post > Comment "STITCH" And I'll send it over (must be following so I can DM)show more

Mike Futia
125,653 Aufrufe • vor 3 Monaten
Today we're launching Goose Ads in Claude. This is... a skill /goose-ads that lets anyone make high-performing ad creatives directly in Claude, Claude Code, Cowork, or Codex. It finds the ads companies are already paying real money to run and remakes them for your brand. Accurate logo, messaging, and assets. One prompt. Here's how it works: 1. Install: npx gooseworks install --all 2. Run: /goose-ads create ads for my brand [your-website] 3. Pick the templates you like That's it. Winning ad creative in minutes, inside Claude. But this is just the start. We open-sourced 100+ growth skills that some of the fastest-growing startups run every day. Ads, content, competitor research, GTM, SEO, all of it. Comment Goose and I'll DM you all 100+. For freeshow more

Soham Mehta
256,513 Aufrufe • vor 24 Tagen
THREE 3090s ON ONE BOARD GIVE YOU 72GB OF... VRAM AND KILL YOUR $200 CLAUDE CODE AND $200 OPENAI BILL people are pulling three used 3090s off ebay for around $2,100 total and stacking them in one tower to build a dedicated ai rig. that pools 72gb of vram for less than what a single rtx 5090 retails for alibaba shipped qwen 3.6 27b in april under apache 2.0. on realworldqa vision it scores 84.1 against claude 4.5 opus at 77.0. on ifbench instructions it lands at 76.5 against claude's 58.0 a single 3090 already runs qwen 3.6 27b with eight gigs of headroom. three of them in parallel handle larger models like deepseek r1 70b and qwen 235b without breaking a sweat a heavy ai user pays $200 claude code, $200 chatgpt pro plus $40 cursor and gemini. that's $5,280 a year and the rig pays itself off before month nine on $8 a month in electricity setup is one shell command for ollama, one to pull the model, one environment variable to point claude code at localhost. cli stays identical, nothing leaves the network, requests stop costing money bookmark this and read the article belowshow more

starmex
16,683 Aufrufe • vor 1 Monat
SpaceXai just made grok 4.5 FREE in your coding... agent starting today it's xAI's new coding model. 500k context. built for long agent sessions. no card. what you get for $0: -83.3% on terminal-bench 2.1 -64.7% on swe-bench pro - 4.2x more efficient than Opus 4.8 -500k context for big repos -$2/M in, $6/M out once it goes paid what this replaces: -Claude Opus 4.8: $15/M in, $75/M out -SuperGrok: $30-50/mo all for $0 how to set it up (2 min): >curl -fsSL | bash > grok → localhost:8000/v1 > point hermes / aider / opencode / cline to it > model: grok-4.5 Or API key at - base url Works in Hermes, Aider, OpenCode, Cline, Claude Code, and any OpenAI-compatible tool. Important: Free for a limited time. EU waits till mid-July. Rate limits apply. bookmark this before the free window closesshow more

painn
142,189 Aufrufe • vor 10 Tagen
Karpathy method + Claude Code reading your whole Obsidian... vault is the smartest second brain on earth. The method is simple and brutal. If you can’t build a thing from scratch, you don’t know it. Tutorials are fake learning and your brain deletes them in 3 days. Most people ignore this. They build a second brain that just sits there, folders of notes nobody reopens, dead text. Point Claude Code at the vault and it wakes up. 5,000 notes, one mind. It reads all of it and answers in your own words and your own proofs, not a model’s guess. Then the loop closes. Want to understand neural nets? Skip the 3-hour video and ask Claude Code to build a tiny one. 200 lines from scratch. Watch it train, break a layer, watch it fail, fix it. It clicks in 20 minutes instead of 3 weeks. The second it lands the note gets written. One idea per file, linked to 10 others, dropped into the vault while the memory is still hot. Now it compounds. Month 1: is 60 notes. Month 6 is 900. Every new note pulls in old ones, so you ask anything and the answer comes from your brain, not the internet. Before: 40 tabs, 6 half read PDF, 0 retained. After: build it once, own it for life. Setup takes 4 minutes. Plain text, no lock-in. A second brain nobody reads is a graveyard. Yours just started thinking.show more

West Lord
585,493 Aufrufe • vor 21 Tagen
here's how the whole thing works. claude code doesn't... care what's behind the API. it just sends requests and expects responses. so i pointed it at my own machine instead of anthropic's servers. llama-server runs the model locally. LiteLLM sits in between and translates the API format. claude code thinks it's talking to claude. it's talking to qwen on localhost. the setup: 2x 3090s, 38 layers on GPU, 10 on CPU. 128K context window. generation is only 7 tok/s but the tradeoff is worth it. 128K means the agent can hold an entire project in memory without losing context midtask. claude code alone loads a 17.5K token system prompt on every request. tool definitions, safety rules, agent behavior. that's your baseline before you even say hello. pushed as far as i could tonight. what surprised me most wasn't the speed. it was the iteration quality. first prompt gave me a working particle sim. second prompt, the model read its own 564 lines, understood the architecture, and added trails, explosions, gravity wells, bloom effects. no handholding. 4bit quantized. 45GB on two consumer cards. running a full coding agent autonomously. detailed article coming. full benchmarks, hardware breakdowns, engine debugging, code quality. everything from setup to what broke and why.show more

Sudo su
37,623 Aufrufe • vor 4 Monaten