← Back to archive

▪ claudecodedaily

Issue

Thursday, January 29, 2026

15 topics • 165 tweets

💡Best Practices & Tips🆕New Features⚡Workflows & Strategies🎬Cool Demos💬Community

Issue

Thursday, January 29, 2026

15 topics • 165 tweets

Claude Code SDK Performance

Users are discussing the latency and battery usage of Claude Code SDK, as well as experiences hosting it in ECS containers and Modal sandboxes.

2 tweets•1 engagements
→
@ishaansehgalIshaan Sehgal

Appreciate it today we’re built on the claude code SDK, so it’s the same latency as local. on battery: we haven’t seen any noticeable additional drain so far since the agent loop runs on computer or cloud sandbox and mobile is just streaming events + approvals over

♥ 1
@jameshonsaJames Honsa

Curious what specific issues you’re having with agent sdk. Hosting in ecs containers or modal sandboxes is solid and DX tracks closely to local Claude code setup in our world.

Claude Learn-by-Doing Mode

People are highlighting a "learn by doing" mode within Claude, which is useful for hands-on learning.

1 tweets•0 engagements
→
@hashtagcoder

@arvidkahl There’s actually a “learn by doing” mode which is great for this kind of thing https://t.co/g2fv0ELeNg

Claude setup and usage

Users are successfully setting up and configuring Claude Desktop for various coding-related tasks, even with limited coding experience.

1 tweets•0 engagements
→
@zumummaNicola W

I am by no means a coder, but I just successfully installed Homebrew and Python 3.12, cloned an Apple Mail MCP server repo, and set up its virtual environment, and then configured Claude Desktop to use it all using Claude Code. Claude is now summarising my inbox, checking and

Claude Code 2.1.23 Updates

Users are discussing the updates in Claude Code version 2.1.23, including CLI changes, new flags, prompt modifications, system prompt updates, and expanded security assistance capabilities.

5 tweets•2 engagements
→
@ClaudeCodeLogClaude Code Changelog

Claude Code CLI 2.1.23 changelog: • Added customizable spinner verbs setting (`spinnerVerbs`) • Fixed mTLS and proxy connectivity for users behind corporate proxies or using client certificates • Fixed per-user temp directory isolation to prevent permission conflicts on

♥ 1
@ClaudeCodeLogClaude Code Changelog

Claude Code 2.1.23 flag changes: Added: • tengu_system_prompt_global_cache • tengu_workout Diff: https://github.com/marckrenn/claude-code-changelog/compare/v2.1.22...v2.1.23… [Links: https://t.co/0qhEgX2hjf]

♥ 1
@ClaudeCodeLogClaude Code Changelog

Claude Code 2.1.23 prompt changes: • Security policy now allows authorized testing + stricter misuse limits • New user-invocable skill: keybindings-help • Skill tool now driven by system-reminders; no guessing slash skills Diff: https://github.com/marckrenn/claude-code-changelog/compare/v2.1.22...v2.1.23… Full details below. [Links: https://t.co/0qhEgX2hjf]

@PiebaldAIPiebald AI

CC 2.1.23 system prompt updates (-383 tokens): - New /btw command for quick side questions (no tools) - Removed swarm plan mode prompt - Skill tool simplified (removed examples, skills list) - Minor TeammateTool notification wording tweak Details: https://github.com/Piebald-AI/claude-code-system-prompts/releases/tag/v2.1.23… [Links: https://t.co/I9SZRhJ30o]

@UnlockWithAIUnlock With AI

Claude Code 2.1.23 significantly expands security assistance from "defensive security tasks only" to "authorized security testing, CTF challenges, and educational contexts" including "dual-use security tools" like C2 frameworks and exploit development with proper authorization

Claude Code Adoption and Usage

The tweets discuss Claude Code's current revenue reliance on API customers, access credential issues, marketing applications showcasing efficiency gains, and new security review features.

4 tweets•11 engagements
→
@alexstauffer_Alex Stauffer

TIL Cursor, Cognition, Microsoft, Canva (API customers) are still the vast majority of Anthropic's revenue. I wonder if Claude Code overtakes that one day.

♥ 8↻ 1
@jonlprdJonathan Leopard

Again, @AnthropicAI? Keep pushing people away from your platform. Any other opencode/oh-my-opencoders getting this today? "This credential is only authorized for use with Claude Code and cannot be used for other API requests."

♥ 2
@rgonvRicardo Gonzalez

Anthropic Adds Automated Security Reviews to Claude Code http://dlvr.it/TQcfvK #devops [Links: https://t.co/afZe9mHGub]

@ReallyEasyAIReally Easy AI

A new paper just dropped: How Anthropic's Marketing team cut ad creation time from 30 minutes to 30 seconds with Claude Code

Claude Code's Agent Capabilities

People are discussing Claude Code's agent capabilities, particularly its parallel agents, persistent task graphs, and ability to manage complex coding tasks with features like state management and filesystem persistence.

2 tweets•0 engagements
→
@mejba_92Engr Mejba Ahmed

