Roger - dev

754 posts

Roger - dev

Roger - dev

@roager_laurits

I get ideas - I build them - I share them

Denmark Katılım Ağustos 2021
244 Takip Edilen331 Takipçiler
Roger - dev retweetledi
Creative Owls 🫟
Creative Owls 🫟@MyCreativeOwls·
lovablecookbook.com - Search for SKILLS Copy and paste Security Audit Supabase RLS Audit Deep Debug Pre-Launch Checklist Mobile Responsive Audit Performance & Lighthouse Audit
English
1
1
12
573
Roger - dev retweetledi
Lovable
Lovable@Lovable·
Win up to 2 years of Wispr Flow Pro, 500 Lovable credits, and $1,000 in cash. Full terms and rules: builtformoms.lovable.app
English
2
2
10
4.2K
Roger - dev retweetledi
Lovable
Lovable@Lovable·
Introducing the Built for Moms contest, in partnership with our friends at @WisprFlow, to celebrate everyone who builds for the moms in their lives. How to enter: 1. Build with Lovable and Wispr Flow 2. Submit: builtformoms.lovable.app 3. Vote on your favorites
Lovable tweet media
English
24
17
172
17.4K
Roger - dev
Roger - dev@roager_laurits·
@AlexFinn And only about 0,0004% got the money for that monthly.
English
1
0
3
85
Alex Finn
Alex Finn@AlexFinn·
Here's the truth people are afraid to admit: Even if using Opus 4.7 with OpenClaw costs you $1,000 a month through the API, you still need to be paying for it When it comes to OpenClaw there's simply no second best model ChatGPT is completely useless for OpenClaw. Doesn't complete tasks, actively deletes and messes up files, has no idea how to use tools Every night before I go to bed I pray ChatGPT 5.5 matches Claude at OpenClaw usage. OpenAI has been a lot more consumer friendly when it comes to limits and oauth use But at the moment there is no dodging the truth. Claude is the only way to go for OpenClaw I look at it like this: OpenClaw with Opus 4.7 is a super intelligent employee that works 24/7 without complaint Even if I pay $1,000 a month for API usage ($12,000 a year) that's still a steal compared to hiring humans I'd be paying over $100,000 a year if I hired an actual person. And they wouldn't be working 24 hours a day and they wouldn't be immediately responding to my telegram chats and they'd file HR complaints if I talked to them the way I talked to my Claw I'm confident OpenAI is training their new models for OpenClaw usage, but in the meantime, there's simply no 2nd best. Pay for the API.
Peter Yang@petergyang

I spent an hour plus this afternoon trying to get OpenClaw to work with GPT. I asked it to do a simple task to send me a weekly stats recap email that Opus had no trouble with. Here's how the conversation went: "You completely messed up the previous template" "Sigh you made a mess. Why don’t you open the email template and I can edit manually" "no you totally screwed it up tbh. let's switch the model to sonnet" Again, big fan of OpenClaw (+ Codex) but this model simply doesn't seem to work with following through on agentic tasks (or just simple cron jobs). Maybe it's a skill issue on my part - although the AI builder groups I'm part of say similar things. Hopefully, Spud / GPT 5.5 will solve this.

English
250
34
597
264.2K
Roger - dev retweetledi
Julian Goldie SEO
Julian Goldie SEO@JulianGoldieSEO·
OpenClaw just got 3 upgrades that actually matter. Not hype. Real leverage. → browser agent can use your real Chrome → Lossless Claw fixes memory problems → Kim K2.5 runs free through Ollama Cloud That is: more action more memory more speed Save this video, you’ll see why AI agents are getting more practical. Want the SOP? DM me. 💬
English
1
5
43
3.4K
Roger - dev
Roger - dev@roager_laurits·
Look at this post. When did X add that?
Roger - dev tweet media
English
1
0
0
58
Roger - dev retweetledi
sunny madra
sunny madra@sundeep·
“If your $500K engineer isn’t burning at least $250K in tokens, something is wrong.”
English
909
930
10.6K
7.1M
Roger - dev retweetledi
CyrilXBT
CyrilXBT@cyrilXBT·
Stop sleeping on AI Obsidian + Claude Code = your own JARVIS. Takes 1 hour to build. Most people will scroll past this and stay unproductive. The ones who stop and build it will never work the same way again.
English
104
463
4K
387.1K
Roger - dev retweetledi
el.cine
el.cine@EHuanglu·
omg.. Google vibe design is here you can now talk to agents to design and edit anything
Google Labs@GoogleLabs

