← Back to archive

▪ claudecodedaily

Issue

Friday, January 23, 2026

15 topics • 381 tweets

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

Issue

Friday, January 23, 2026

15 topics • 381 tweets

Claude Code with Ollama

Users are discussing configuring Claude Code to work with local models through Ollama, focusing on environment variables and context length adjustments.

3 tweets•0 engagements
→
@LKfighterLK: Low Key

Hey @ollama, if anyone is having trouble getting Claude Code or similar to work tell them to change the context length. sudo systemctl edit ollama.service add line Environment="OLLAMA_CONTEXT_LENGTH=32768" save sudo systemctl daemon-reload sudo systemctl restart ollama

@naitik_dabhiNaitik

Step 3: Redirect Claude → Ollama Set env vars: export ANTHROPIC_BASE_URL=http://localhost:11434 export ANTHROPIC_AUTH_TOKEN=ollama export CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1 This forces local-only execution.

@MattLuceenMatt Luceen

I don’t either but it’s the easiest way to get local models working with Claude Code. Until LM Studio adds Anthropic-friendly endpoints that is.

Claude Code Security

People are discussing the security implications of using Claude Code, including securing apps generated by it and avoiding putting sensitive information in web instances with internet access.

2 tweets•1 engagements
→
@liran_talLiran Tal

Snyk already secures your Claude Code generated apps ;-) See here:

♥ 1
@simonwSimon Willison

Don't put any code or secrets in a Claude Code for web instance that you would care about if they leaked - then you can give it "Everything" internet access without fear of any problems

Claude Code Customization

Users are discussing customizing Claude Code with subagents, data storage locations, and profile switching for enabling/disabling plugins.

2 tweets•0 engagements
→
@YadKonradYad

What I need right now for my coding agents and claude code is a switch Profile feature. To enable/disable the plugins, bells and whistles added by a preset. Otherwise it's like using the same Fallout character with lots of gears for every part of the map.

@audreyfeldroyAudrey M. Roy Greenfeld

I have @claudeai subagents modeled after people whose judgment I respect. I asked them where Claude Code plugins should store persistent user data Consensus: ~/.claude/plugin-data/<plugin-name>/ Not an official location, but better than losing everything on plugin updates

Claude Code Enthusiasm and Updates

Users are excited about Claude Code, finding it addicting and praising new features like plan mode, notifications, and autonomous task creation, which points toward Claude's potential as an autonomous agent.

95 tweets•191 engagements
→
@bchernyBoris Cherny

Just shipped two cool updates for Claude Code in the Desktop app. 1. Plan mode is now available on Desktop. Have Claude map out its approach before making any changes

♥ 66↻ 2
@bchernyBoris Cherny

2. Notifications. Claude Code Desktop now pings you whenever Claude needs approval, you can keep working while Claude runs in the background

♥ 31
@CryptoKaleoK A L E O

I've spent nearly ten hours using Claude Code so far today. It's insane how addicting it gets when what you're building is starting to come together.

♥ 21
@AlexFinn

And just like that Ralph Wiggum is dead Claude Code can now create its own project tasks and manage itself This is the next step towards Claude being a 24/7 autonomous agent Lesson from this: spend more time on the planning phase. Have Claude build as many detailed tasks as it can. The more time you spend on this, the more time you'll save later having to prompt Claude, because it will just be able to manage itself for hours

♥ 11↻ 1
@vox_o幼女

Has anyone tried the new Tasks feature in Claude Code? 70 9

♥ 9↻ 9
+5 more tweets →

Claude Code Design Tool - Pencil

People are excited about Pencil, a new design tool leveraging Claude Code for interactive UI design, Figma file import, and potentially integrating with existing Claude Code setups like VS Code extensions.

10 tweets•3 engagements
→
@0b1tkトビ / KazuhiroTobita

Design tool ‘Pencil’ was seriously impressive ・Adjust designs interactively through prompt conversations ・Directly re-edit the generated UI — works great ・Call up a terminal right on the canvas and use Claude Code to convert the design into any code base you want

♥ 3
@smalejandroX

@midudev Si ahora estoy trabajando con VS Code + Claude MAX (extension de VS Code)… y le añado Pencil para la parte creativa… no parece un mal combo, no?

@yangqing_66杨清

有什么AI工具可以画原型嘛? 这个问题,以前我都是推荐用Claude画线框图,或者用v0、Gemini等工具出低代码页面 但现在有一个更贴近实际应用的工具来了 Claude Code + Pencil MCP,可以导入Figma文件,或者给截图直接一句话复刻并生成多个版本 再也不用设计老师get不到自己的想法了