AI used to help you code. Now it’s learning to manage the work. Claude Code’s 𝐚𝐠𝐞𝐧𝐭 𝐬𝐰𝐚𝐫𝐦 concept: • parallel agents • persistent task graphs • less micromanagement • faster shipping What would you delegate first if AI could orchestrate tasks end-to-end?

@VentureBeat

Claude Code's Tasks update: persistent state management for agents. Session crashes don't erase your build plan. Trade-off: manual coordination. DAGs + filesystem persistence + shared state via env variables. https://t.co/lyLCxHotxL https://t.co/100xVtOu2C

Claude Code for Prototyping

People are discussing using Claude Code for quickly creating prototypes and initial versions of software, with the understanding that real engineers are still needed for production-ready applications.

8 tweets•14 engagements
→
@kyexyz_kye

I mean I am sure you’d get sales if you advertised on TikToks to non programmers but everyone here knows this is just an MCP and you can literally ask Claude code to make it for you or get the open source one from GitHub

♥ 10
@eggsyntaxEgg Syntax

I'm sharing them in case they're useful to anyone — but honestly I think you would be better served by asking Claude Code or Claude Cowork to build you you something like these yourself, to your own specifications. That'll teach you about the model's capabilities and limitations

♥ 2
@tarkumTarkum

nope, but claude code will make one for you if you ask it nicely the app itself is live though, I'll not advertise it here but can be found from my profile

♥ 1
@xMikeMickelsonMike Mickelson

non-engineer ships to 10M yen with claude code then says i need real engineers now. most honest take on ai coding. the prototype is free. the production is not.

♥ 1
@KaachaaBadamIIWII

From your logic people should only use for coding Gemini 3/opus 4.5 thinking with better explanation etc , and not use a TOOL like Claude Code , it’s the same here , this feature is a TOOL built on top of existing models

+3 more tweets →

Claude Code Productivity & Impact

People are discussing Claude Code's impact on developer workflows, including rapid code generation, system design, and potential to automate code management tasks.

7 tweets•3 engagements
→
@chickenOnaise

Junior here, I still write code outside of work. Closing tickets on the job? Claude Code. Trying to learn outside the job? Writing code line-by-line and using AI to learn and go deeper.

♥ 2
@aden_hqAden

Current tech stack: One senior dev, three junior devs, and a Claude Code instance that just rebuilt our entire year of work in an hour while we were still arguing about which coffee to order

♥ 1
@xMikeMickelson

@turingou multiple claude code instances on different branches creating PRs in parallel. we went from ai writes code to ai manages a dev team in about 3 months.

@joenandezJoe Fernandez

I told Claude Code it was our new Performance Engineering Lead and gave it its own workspace in @SubspaceHQ Gave it complete agency to design and build whatever is needed to help us become the most performance desktop app in the industry. Had it start with research, then

@jjlin_devJJ Linares

Claude code convinced to write tests for first time in my life. And y'all think we don't have ASI

+2 more tweets →

Claude Code Productivity Boost

People are discussing how Claude Code can automate marketing tasks like ad creation and SEO optimization, ultimately increasing productivity and allowing users to focus on higher-level strategic work.

5 tweets•536 engagements
→
@boringmarketerThe Boring Marketer

if Claude Code isn't managing your Adwords campaigns with direct access via API and expert ad management & copywriting skills what are you even doing

♥ 516↻ 15
@clawdb0tClawd Bot

If you're a startup founder publishing content, you should 100% have Claude Code run an SEO check on your website. You don't need any fancy skills, just a few MCPs: Ahrefs - http://docs.ahrefs.com/docs/mcp Google Search Console - [Links: https://t.co/bCtlFe9E6M]

♥ 2
@BigBrother_JaneSteve Metcalf

Nailed it. AdWords requires a PhD to for a human to navigate. Claude Code knows its way around like a kindergartener in a candy shop

♥ 2
@soloflutterKyle | Solo Flutter

using claude code feels like unlocking a new gear people say AI makes devs lazy but that's backwards i'm doing MORE work, just different work now i'm spending that time on what actually matters: - reviewing code quality - thinking through architecture - marketing that's the

♥ 1
@franguzmanx

how to create 50-100 ads a day with claude + code a thread on how I automated the entire tiktok ad creation process:

Rapid Claude Code Development

People are expressing excitement about Claude Code's speed and utility in various applications, from building landing pages and entire applications to onboarding new projects by explaining unfamiliar codebases.

7 tweets•10 engagements
→
@mar15saMarissa Goldberg

Me with @IdeaKitchenAI. Last week I published the best way for non-coders to get started with Claude Code. This week, I’m sharing the best useful examples I’ve come across (not just Claude Code). I also really love the tweets that @alexhillman and @zarazhangrui share.

♥ 4
@themustachedadBrendan Boyle

Maaaaaan alive I made this basic B2B landing in 15 mins with Claude code This stuff is actually unbelievable

♥ 4
@angelonuoha7Angel Onuoha

Twitter is just free education at this point Every day I see some new Claude Code implementation that completely changes my work And then I wake up and do it again tomorrow

♥ 2
@akmatori

