Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

> downloaded Claude Code > thought it was just another AI chatbot > opened it up > found a chat bar > typed a prompt > nothing happened to my files > realized the difference > browser AI waits for you to bring your files > Claude Code goes...

18,305 Aufrufe • vor 4 Monaten •via X (Twitter)

19 Kommentare

Profilbild von Cheezehead Club
Cheezehead Clubvor 2 Monaten

Yo, that’s some wild tech you got there. 🎉 Claude Code’s like a sneaky cheese thief in your files, ready to serve up the goods! 🧀🔥 Keep sharing, we eat this up!

Profilbild von Adonys
Adonysvor 4 Monaten

claude is the ultimate intern fr

Profilbild von Blum
Blumvor 4 Monaten

definitely so, Adonys

Profilbild von Harry Tandy
Harry Tandyvor 4 Monaten

the folder is the workspace, CLAUDE.md is the briefing, and PDFs/transcripts/Excel files stop being dead assets once Claude Code can read them in place

Profilbild von Blum
Blumvor 4 Monaten

spot on, you totally got the point, Harry!

Profilbild von John
Johnvor 4 Monaten

Claude Code is likely the strongest choice for research work these days

Profilbild von Blum
Blumvor 4 Monaten

absolutely agree, Сlaude has really pulled ahead of the other players in this direction rn

Profilbild von helicerat
heliceratvor 4 Monaten

the 6 hours before the real work starts is what kills most research sessions

Profilbild von Blum
Blumvor 4 Monaten

exactly, it’s a painful and tedious process that scares off many people, and claude frees us from it

Profilbild von Alpha Batcher
Alpha Batchervor 4 Monaten

the shift is from you bringing files to the tool reading the folder itself

Profilbild von Blum
Blumvor 4 Monaten

yep, and this is genuinely convenient

Profilbild von LifGenii Inc.
LifGenii Inc.vor 3 Monaten

Claude Code is one of those products that only clicks once you point it at a real project instead of a blank prompt.

Profilbild von Celes 🦋
Celes 🦋vor 2 Monaten

agents that actually reduce workflow friction are the ones that matter

Profilbild von HashRaX
HashRaXvor 3 Monaten

people are still stuck copy pasting into browser tabs while this is actually sitting in the folder doing the work, absolute game changer

Profilbild von EchoTrade
EchoTradevor 3 Monaten

Utimate knowladge What was your first thought after watching it?

Profilbild von Alex
Alexvor 4 Monaten

AI becomes way more useful once it understands your actual workflow

Profilbild von duhao
duhaovor 3 Monaten

yeah, that folder shift is huge

Profilbild von Mastermind Ape
Mastermind Apevor 3 Monaten

this is very cool👍

Profilbild von Lyra
Lyravor 1 Monat

AI workflows are shifting from chat to actual task execution

Ähnliche Videos

THIS MIGHT BE THE #1 OPEN-SOURCE REPO FOR CLAUDE CODE RIGHT NOW. IT GIVES CLAUDE A MEMORY AND SLASHES YOUR TOKEN COST ON EVERY QUESTION The repo is safishamsi/graphify, a free open-source skill that turns any codebase into a knowledge graph Claude Code can read instantly. Instead of grepping through your files every session, Claude gets a map of how everything connects The problem it fixes: Every time you ask Claude Code about a big repo, it does the same thing, greps through dozens of files like a brute-force Ctrl+F, blows through your context window, and sometimes still misses the answer hiding in a file nobody searched. Claude Code has no memory of how your project is structured. Every session starts from zero What it does: It maps your entire codebase into a knowledge graph, capturing not just which files exist, but which functions depend on which, which modules are central, and which files cluster around the same concern. Claude queries the map instead of scanning files How it works, three passes: 1. Code structure, free and local. Tree-sitter parses your files and pulls out classes, functions, imports and call graphs. No LLM, no tokens, just your actual code mapped deterministically 2. Audio and video, if you have them. Transcribed locally and folded into the graph 3. Docs, papers, images. Here an LLM does semantic analysis, figuring out what each document means and where it fits. Only the meaning gets sent up, never your raw source It saves you money: Normally a question about a big repo makes Claude spawn explore agents that scan file after file, eating your context window and your token budget before you get an answer. With the graph already built, Claude queries the map instead of re-reading the codebase every time. Same answer, a fraction of the tokens. The graph only gets built once, then a hook rebuilds it after each commit for free, so you never pay that scanning cost again. The bigger the repo, the bigger the gap The best parts: it's a skill, so once installed Claude knows when to use it without you memorizing commands. It works on non-code folders too, point it at docs or notes and it can spin up an Obsidian vault How to add it to your Claude: 1. Install Claude Code if you haven't: npm install -g Paul Jankura-ai/claude-code 2. Add the skill: claude skill add safishamsi/graphify 3. Open your project folder and run /graphify . to build the graph 4. Optional, make it automatic: graphify hook install so the graph rebuilds after every commit That's it. Ask Claude about your repo and it reads the map instead of burning tokens on a file hunt Bookmark this

