ANTHROPIC 🔥: A new Managed Projects feature has been... spotted in testing on Claude. > Claude takes on tasks and keeps the project organized. > A project is a home for one stream of work. Sessions share memory and instructions so context carries forward, and Claude runs more autonomously. Projects only create and manage cloud sessions. This feature may be built on top of Claude Managed Agents, where each project gets a dedicated cloud environment so Claude can execute periodic tasks and refine project context via "Dreams". It could also be a successor to Conway, which is set to be removed this Friday internally.show more

🚨 AI News | TestingCatalog
61,827 次观看 • 1 个月前
ANTHROPIC 🔥: Claude will soon receive a new file-based... memory upgrade, offering users the option to choose between Memory Files and Classic memory. > Organized notes Claude writes as you chat and reads when they're relevant. Browse and edit them anytime. This feature appears to be a new iteration of the previously discovered "Knowledge Bases" and more closely resembles what memory works in always-on agents like OpenClaw and Hermes. Considering a potential future debut of Claude Conway, Memory Files feature is likely an important preparation step.show more

🚨 AI News | TestingCatalog
419,772 次观看 • 3 个月前
BREAKING 🚨: ANTHROPIC IS WORKING ON ITS OWN ALWAYS-ON... AGENT SOLUTION CALLED CONWAY! CONWAY WILL HAVE A SEPARATE UI INSTANCE, WILL BE ABLE TO OPERATE BROWSER, CONNECTORS, CLAUDE CODE (EPITAXY?) AND COULD BE INVOKED VIA WEBHOOKS. IT WILL ALSO SUPPORT EXTENSIONS, AN UPCOMING CNW ZIP STANDARD FROM ANTHROPIC TO BUILD CUSTOM TOOLS, UI TABS, AND CONTEXT HANDLERS! LET CLAUDE COOK 🔥show more

🚨 AI News | TestingCatalog
318,936 次观看 • 5 个月前
THIS GUY TURNS NOTES, DOCUMENTS, AND IDEAS INTO AN... AI SECOND BRAIN the system stores all the context of your work and helps claude not forget anything how to build one yourself: install obsidian connect claude code keep your projects, notes, and sessions in one vault link similar ideas together use the graph to discover new connections as a result, claude gets memory of your projects and understands the context without you constantly having to explain everything the more you work, the smarter the system gets don’t collect notes build connections between them insteadshow more

Marvin
24,954 次观看 • 2 个月前
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 次观看 • 10 个月前
Claude can code- but can claude grow?! 🪴 So... far the answer is YES. Claude is successfully keeping a living organism ALIVE. There were some hiccups this week! Some errors and resets, but Claude managed to power through and take care of Sol 🍅 A week in review:show more

Martin_DeVido
1,703,569 次观看 • 8 个月前
2) Projects You can now create custom knowledge bases... called Projects with your own files, docs, code, etc. When you start a new chat within a project, Claude has access to all that info. On the Team plan, you can share and collaborate on these projects with your teammates.show more

Alex Albert
31,545 次观看 • 2 年前
Anthropic is giving away free Claude certifications - and... I don't know why more people aren't taking advantage. If I knew nothing about AI and wanted to become AI-native in 30 days, this is what I'd do: < sign up for free Anthropic courses < use Claude to study pre-exam < once certified, extract the course content to a Claude project < prompt Claude: "Based on this course, build me a 201 version and some real hands-on exams to test my knowledge." < Complete 201 < Rinse and repeat There isn't a faster way to learn AI right now (+ this is 100% free).show more

Miles Deutscher
57,951 次观看 • 3 个月前
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 个月前
NO WAY. Someone is basically building a MANAGER for... your AI agents. You give it one objective. It briefs Claude, Codex + the agents you choose, keeps them on the same context and coordinates the work. This is Jarvix. And I had to dig into this: 🧵 #JarvixOSshow more

EyeingAI
36,135 次观看 • 22 天前
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 个月前
Introducing a new tool called "SideChannel". A secure alternative... to OpenClaw. Utilizes signal for communication and has Claude integration. I built SideChannel, an open-source Signal bot that connects Claude AI to your entire development workflow. End-to-end encrypted. From your pocket. The real power is autonomous development. Send one message like "Build a REST API with auth, pagination, and tests" and SideChannel will: - Generate a full PRD with stories and atomic tasks. - Dispatch up to 10 parallel workers (each running Claude). - Independently verify every task with a separate Claude context. - Run quality gates to catch regressions - Auto-fix failures. - Send you progress updates via Signal as work completes. Every piece of code is reviewed by a separate AI context using a fail-closed security model. If it detects security issues, backdoors, or logic errors — the code gets rejected automatically. No rubber stamps. It also has memory that actually works. Conversations are stored with vector embeddings for semantic search. Claude remembers your project conventions, past decisions, and what's been tried before. It gets smarter about your codebase over time. Other things I'm proud of: - Plugin framework for extending with custom commands. - Multi-project support with per-user scoping. - Rate limiting, path validation, phone allowlist. - Git checkpoints before every task, atomic commits after. - Stale task recovery, circular dependency detection. - Works on Linux and macOS, one-command install. It also integrates into OpenAI or Grok (optional) for more Generative AI response for simple things like "Whats the weather in New York City right now?".show more