@grokGrok

Tom Krcha has released Pencil: an infinite design canvas for Claude Code. Key features: - Ultra-fast WebGL canvas, fully editable, running parallel design agents. - Runs Claude Code locally, turning designs into code. - Design files are stored in Git repositories, open JSON

@spengrahspengrah.eth

currently watching claude code replicate my existing react components in a pencil canvas... its pretty wild

+5 more tweets →

Collaborative Claude Tasks

Users are discussing the new "Tasks" feature in Claude Code, which allows for task list sharing across sessions and collaborative project management.

6 tweets•24 engagements
→
@neoworldlife

@bcherny Soon Claude code will be able to pick up my groceries ✅

♥ 2
@gremlin0xBankai Sauce

Bought Claude Code just to test this. It’s so many things to do this period.

♥ 2
@EricBuess

This is awesome! No more todos. Use Tasks! Tasks: - are a new primitive that help Claude Code track and complete more complicated projects and collaborate on them across multiple sessions or subagents. - can have dependencies on each other that are stored in the metadata - are stored at ~/.claude/tasks so that multiple subagents or sessions can collaborate on them. When one session updates a Task, that is broadcasted to all sessions currently working on the same Task List - sessions can collaborate on a single Task List by started claude with an environment variable, e.g.: CLAUDE_CODE_TASK_LIST_ID=groceries claude This also works for claude -p and the AgentSDK. Inspired by Beads, by Steve Yegge.

@priyansh0327Priyansh Jain

3. For each to-do step, follow the same approach: - clear the context - feed claude code with the task file, ask to take next item from the TODO list, implement it, verify it (plan mode is good here) - ask the agent to to mark TODO item as completed in the md file, and document

@menhguinMinh Nhat Nguyen

me discovering there's a todo list app inside my claude code inside my todo list app

+1 more tweets →

Claude Code Agent Skills

People are discussing using Claude Code's agent capabilities through skills and sub-agents, with some finding multi-agent platforms overly complex and others emphasizing the importance of context management even with powerful tools like Claude Code.

19 tweets•59 engagements
→
@benjitaylorBenji Taylor

Agentation now has a Claude Code skill: $ npx add-skill benjitaylor/agentation Then /agentation in Claude Code. Automatically detects your framework, installs the package, creates a provider, and wires it into your layout. Super simple.

♥ 39↻ 1
@mattshumer_Matt Shumer

Created a @Railway Skill for Claude Code. It allows agents to deploy code and manage your projects, completely autonomously. Install with `npx add-skill mshumer/claude-skill-railway`

♥ 6
@creeksuencreek

I’ve felt for a while that all these multi-agent orchestration platforms are making things way too complicated. Claude Code itself is already the best Agent — you really don’t need to build any extra tools yourself. Today they updated the Task feature. To enable multi-agent

♥ 3
@satori_sz9さとり

Claude Code Web also lets you use sub-agents. It was doing it on its own.

♥ 1↻ 1
@topickapp_comtopickapp (IT技術系ニュースサイト)

https://zenn.dev/shintaroamaike/articles/6397da70f4a445… A collection of configuration files to maximize the use of Anthropic's CLI tool "Claude Code". You can give instructions to Claude Code with the same feeling as handing a work manual to a new employee. A convenient template collection that allows [Links: https://t.co/MTD4RhFI4w]

♥ 1
+5 more tweets →

Claude Code Use and Access

The tweets discuss using Claude Code for workflow automation, accessing it with various models and configurations, and potential platform porting.

15 tweets•5 engagements
→
@nemumusitochaしとちゃ!

ここ2ヶ月思うのが、N8Nワークフローをclaude codeで組むぐらいなら、直接何かしらのコード書いてもらったほうが良いなんって思うん。 その方が人要らないし、結局できること多いん。

♥ 2
@skywt2003SkyWT

能不能把 Claude Code 移植到 Switch

♥ 1
@0xmaz_Maz

cursor or claude code

♥ 1
@nopinduoduo我真的没有拼多多

花了一整天的时间,整理了一篇教程: Claude Code 的安装方式,以及目前最重要的:如何灵活配置接入各种模型和中转站。 介绍了用命令行方式接入国产模型 GLM-4.7(平替方案),以及通过 CCswitch 的方式接入各种中转站的模型。 每一步都尽可能完整地配了图,看完这篇绝对能够做到: 成功安装

♥ 1
@iloveyou3kx

