New in Claude Code: auto mode. Instead of approving... every file write and bash command, or skipping permissions entirely, auto mode lets Claude make permission decisions on your behalf. Safeguards check each action before it runs.show more

Claude
7,792,928 次观看 • 5 个月前
This free tool lets Claude scrape Google Maps for... you, on autopilot. It's called Google Maps Scraper Kit. Give Claude a city and a business type, and it drives a local scraper to hand back a clean list of businesses, names, phones, emails, websites, ratings, and reviews. → One-command setup, runs entirely on your laptop → Claude Code skill triggers on plain language → Optional social media lookup at no extra cost → Built-in rate-limit safeguards and proxy support for larger jobs 100% Free. Open source.show more

Simplifying AI
225,658 次观看 • 1 个月前
New in Claude Code: your sessions can now message... each other. Instead of having to re-explain yourself in another session, you can now tell Claude to do it. It sends a summary (not your history or files), and the other session picks it up mid-task.show more

ClaudeDevs
7,899,380 次观看 • 26 天前
We (Claude and I) made a new package: voxmlx... It's an MLX implementation of Mistral's Voxtral mini realtime speech recognition model. It supports streaming audio and runs pretty fast on a laptop. To use it, simply: `uvx voxmlx` Also I did not write a single line of code for this package. Every line of code was written by Claude Code. More on that in thread.show more

Awni Hannun
33,896 次观看 • 6 个月前
Fable 5 just blew my mind.  🤯 Built... a full 3D airplane simulation in Claude Code — dynamic time of day, adjustable camera angles. Pro tip: turn on auto-accept mode so I don’t need to click "yes" every single step. Don't let your ideas die in your notes. Start experimenting. ☆*:.。.o(≧▽≦)o.。.:*☆show more

Yan Liu
12,152 次观看 • 2 个月前
Hit your usage limit in Claude Code desktop? There's... now an auto-continue checkbox. Turn it on, and it'll automatically continue where you left off once your limit resets.show more

ClaudeDevs
1,493,135 次观看 • 20 天前
if you use claude code, this will save you... real money. the problem: every time you make an edit, your ai rereads the whole codebase to figure out what changed. tens of thousands of tokens, every turn, for context it already had. this repo fixes it. it’s called code review graph, and it just maps your entire codebase: every file, every function, every connection laid out so you can see the actual shape of your project how to set up (2 min): 1. pip install code-review-graph 2. code-review-graph install - auto-configures Claude Code, Cursor, Codex, Gemini CLI + more 3. code-review-graph build change one function, and it traces exactly what that touches... every caller, every dependent file, every test. your ai only reads what's affected, not the whole repo. and the savings are wild. a task that used to burn ~100,000 tokens (about a dollar) now runs closer to a penny.show more

Alvaro Cintas
75,323 次观看 • 1 个月前
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,806 次观看 • 3 个月前
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 次观看 • 6 个月前
> open Claude Cowork > write an email >... close it > do the same thing next week > wonder why people say it's life-changing meanwhile: > /schedule — inbox triaged before I wake up. every morning. > /agents — sub-agent reviews every PR in my team's code style > custom skills folder — every output sounds like me, not Claude > .claude/ folder — hiring managers check this before your LinkedIn now 60 commands. most people use 6. I documented all of them. save this.show more

Nav Toor
402,030 次观看 • 4 个月前
BUILD KARPATHY'S SECOND BRAIN WITH CLAUDE OPUS 5 +... OBSIDIAN Andrej Karpathy (OpenAI co-founder) shared an architecture that turns Claude into a persistent second brain not just a basic chat window how it works: > point Claude Code at an Obsidian vault folder > drop articles, PDFs, or video transcripts into raw > Claude reads them, updates summaries, cross-references everything > the knowledge base compounds like interest, never resets on a new chat the setup: > install create a local vault folder > open it in Claude Code, paste Karpathy's wiki prompt > > let the agent build raw, wiki, and CLAUDE.md folders > drop any file into raw, tell it to ingest > ask questions, get compiled summaries back this skips rag overhead entirely. your vault stays organized on its own run ingest on a schedule and it's loop engineering: sense a new file, plan, write, verify, repeat how do you manage your local knowledge base?show more

Mr. Buzzoni
15,609 次观看 • 16 天前
MOONSHOT JUST CLONED CLAUDE CODE AND MADE IT FREE.... It's called Kimi Code CLI. Open source, MIT license, maintained by the lab that shipped K3 yesterday. And it does things Claude Code doesn't: → drop a screen recording into the chat as input → built-in coder, explore, and plan subagents, each in its own context → plan mode before it touches a single file → MCP servers configured by the agent itself via /mcp-config → plugs into Zed, JetBrains, and VS Code → one binary, no Node setup, starts in milliseconds The CLI costs $0. K3 behind it starts at $3 per million tokens. Grab it for free👇show more