@T_Zahil Claude code for DevOps engineers https://t.co/PYZeIk0jbn

@onlyrecipes_appOnly Recipes

100% of http://onlyrecipes.app was built in the last month with Claude Code [Links: https://t.co/bCgBhFLpAM]

+2 more tweets →

Claude for Rapid Development

A user highlights the speed and effectiveness of Claude Code in creating a promotional explainer video using a variety of technologies.

1 tweets•3 engagements
→
@marketcallsHQMarketcalls

Built a 90 sec explainer video for OpenAlgo in 1 hour using code. It turned into a legit ad promo. React + TypeScript + FFMPEG + Claude Code + Remotion + Puppeteer + Fal AI + ElevenLabs Music The stack is the superpower.

♥ 1↻ 2

Claude Skill Generation

People are generating Claude skills for tasks like creating and resizing app icons using code and image manipulation tools.

1 tweets•0 engagements
→
@corysimmons123cory

You can do this. I do this. "claude code, gen a Claude skill for various app icons, then use that skill to make them. My raw icon is logo.png" it'll resize with imagemagick or install whatever.

Claude Code Productivity & Integration

People are discussing Claude Code's impact on software development, highlighting its productivity gains, ease of integration with platforms like Slack, and potential for automation and enhanced workflows.

42 tweets•346 engagements
→
@official_tachesLex Christopherson

A month ago, I launched GSD. 8.5k+ GitHub stars later, it's become the #1 Claude Code framework for vibe coding successfully. The problem was simple: Claude is brilliant, but without structure it drifts. Context rots. Sessions become ping-pong hell. Half-baked snippets instead

♥ 167↻ 48
@adocompleteAdo

Did you know Claude is in Slack? Just @.claude in any channel and ask it to review a PR, explain an error, or implement a feature. Claude Code on the web picks it up and gets to work. Ship from your conversations.

♥ 39↻ 5
@FedotOff90Alex Fedotoff

Claude Code can build software features in days that used to take weeks with developers. I've been using it for my SaaS and the workflow is insane. Here's what I learned: - How to plan software without hiring developers - The exact workflow to go from idea → shipped

♥ 31↻ 16
@gptcrosaAle

I strongly recommend the Claude Code + Codex combo as a reviewer for your changes. I’m itching to build a tool to automate this.

♥ 16
@PeterRizunPeter R. Rizun

Since installing Claude Code on January 11, I have worked 16 hours days, everyday, taking a break only on Sundays to play with my kids. It is so exciting that I cannot stop working. What I have achieved in under 3 weeks would have taken me over a year pre-Claude.

♥ 6↻ 2
+5 more tweets →

Claude Code Applications

People are exploring various applications of Claude Code, including trading bots, personal automation, event-driven cloud tasks, and social media management, with a focus on efficiency and ease of use.

42 tweets•271 engagements
→
@MoonDevOnYTMoon Dev

Claude code can not automate your trading Unless you approach it this way It’s really the only way to use Claude to build trading bots You may wanna bm this if you actually wanna have Claude code bots for you

♥ 109↻ 10
@0thernetben

i use claude code over imessage. its like clawdbot but way simpler. i'm texting with claude code, running on my server with all my context. shipping PRs while i wait to board my plane btw - you can bring your claude max subscription. coming to @zocomputer later today

♥ 38↻ 1
@victormustarVictor M

Cool idea: use Claude Code to help open models write CUDA kernels (for eg) by turning CC traces into Skills. They made a library out of it

♥ 36↻ 5
@serafimcloud

1Code Automation is Claude Code, but event driven. New PR? New Linear task? Claude runs automatically in the cloud, completes the task end to end and sends you the output. No babysitting. No local setup. Just results. https://t.co/8qvxKZJRqY

♥ 26↻ 1
@Mohamed__lMohamed

Use case Claude Code (Linkedin/Gmail/Twitter) If AI is going to replace us, I might as well do it myself, willingly and knowingly. I run a solo activity on LinkedIn and I get a ton of DMs. It’s cool, but it’s time-consuming and takes up quite a bit of time. Having to pay

♥ 24↻ 2
+5 more tweets →

Claude Code Limitations

People are discussing the perceived decline in Claude Code's performance and information retention compared to Codex, expressing frustration and advocating for tolerance.

37 tweets•312 engagements
→
@craigzLisztCraig Weiss

it's amazing how stupid claude code gets the longer the conversation drags on

♥ 244↻ 5
@tunahorse21tuna

claude code has been sloppedmax and i wont be gaslit any longer by the nerds

♥ 26↻ 1
@_thomasipThomas Ip

codex has significantly better compaction. claude code just summarizes the conversation and loses a lot of information.

♥ 7
@craigzLisztCraig Weiss

do you prefer codex over claude code in general?

♥ 6
@abhijaymranaAbhijay

it kinda makes sense. the only people spending hours and hours on claude code are people who either don't have any pressure to actually ship anything (unemployed) or are nerds enough to chase the diminishing returns of "perfect" software, now that they can.

♥ 3
+5 more tweets →

Part of Claude Code Daily newsletter

/