Yarchi

56,177 Aufrufe • vor 3 Monaten

Obsidian + Claude Code turned a 4,300-note vault into a second brain that answers back. Most people use Obsidian as a graveyard. You save 40 highlights a week, link nothing, and reread maybe 2% of it. The knowledge is there the retrieval is dead. Claude Code fixes the retrieval, because your vault is just a folder of markdown files and Claude Code lives in folders. The whole setup takes 20 minutes: Open a terminal inside your Obsidian folder and run Claude Code no plugins, no API glue, no export step. It reads all 4,300 files natively. Then drop a CLAUDE.md at the vault root explaining your structure: where daily notes live, how you tag, what your MOCs are. Now every session starts with context instead of chaos. From there you just talk to your vault: > "find every note where I mentioned churn and write a summary with backlinks" > "read my last 30 daily notes and list the 5 ideas I keep circling but never ship" > "build a MOC for everything tagged startup-ideas and link the orphan notes into it" It writes new notes straight into the vault with proper [[wikilinks]], and they show up in your graph view 10 seconds later. The boring layer automates too one command cleans broken links, one merges duplicates, one turns 6 months of meeting notes into a single decisions log. Work that used to eat a Sunday now runs while you make coffee. Before: 4,300 notes, 900 orphans, search by keyword and prayer. After: an agent that read everything you ever wrote and drafts in your own voice, from your own sources, with receipts. People pay $30/month for AI note apps with 10% of this. You already own the other 90%. Your notes stopped being storage. They started being staff.

Spike 1%

18,223 Aufrufe • vor 2 Monaten

SOMEONE FROM THE ANTHROPIC TEAM LEAKED THEIR OBSIDIAN SETUP. 8 MILLION PEOPLE SAW HOW HE ACTUALLY USES CLAUDE the funniest part? all of this information was sitting in claude's documentation from day one. nobody read it one guy did, packed it into a 9-step guide and posted it. and it broke the internet. 4,100 likes, 800 retweets, then china picked it up and 8 million views want to know what's in it? one file. called CLAUDE.md. it holds everything about you: how you think, what you're working on, where you get stuck, even how you want the ai to talk to you. claude reads it first every single session one file changed everything. because now ai doesn't open with "how can i help?" it already knows. it remembers your projects, sees your goals, catches moments where you're contradicting yourself people spent years searching for the perfect prompt. the right temperature. the magic formula. and the answer turned out to be not how you ask ai. but what ai knows about you before you even open your mouth then the guy went deeper. taught claude to work on a schedule. every morning at 7am the ai walks through all notes on its own, finds new stuff, links it, cleans what's stale. no command. no reminder and all of this runs on obsidian. free app. text files on your drive. no cloud, no lock-in. switch models tomorrow and the folder keeps working the most liked comment under the original post: "this is the difference between using ai and building a system. most people won't realize it until they waste hundreds of hours repeating themselves" hundreds of hours. you've already spent some of them full guide in the video. i break down finds like this every day - follow so you don't miss the next one

kai

174,650 Aufrufe • vor 2 Monaten