darkzodchi
406,325 次观看 • 1 个月前
ANTHROPIC JUST TURNED AI AGENTS INTO GIT REPOS Anthropic... shipped "ant" - a CLI that runs every Claude API endpoint straight from your terminal. The headline isn't the terminal access. It's that you can now version-control an AI agent as YAML in Git and have CI sync it to the Claude Platform, the same way you ship code. - Every API resource is a subcommand: messages, models, files, agents, sessions - Define an agent in a YAML file, check it into your repo, and keep it in sync with one update command - Spin up a session, send it an event, then pull every event and tool call back from the same CLI - Claude Code knows how to drive ant out of the box - it shells out and reads the results with no glue code Agents just stopped being prompts you babysit and became infrastructure you deploy.show more

BuBBliK
200,456 次观看 • 3 个月前
> 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,499,982 次观看 • 4 个月前
Claude Code with: > Opus 4.8 > Ultracode >... Dynamic Workflows > Auto-mode ON ...is amazing. This is the way. I only use it with my Enterprise account. On work that will return material value to my company. I'd use it in my personal account but I don't want my family to be destitute after one prompt.show more

Dan McAteer
73,297 次观看 • 3 个月前
SpaceXAI just released a new update for Grok Build.... Update to v1.0.11 Features: • Headless sessions are now browsable in the resume picker without mixing into default history. • Default permission mode for new interactive sessions is now configurable. • Turn duration now appears in session history after resume. • Turn footers (Worked for, cancelled, failed) now appear after /resume. • mkdir and touch no longer prompt in auto mode or safe-command lists. • Subagent messages are now allowed automatically in permission Auto mode. • Headless sessions can now auto-allow permission prompts via a startup hint. Bug Fixes: • Permission prompts for common command chains and subcommands are now more reliable. • Blocked prompts no longer appear in conversation history or scrollback after restart. • Background monitors no longer have a 10-hour default timeout. • Mouse input at the right margin no longer types characters into the prompt on certain terminals. • Pasting text ending in a newline no longer accidentally submits the prompt on some terminals. • Auto mode now shows a permission card when the classifier blocks an action on interactive sessions. • Image previews no longer leave ghost artifacts when using the Kitty protocol on Warp. • Expanded Execute tool output no longer snaps closed during live progress. • /voice now falls back to parec/arecord on older PipeWire installs. Performance: • Background command waits now finish as soon as the process exits. Download Grok Build: Update to the latest Alpha release: grok update --alpha Update to the latest Stable release: grok updateshow more

DogeDesigner
47,710 次观看 • 7 天前
Moonpay launches Paybox (AI Shopping Wallet) A self-custodial wallet... that lets an AI assistant like ChatGPT or Claude pay for real goods and services on your behalf. [I received $500] NOTE: I see this as selling data - Be careful here if you choose to participate. Visit: - Click ChatGPT (or Claude) - Copy the API and select the 'Go to chatGPT settings' - Turn the 'Developer mode' ON - Go back to plugin and paste details DON'T FORGET TO REVOKE AFTER ALL . . . .show more

〽️ᄃムt 🐾
756,070 次观看 • 1 个月前
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
89,170 次观看 • 2 个月前
Claude Design + Shopify is f*cking ridiculous 🤯 You... can now publish pages from Claude Design → Claude Code → Shopify. Built 100% with Claude Design, Claude Code, and the Shopify CLI. Perfect for DTC brands and agencies who want to skip the design → dev handoff entirely. Here's how it works: → Design any landing page in Claude Design → Export as a zip and drop it into Claude Code → Install the Shopify + Shopify AI Toolkit plugins → Prompt Claude to convert the HTML into a Shopify page template + push to live theme → Claude uploads the images, deploys the files, and creates a published page No more handing designs off to a dev and waiting 2 weeks for a Shopify page. What you get: - A workflow that turns any Claude Design page into a real Shopify page template - Editable sections so your marketing team can swap copy, images, and CTAs without code - Images uploaded straight to Shopify Files automatically - A files-only deploy that only touches what's new in your live theme - A repeatable pipeline you can use every time you design a new landing page This is essentially the design-to-deploy pipeline brands have been waiting for. I put together a step-by-step playbook for going from Claude Design → published Shopify page. Every install, every plugin, every command, and the exact prompt that runs the whole thing. Want the playbook for free? > Like this post > Comment "SHOP" And I'll send it over (must be following so I can DM)show more

Mike Futia
58,624 次观看 • 3 个月前
Claude Code v2.1.198 ships a new built-in skill: /dataviz... It loads chart and dashboard design guidance directly into context: chart type selection, layout rules, and visual hierarchy for data-heavy UIs It also includes a runnable color-palette validator, so Claude can check contrast and accessibility programmatically instead of guessing No install needed, it comes with the CLI 👇show more

Daniel San
88,420 次观看 • 2 个月前