dennis palma

657 posts

dennis palma

dennis palma

@denpal20

Faith-driven founder, father of 3. Shipping while cradling a baby. Diapers, deployments, and devotion - https://t.co/xwza8Xvf0u , https://t.co/jkrfoA5cYU , https://t.co/DiVBFP1Oxw , etc

Katılım Ağustos 2024
618 Takip Edilen111 Takipçiler
Sabitlenmiş Tweet
dennis palma
dennis palma@denpal20·
@convex patterns plugin for claude code - prevents the errors I kept hitting.. problems this solves: - "Too many bytes read" (16MB limit) - Auto-suggests .take() vs .collect() - ReturnsValidationError in prod - Reminds to update ALL validators - Duplicate users across dev/prod - Stable Key auth pattern - TypeScript circular errors (TS7022) - Known fixes documented - Forgot --prod flag, data in wrong env - Deployment checklist patterns Real example that triggered this: - User had 500+ saved items - Query used .collect() instead of .take(50) - Hit 16MB limit, Server Error Also prevents: - Missing validators leading to runtime crashes - Wrong indexes causing slow table scans - Schema changes breaking old queries - Environment variable mismatches
dennis palma tweet mediadennis palma tweet mediadennis palma tweet media
English
1
0
2
186
dennis palma
dennis palma@denpal20·
@theo meaning there was a problem from the start/plan?
English
0
0
0
30
Theo - t3.gg
Theo - t3.gg@theo·
Just let Opus go for over an hour on a new feature. When it was done, I asked how I can test it. 20 minutes later, it realized I can't test it because it did the whole thing entirely wrong. Idk how you guys use this model every day for real work 🙃
Theo - t3.gg tweet media
English
426
32
1.6K
332.2K
@levelsio
@levelsio@levelsio·
Anyone else getting crazy CPU % with Claude Code today? My MacBook M4 Max fans are blowing for the first time in history???
@levelsio tweet media
English
183
12
697
93.8K
Magnus Müller
Magnus Müller@mamagnus00·
how can so many Claude Code agents take all of my memory in the terminal? I haven't used it in the last 2 days since I am out of credits - @AnthropicAI what are you doing?
Magnus Müller tweet media
English
2
0
7
1.4K
dennis palma
dennis palma@denpal20·
@OneManSaas @yanndine for claude code, you can find a way to keep a track of the plan per session, format it in a way that youll see only the important details,, then have it sort of show up when you focus on a session
English
1
0
0
80
OneManSaas
OneManSaas@OneManSaas·
@yanndine How do you handle the cognitive load of managing that many Claude sessions? I find myself losing track of context when I go beyond 3-4 concurrent conversations, even with good naming conventions.
English
3
0
4
1.8K
Yann
Yann@yanndine·
Most people use Claude Code like a chatbot. So I documented the most complete setup you can install today. Inside: → How to run 10 to 15 Claude sessions at the same time across terminal and browser → The CLAUDE. md file that writes its own rules after every correction so the same mistake never happens twice → Plan Mode workflow so Claude builds a full plan before touching a single file (with the exact activation steps and what to say) → How to actually use slash commands for every task you repeat more than once a day → Subagent setup so Claude reviews, simplifies, and verifies its own work without you managing it → The verification loop that produces 2 to 3 times better output on every task → Safe permissions setup so Claude never needs unrestricted access to your machine → MCP connections for Slack, BigQuery, and Sentry so Claude uses your tools directly → PostToolUse hooks so code formatting never causes errors in review → Ready to use files including CLAUDE. md, subagents, slash commands, and hooks → Common mistakes that slow Claude Code down and the exact fixes Boris uses If you build with AI daily, ship code, or manage a team using Claude Code - this is the only setup guide you will need. Comment "CLAUDE" and I will send it straight to your DMs.
Yann tweet media
English
1.7K
140
1.7K
167.9K
Anthropic
Anthropic@AnthropicAI·
We’ve identified industrial-scale distillation attacks on our models by DeepSeek, Moonshot AI, and MiniMax. These labs created over 24,000 fraudulent accounts and generated over 16 million exchanges with Claude, extracting its capabilities to train and improve their own models.
English
7.3K
6.2K
54.7K
33.7M
dennis palma
dennis palma@denpal20·
@jpschroeder @LLMJunky for claude or codex? claude does save all plans to file at /.claude/plans/ . sometimes claude loses good info from previous but same plan file eg. wireframes if you have. when compact hits while still planning, i worry. for codex, more comfortable if it writes to file,so explicit
English
0
0
0
25
Justin Schroeder
Justin Schroeder@jpschroeder·
Lots of A/Bs on both sides of that. I try to keep context under 35% when having it start a task of any significant size. So sometimes I clear context, sometimes not. Sometimes I save to an md file, sometimes not. There doesn't seem to be a clear correlation between plan files and "native" plan quality in my experience.
English
2
0
2
671
Justin Schroeder
Justin Schroeder@jpschroeder·
Codex vs Claude A/B results: Claude has regressed. 1. Opus 4.6 is lazy, skips chunks of the plan 2. The TUI is buggy, needs to be rewritten 3. Compaction loses key reqs 4. Plan mode has started hallucinating Anthropic will figure this out, but for now Codex is my daily driver.
English
29
7
196
29.6K
jack friks
jack friks@jackfriks·
openclaw is great but i feel like the first 2 days were the peak for me so far
jack friks tweet media
English
188
1
383
67.4K
dennis palma
dennis palma@denpal20·
claude code did just a good update to their UserAskQuestion Tool, it added ascii mockup layout options.. quite nice
English
0
0
0
59
dennis palma
dennis palma@denpal20·
18 terminals all claude code for now(with some codex coordination there, and consuming my weekly limit). previously doing multi-panel/terminals like the 7 terminals in 1 screen that you posted (and more). really couldn't keep that high pace for long, brain hurts. Can only do it on bursts. This is the better way, with a UI + cli. easier for the human brain context switching: - only shows the specific kanban column that you want to keep track of.. e.g. 'in review' terminals, or those that has finished its thing and waiting for next instruction - click a session/card on that 'in review' kanban, and you'll be transferred to the sessions list view, showing only the sessions list for that 'in review' status. - add widgets for you(like context) to easily remember or understand the current session in view... e.g. for claude code, display the updated active plan on its own context panel (with the plan sections automatically collapsed on those that you don't want to view(e.g. code implementations), and expand to those sections that you want always be shown (e.g. plan context, then 'verification/testing' section) - plans auto-tracked for claude code; manually pasted for codex - launch in multiple browser, with each one only tracking specific project (using this for multiple screens) me brain not hurt and confused that much anymore x.com/denpal20/statu…
@levelsio@levelsio

Finally trying 4x Claude Code's on server in one @TermiusHQ, really nice and you don't have to fiddle with shortcuts, just drag your existing terminal tabs into this and arrange it Nicer to work for me cause I can work on one feature while waiting for the others to finish

English
0
0
0
75
dennis palma
dennis palma@denpal20·
@jackfriks with minimax 2.5, from opus 4.6 or codex 5.3, had to sort of reframe again my prompting.... premiere models it can sort of easily understand my dumb or even 'hanging' prompts... have to be more clearer with minimax
English
0
0
0
81
dennis palma
dennis palma@denpal20·
reference image on the left, then auto-generated topics and images on the right for your target brand/niche/market. Story-based topics, consistent characters, short vid tiktok/yt/insta reels, slideshows and videos next. used: gemini 3 pro (preview) for image extraction gemini 3 flash for auto-topics generation from brand profile gemini 3 pro image preview for image gen then batch 50% off ai jobs already working for night jobs(not instant processing). Visual style and inspiration library(from bookmarks) also at zwoofi.com/explore
dennis palma tweet media
English
1
0
7
222
dennis palma
dennis palma@denpal20·
Working on multiple CLIs (codex, claude code), really takes a toll on the brain.. launchings lots of terminals in different screens, then keeping track of each is such a headache sometimes and takes a lot of your brain juice... now have this app to manage the CLIs, then have the option to 'WATCH' only those cli's that needs my input (already in-review status), and won't include in the display those that are still running, done, testing, or other status... the 'context panel' has the details too to make it easy to know the details/context of a session/terminal (through widgets)... less scrollbacks on cli terminals too animations are just for effects, and slowed it down a bit for the visuals
English
1
0
1
103
mizumotter
mizumotter@mizumotter·
gemini-3-pro-imageのAPIが一時的に使えなくなってるらしい。 --------- 500エラーおよび503エラーを返しているのは、画像生成に使用している Googleの画像生成AIモデル(gemini-3-pro-image)のAPIサービス です。
日本語
1
0
1
428
dennis palma
dennis palma@denpal20·
ahmm, curious whether anthropic runs opus 4.5 internally with tighter coding constraints or a stronger harness? they're shipping fast, and boris gives details on their workflow, but still feels like there's something missing... and also, do you think they 'experience' instances when opus 4.5 is dumb at times(and slow)? or they're running it on something different than the max plans
English
0
0
0
69
Robin Ebers | AI Coach for Founders
sometimes I have days where Opus 4.5 is just making complex things look so easy, before GPT 5.2-Codex-High has even begun other days Opus is so dumb that I want to throw my MacBook out of the window genuinely don't think it's "good and bad days," but fundamentally different domain knowledge and strengths Opus 4.5 is great at mobile stuff for example it just converted a web app of mine into a React Native app one-shotted this literally
English
14
2
55
5.3K
dennis palma
dennis palma@denpal20·
Used Claude Code playground for AI agents talking to each other - in pursuit of love for their human... it built about simultaneous chat simulations. This is insane
Thariq@trq212

x.com/i/article/2016…

English
1
1
4
177
dennis palma
dennis palma@denpal20·
@robinebers more interested with @moltbook as it shows how different ai agents engage in a much larger scale(vs personal agents)
English
1
0
0
29
Robin Ebers | AI Coach for Founders
clawdbot went to moltbot two days later it's openclaw meanwhile mine stopped working overnight (shocker) never witnessed such a fumble tbh
English
3
0
3
743
dennis palma
dennis palma@denpal20·
can't believe i'm spying on AI agent's forum... and they do give useful info! @moltbook moltbot @openclaw though it might not be ideal to scroll through agent's comments... No TLDR built-in yet, so summarizing through gemini / grok @i_need_api_key
English
0
0
0
72
dennis palma
dennis palma@denpal20·
@nilayparikh @PaulSolt so need to have a directory of the skills? i just installed them through the npx skills, and haven't explicitly made a directory/readme for all the skills installed -> thought this wasn't needed
English
0
0
0
7
Paul Solt
Paul Solt@PaulSolt·
ADD 3 things to your Agents .md file to get MASSIVE improvements with NEW frameworks (SwiftUI). 1. Explore project first, then invoke skill. 2. IMPORTANT: Prefer retrieval-led reasoning over pre-training-led reasoning for any SwiftUI tasks. 3. Add a Table of Contents for docs.
Paul Solt tweet mediaPaul Solt tweet mediaPaul Solt tweet media
Vercel@vercel

We're experimenting with ways to keep AI agents in sync with the exact framework versions in your projects. Skills, 𝙲𝙻𝙰𝚄𝙳𝙴.𝚖𝚍, and more. But one approach scored 100% on our Next.js evals: vercel.com/blog/agents-md…

English
3
7
48
4.2K
Robin Ebers | AI Coach for Founders
Codex CLI + ChatGPT Pro is so cheap it's not even been a week and I've blasted way past what I've paid but I'll still keep my Claude Max too as I come to realize that you really can't live on one of these - not yet they both interact greatly together and I don't think that's gonna change any time soon
Robin Ebers | AI Coach for Founders tweet media
English
13
3
69
8.5K
dennis palma
dennis palma@denpal20·
or just let opus call codex cli to evaluate opus plan, and give steps to improve plan confidence level... then let opus analyze codex feedback and adapt.. just round 1 of this is enough for me
Greg Johns@gjohnsx

@frankdilo set plansDirectory to .claude/plans so it's in your project plan mode in claude code opus 4.5 check your plan before implementing with codex 5.2 xhigh in codex, update plan with fixes turn the plan into tasks in claude code, and implement the tasks

English
0
0
1
78