[마이크로소프트, 고객에게는 코파일럿을 판매하며 내부적으로는 클로드 코드 사용 중] 마이크로소프트가 윈도우, 팀즈, M365 등 주요 부서의 직원들에게 내부 테스트 및 개발을 위해 앤스로픽의 '클로드 코드(Claude Code)'를 설치하고 사용하도록 지시했다는 사실이 밝혀졌습니다. 개발은 역시 클로드 코드인가..

+5 more tweets →

Claude Code Automation & Control

People are discussing automating repetitive tasks and building AI agent tools with Claude Code, while also addressing challenges in achieving desired outputs and controlling its behavior.

12 tweets•5 engagements
→
@fukubaka0825Nari

I’ve also started crushing any repetitive tasks I find with Claude Code Action or Codex Action, and I’ve really entered the mode where I’m like, “Isn’t everything fine with just these guys?”

♥ 2
@marius_vibes

@trq212 bro I built this system already a few weeks ago into claude code why u copying me 😂 that's amazing that I don't have to maintain this mess myself now!

♥ 1
@_alyxyaalyxya

I want to get a sub 1000 solution but it's annoying prompting claude code and codex and having them implement things differently than how I want or am hoping for. I may need to resort to manual coding.

♥ 1
@fukubaka0825Nari

While building a comfortable local environment where Claude Code can live happily, I’m also gradually shifting the AI Agent tools I host over to Claude Code + Claude Agent SDK and turning them into beautiful bonsai. A pure-blooded devoted servant of Claude Code.

♥ 1
@ConexusAgenticConnexus AI

I'd say use Kiro or Antigravity combined with Traycer Epic and YOLO mode, because it automatically plans, commands and verifies Claude Code's work. It generates phases and continually loops untill the job is done. Oh and also find a real problem to solve. Just my experience!

+5 more tweets →

Claude Code + Remotion Skill

People are excited about Claude Code's ability to generate videos with Remotion and other applications, like a meme generator, with minimal prompting and effort.

41 tweets•38 engagements
→
@DomTheDev1Dom Senese

Don't have a app demo yet? Do this now Claude Code + Remotion This took 30 minutes to do With a little more work I'll have a beautiful product demo for my landing page

♥ 3
@0xkatz

This is pretty crazy. I asked Claude code w/ Remotion to make a 30-second video about Caldera. A single prompt telling it to check out our website for context and make the video. Would we ship this as-is? No. But for a first pass it's damned good. https://t.co/YjuUTt9UkL

♥ 3
@aklo360AKLO

Claude Code just built a Claude Code meme generator live on stream. Now anyone can make ultra high quality $CC memes, by simply going to: https://claudecode.wtf/meme [Links: https://t.co/l1C1wGe1zX]

♥ 2↻ 1
@heyayushhAyush

do you feel bored and agitated when claude code starts working? worry not, I added background songs in claude code so you’ll be listening to the songs in the process.

♥ 2
@heisoba_stephen

using claude code in antigravity is super cool. it's a scary era, i fear i've already lost the job i don't have yet

♥ 1
+5 more tweets →

Claude Code Terminal Integration

People are exploring innovative ways to integrate Claude Code with various terminal-like interfaces, including vintage hardware, browser-based solutions, and real-time UIs.

5 tweets•9 engagements
→
@JakiTreehornemr

I'm working to pipe Claude Code into it and get the latency manageable streaming/chunking and parsing out the code. Chat responses only not a bunch of code as audio.

♥ 2
@webxoswebXOS

How to Achieve This The integration requires bridging modern AI software with electromechanical hardware. The Brains: You will need a modern computer (or a Raspberry Pi) running the Claude Code agent-based terminal interface.

♥ 2↻ 1
@spaceMonsterJohannes Schmidt

Hey Boris, I've written a Software that lets you use claude code (and other TUIs) in the browser. Little Server on your work machine, that hosts the Terminal session -> now your ipad/tv/whatever become claude code enabled. It has a rock solid (150h dev time) terminal to

@dnw_stockNextGenLong

Now back to my Claude code and making my own custom Journal software it's going very well!

@TomJBelfort

Claude code isn't a basic TUI where you need to print continuous lines. It's a real time UI that has a terminal as its display surface. printf and ncurses have no memory of the UI other than "what I just drew" React solves this problem. Ask chatgpt if you want to drill into the details.

Claude Code Game Development

A user created a hacking simulation game using Claude Code, drawing inspiration from other similar games, and enjoyed the process.

3 tweets•0 engagements
→
@Headsec_YTHeadsec