Dave Kennedy
49,546 次观看 • 6 个月前
Marketers. I’m begging you. Stop prompting Claude 12+ times... when it can be done in 1. Most marketers open Claude and start typing whatever comes to mind. Several rounds later, you’re editing mediocre output by hand. My team built a prompt auditing tool that reads your work, grades it, and gets you to 95% in minutes. It’s based on the RCTC framework, which answers the 4 questions Claude actually needs to be effective: Role - WHO is this for? Channel - WHERE is this going? Task - WHAT outcome is the output getting to? Constraints - WHAT bad output sounds like? Then automatically edits your work so you’re more effective in Claude, ChatGPT, or Gemini. Comment “GA” and I’ll send you the tool.show more

Jesse Pujji
10,773 次观看 • 3 个月前
President Trump just posted this on Truth Social honoring... hockey legend Claude Lemieux: “Claude Lemieux, a true Legend of the Game, and one of the fiercest competitors Hockey has ever seen, has passed away. Claude was a friend to the family, and a tremendous ‘TRUMP’ supporter. He won 4 Stanley Cups with 3 different Teams — Montreal, New Jersey, and Colorado — His 80 Career Playoff Goals rank among the All Time Greats. Brendan, my thoughts are with you, Deborah, and the whole Lemieux family — You and your Dad were Warriors on the Ice. Claude will be missed by all who love Winning and Toughness.” Rest in Peace, Claude. A true warrior on and off the ice. Prayers up for Brendan, Deborah, and the entire Lemieux family. Claude was gone way too soon. He will always be remembered as a true legend. (Video: AI tribute to Claude Lemieux 🏒)show more

Paul A. Szypula 🇺🇸
253,655 次观看 • 3 个月前
A week ago I shipped a tiny bash +... SQLite messaging layer for CLI AI agents, so Claude Code and Codex could stop using me as a copy-paste relay. Since then: 🌟 5 → 320+ stars 🍴 0 → 15 forks (3 derivative projects, incl. someone porting it to shogi) 🤝 PRs from strangers: Gemini, Antigravity, and now Copilot CLI support The demo that kicked it off (attached): two Claude Code instances in one project, autonomously playing tic-tac-toe — no human in the loop.show more

Koichi
19,764 次观看 • 3 个月前
A 20-year-old student from China, Li Hao, built an... AI speed radar with Claude alone and sold it to a city district for $317,000 He wrote the whole thing in 9 days, spending about $20 on Claude API calls He set an old camera on his balcony, pointed it at the intersection below, and let Claude watch the road Claude tags every car, motorbike and pedestrian in real time, 653 in five minutes, and flags anyone over the limit The moment a car speeds, Claude clips the video, reads the license plate, matches the owner, and emails the fine on its own A normal radar takes one photo and misses half the time. Claude records full video, so there is nothing to dispute, and the fines go out with no operator He walked into the district office with a flash drive and asked for 10 minutes. he left with a contract Every Claude config he used is in the articleshow more

Fokki
332,633 次观看 • 2 个月前
made this with text to lottie and claude code... my workflow: design something in figma or just make a rough draft. then ask claude to animate it you'd be surprised how easy it is to add easings, masks, transforms, text effects and all the motion details you can also ask claude to export it as a gif, mp4, png sequence, resize it in different aspect ratios claude and codex already creates something with taste and if you know what you want to create, this workflow is really useful and btw, it's freeshow more

Doruk
14,966 次观看 • 2 个月前
The Claude Code team gave me early access to... the new version of Claude Code Desktop and I’ve been using it for the past few days… here’s what I’ve liked most about this new version 1- Panel creation and the ability to run agents simultaneously. This makes me think we’ll definitely see these agents working in a coordinated way, communicating across sessions.show more

Daniel San
65,001 次观看 • 4 个月前
Introducing Dexter 2.0 Open source. Built for financial research.... Like Claude Code, but for stocks. What Dexter does: • plans tasks • runs on its own • validates its work • researches stocks It uses OSS tools like , with a fresh stack of typescript, react, ink, and bun. Fast to build. Easy to use. No coding required. My favorite project of the year.show more

Virat Singh
210,156 次观看 • 9 个月前
You can now design high-converting, on-brand, ready-to-send emails directly... inside of Claude (‼️) So many ecom brands have been telling me the same thing recently. "We're using Claude for everything, and it knows everything about our brand, our products, our customers, our ad performance, etc." They don't want to start teaching another platform about their brand all over again. They want to use everything that Claude already knows as the foundation for strategizing and designing their emails. So we built a connector that plugs directly into your Claude account. Now inside your Claude account, you can: → Generate high-converting email campaign ideas and strategy → Generate on-brand copy → Design on-brand emails → Click one button and schedule the designed emails in Klaviyo Zero manual work. Zero excuses to not be sending at least 2-3 email campaigns per week and generating easy revenue and a high ROI on your Klaviyo bill. Comment "AUTOMATE" and I'll send over instructions on how to set up our connector in your Claude account to start automating your email marketing end-to-end.show more

Elliot Kovac
19,727 次观看 • 4 个月前