Introducing the new @stitchbygoogle, Google’s vibe design platform that transforms natural language into high-fidelity designs in one seamless flow. 🎨Create with a smarter design agent: Describe a new business concept or app vision and see it take shape on an AI-native canvas. ⚡️ Iterate quickly: Stitch screens together into interactive prototypes and manage your brand with a portable design system. 🎤 Collaborate with voice: Use hands-free voice interactions to update layouts and explore new variations in real-time. Try it now (Age 18+ only. Currently available in English and in countries where Gemini is supported.) → stitch.withgoogle.com

English
77
276
4.6K
1.1M
Roger - dev retweetledi
Julian Goldie SEO
Julian Goldie SEO@JulianGoldieSEO·
OpenClaw has one problem nobody is talking about. Zero security. Zero privacy. Your data running wide open. Millions of people are using it right now like this. Nvidia just fixed it. One command. Free. Open source. It's called NemoClaw. Here's what it adds: → Security guardrails — your AI agent can no longer go rogue → A privacy router — it decides what stays on your machine vs. the cloud → Local AI models — runs on your GPU, works offline, data never leaves → Installs on top of OpenClaw with a single command Think of OpenClaw as a race car. NemoClaw is the seatbelt, the airbags, and the GPS — all installed at once. Jensen Huang literally said: "Every company in the world needs an OpenClaw strategy." But without NemoClaw, that strategy is running naked. This is the missing piece nobody knew they needed. Save this. Then go install it.
English
11
45
255
20.1K
Roger - dev retweetledi
Alex Finn
Alex Finn@AlexFinn·
IF YOU'RE ON OPENCLAW DO THIS NOW: I just sped up my OpenClaw by 95% with a single prompt Over the past week my claw has been unbelievably slow. Turns out the output of EVERY cron job gets loaded into context Months of cron outputs sent with every message Do this prompt now: "Check how many session files are in ~/.openclaw/agents/main/sessions/ and how big sessions.json is. If there are thousands of old cron session files bloating it, delete all the old .jsonl files except the main session, then rebuild sessions.json to only reference sessions that still exist on disk." This will delete all the session data around your cron outputs. If you do a ton of cron jobs, this is a tremendous amount of bloat that does not need to be loaded into context and is MAJORLY slowing down your Openclaw If you for some reason want to keep some of this cron session data in memory, then don't have your openclaw delete ALL of them. But for me, I have all the outputs automatically save to a Convex database anyway, so there was no reason to keep it all in context. Instantly sped up my OpenClaw from unusable to lightning quick
English
205
114
1.8K
292K
Roger - dev retweetledi
Julian Goldie SEO
Julian Goldie SEO@JulianGoldieSEO·
OpenClaw just got a free upgrade ⚡ With Nvidia Nemotron 3 Super now on Ollama, you can run OpenClaw completely free. Just run a simple command, connect it, and you’re good to go. No cost. No limits. Just powerful AI agents. 🚀
English
28
76
461
38.7K
Roger - dev retweetledi
Julian Goldie SEO
Julian Goldie SEO@JulianGoldieSEO·
OpenClaw finally remembers everything 🧠 A new free memory plugin called Lossless Claw fixes one of the biggest OpenClaw problems — losing context. Now your AI agent can store, recall, and use past information without forgetting important details. Even the OpenClaw creator recommended it. Install it from GitHub and make your agent way smarter.
English
31
47
400
38.2K