I messed around with vibe coding to create a cyber/hacking sim game using Claude Code. Inspirations were Uplink, Hacknet, Bitburner. I learned a lot and I had fun with it. There’s just always so much to do and I was in way over my head…

@chongdashuChong-U

Almost done with the full video tutorial on how I vibe code 2d games > phaser js skill > playwright skill > works with claude code / codex cli / cursor Lands tomorrow! Also first time I'm using @boomvideoapp

@DonebylauraLaura

I made a complete game for iOS in 24 hours using AI Without knowing how to program. Without professional assets. Just me, Claude Code and a lot of determination. Running Sword is now on the App Store

Claude Code Applications and Limitations

Users are discussing Claude Code's impressive capabilities, especially for Greenfield projects and bulk updates, but also noting challenges with consistency, skill discrepancies, and integrating it into existing workflows, particularly with larger codebases.

98 tweets•48 engagements
→
@milan_milanovicDr Milan Milanović

What we know is that AI tools, such as Claude Code, are great for working with Greenfield projects Has anyone had luck working with big projects with 100K+ lines of code? Any tips & tricks or best practices?

♥ 3
@zeeFloatingMonkzeemonk

Cursor is very good if you have a human in the loop where human is doing most of the driving Claude code is good if you want to run code more autonomously. That is the big picture. If you don't care about the code generated and let AI handle reviewing, testing and pushing PRs

♥ 2
@matthandleslifeMatt

I onboarded our non-tech team onto Claude Code last week. What I expected: people finding creative use cases technical folks miss. What I got: people throwing Claude at everything, then blaming it when it didn't work. The hammer/nail problem is real​, and we're still so early

♥ 2
@omarsar0elvis

This is a really important primitive to unlock more from Claude Code on bigger projects and tasks.

♥ 1
@Chocoford_CNChocoford.CN

Claude Code is absolutely getting way stingier now. A single 5-hour quota can take up roughly 1/4 of the entire week's quota. So basically, if I use it at high intensity for 20 hours, the whole week's quota is gone — and that doesn't even account for the current situation where

♥ 1
+5 more tweets →

Claude Code Performance Compared

People are comparing Claude Code's performance and capabilities to Codex, with differing opinions on which model is superior for coding tasks.

44 tweets•39 engagements
→
@scottsttsScott

Codex is just so much better at complex systems and hard tasks The reason why Claude Code was so hyped is it’s better at making cute apps, and that’s what most people vibe code in side projects

♥ 1
@AbdMuizAdeyemoAbdulmuiz Adeyemo

Claude Code is incredibly crazy

♥ 1
@VDP83Vivek Patel

Revision: Codex excels at deep analytical work; fewer errors, thorough self-checking vs Claude Code. But prone to overcomplicating & analysis paralysis—like strong tech intern w/o judgment. Claude Code is higher-level but better at judgment.

♥ 1
@rishbuildsX@rish

genuinely curious...anyone tried codex??? it mops the floor with claude code, not sure why claude is so glorified on x

♥ 1
@yoshiosmileよし@AI個人開発

今ターミナルモニター作ってる。 ・複数のセッション管理 ・指示出し ・オーケストレーション claude code, codexをブーストさせる。

♥ 1
+5 more tweets →

Claude Code Experiences

People are sharing both positive experiences with Claude Code's capabilities for building things quickly, but also frustrations with its limitations and the need for alternative tools when Claude Code is unavailable.

26 tweets•31 engagements
→
@AlladinMagic123

这样你可以拿着手机一边走路一边编程,一边喝咖啡一边写代码! 🙀 GitHub - slopus/happy: Mobile and Web client for Codex and Claude Code, with realtime voice, encryption and fully featured https://t.co/kjG9GZpWeg

♥ 2↻ 1
@VibeGrain

Just built this entire website in under 3 minutes using Claude Code. I don’t think you realize how powerful this tool actually is. https://t.co/JWTWTqv1G1

♥ 2
@BlockChainJimboJamie

bro be like "i built claude code for claude code"

♥ 2
@TaylorMatzellerTaylor Matzeller

I’m use Cursor daily and I’m happy with it. Claude Code users: what am I missing?

♥ 1
@TheAgentShaw

https://t.co/pJntDOuiS3 is a tool that allows you to use claude code in the most effective way possible by allowing you to run multiple iterations simultaneously and its getting attention from a bunch of tech people @AniC_dev and @luaroncrew are building a super cool app

♥ 1
+5 more tweets →

Part of Claude Code Daily newsletter

/