Daniel Stuski

3.1K posts

Daniel Stuski banner
Daniel Stuski

Daniel Stuski

@danielstuski

building https://t.co/TCE0au0T2T and https://t.co/GiOQbRH6PK with @launchable_ bootstrapping https://t.co/MHEGJh2sPQ with @drbillnye traveling startup founder 🚐

join my weekly newsletter 👉 Katılım Ocak 2022
370 Takip Edilen2.4K Takipçiler
Olly
Olly@helloitsolly·
We hit $90,000 MRR in March, 100% bootstrapped And @SenjaHQ's new engineer starts today!
Olly tweet media
English
20
2
97
5.2K
Daniel Stuski
Daniel Stuski@danielstuski·
@jarekceborski I'm thinking about Fuerta or Tenerife too, which parts would ypu recommend for longer stays?
English
1
0
0
178
Jarek
Jarek@jarekceborski·
Fuerteventura month two: apps getting built, photos getting taken, life getting good ✌️
Jarek tweet mediaJarek tweet mediaJarek tweet mediaJarek tweet media
English
7
1
65
4.8K
Daniel Stuski
Daniel Stuski@danielstuski·
full day of driving today. so much unused claude usage going to waste. i feel everything moves so fast because of ai that I'm starting to feel bad whenever i have a slower day. luckily i got to do some api documentation with voice on my phone, i'm not completely doomed.
English
1
0
1
96
Daniel Stuski
Daniel Stuski@danielstuski·
i'd done 3 years in the past of fullstack dev with elixir as a backend. i love elixir so much, but have never had enough skills to build with it on my own. this week, I've built the entire backend of 25.tools with elixir and hosted it on hetzner with coolify. it works, it's beautiful, it's super fast and it's ready for tens of thousands concurrent calls from ai robots. i fucking love building with ai.
English
1
1
7
284
Elias Stråvik
Elias Stråvik@eliasstravik·
@skeptrune so you’re telling me that the people best suited to orchestrate hundreds of parallel agents across different infrastructures, tools and products are… software engineers? markets will explode when this reaches Wall Street
English
3
0
6
575
Nick Khami
Nick Khami@skeptrune·
we've now hit the inflection point where companies are starting to hire developers again. management wants more eyeballs staring at a terminal and prompting ai
Nick Khami tweet media
patagucci perf papi@kenwheeler

the models were disappointing this weekend. watching 5.3 and 4.6 generate absolute slop on long runs. 5.3 even deleted a bunch of functional unrelated code. increasingly convinced the human in the loop requirement isn’t going away.

San Francisco, CA 🇺🇸 English
20
6
156
40.3K
Jarek
Jarek@jarekceborski·
spent the whole day with Claude (~12h) zero lines of code written 4 plans ready for 14 agents never worked so hard!
English
9
1
25
2.3K
Daniel Stuski
Daniel Stuski@danielstuski·
@polygora hey man, happy to exchange ideas what are you mainly working on lately?
English
0
0
0
17
Vlad Ursul
Vlad Ursul@polygora·
Looking to #connect with people building in and around AI 👋 Especially interested in: - AI agents & workflows - B2B SaaS growth - Product Integrations & Architecture - CX/support automation If you’re working on any of this or building your own product, let’s connect.
English
6
0
5
148
Daniel Stuski
Daniel Stuski@danielstuski·
wasted few days manually testing shopify apps due to login issues with playwright. so i asked ai to create a checklist of what needs to be checked each time. it made the list and then just started checking it itself. now i need to find a way to automate that.
English
1
0
2
235
Daniel Stuski
Daniel Stuski@danielstuski·
i'd stream logs to a local file and create a cron job that uses `claude -p "query"` with haiku where query includes server logs you then ask haiku to spot any errors in logs (cheaper) and send it to another smarter agent to understand the error and fix it similar thing with errors and features
English
0
0
0
57
@levelsio
@levelsio@levelsio·
This is fun but what if we connect my PHP, JS and server error logs AND the bug and feature request board to an AI that then writes the code and does pull requests that I then approve or reject? How I do this? Can I do it with Claude Code?
@levelsio@levelsio

This week I decided to just permanently switch to running Claude Code on the server mostly on bypass permissions mode: c() { IS_SANDBOX=1 claude --dangerously-skip-permissions "$@"; } And for the first time in my life I think I've actually managed to outrun my todo list What happened is I simply blasted through my to do list of features I had to build and bugs I had to fix I've never shipped so fast and Claude Code almost made no mistakes, and when it did it they were tiny that weren't fatal (important because I'm mostly working on the server in production now) Before I was always known to ship fast (also because I always work alone) but while I shipped new things would always build up on my features/bug board (my users can submit them there) But this is the first week where I've been fast enough to outrun them The board is actually empty! As other people have written on here the real bottleneck is becoming myself and my creativity, not how fast I can ship. Because I think I ship faster now than I can come up with new ideas, or maybe my brain will adjust to this new speed (probably) Also I feel another limit is becoming my own mental context window, as in how many things, features, bugs, projects, I can keep in my mind in parallel while building on all of them. It's a lot and I haven't reached that limit yet but I feel I might be close I also noticed that you start going really fast the more you let it just go loose, before I was slow because I didn't trust it and I was scared it would destroy my code, now I just let it go. As @karpathy wrote, things feel like they've changed a lot around December last year when models became good enough to really code with and I feel the same When I see other friends code with Claude Code I often notice they're slow because they still check everything, which is good of course, but I feel the better way would be to create some tests and just let it run freely and see if it can pass those For me the tests are mostly just me checking out if the new feature on the site works or not, and in 99% cases it just does, and then I ask it to improve it further Because I run Claude Code on the server in production, I don't have to wait for deployment anymore (although that took only 3 seconds anyway before, that still adds up), now it's wait for it to be done coding, I refresh the site and I test it, that feedback loop is how I work and it's made me WAY faster Anyway here's what I did this week and the majority of these things were requested by people on the bug board, I'd say this is about 10x my normal output: 📸 Photo AI - Built new image viewer and mobile image viewer - Added batch remix, multi-photo import, filtering by model in gallery - Security overhaul: phased out insecure ?hash= login, migrated to session tokens - Fixed Google login loop, multi-model selection, talking scripts - Added custom audio upload for talking videos - Created dynamic model selector from server endpoint 🏡 Interior AI - Revived [ Add furniture ] feature (started 6 months ago, image models now good enough) - Added custom style upload for redesigns - Built own Gaussian Splat viewer for 3D - Made /remove_bg endpoint for furniture backgrounds - Migrated 3D walkthrough to new World Labs API - Added .skp file support, paint color masking, empty room button 🎒 Nomads - Launched weekly AI-generated newsletter from chat - Built profile edit modal, moved profile editing from /settings to profile page - Added TikTok/YouTube links, status bar, server-side API tracking - Added hundreds of new profile tags and traits - Fixed timezone filters, broken links, user avatars 🗺️ Hoodmaps - Revived write mode (before was only read for last few years because db was rekt) - Built heatmap mode using sentiment-scored tags (50K+ tags) - Fixed root cause: tags not entering DB due to wrong PRAGMA (should be WAL) - Added good/bad area detection with admin grid controls - Set up Claude Code Telegram bot for live changes - Enabled CF cache, fixed health check, fixed Brussels 📕 MAKE book - Built auto ePub/PDF generator cron worker - Added dynamic generation with personal customer watermarks - Added image compression for file size 💾 Pieter .com - Added Wikipedia text-only reader for Kindle - Exploring Windows 3.11 emulator using v86 (to replace Em-DOSBox) - Added product recommendations on homepage - Installed Wall Street Raider (1986) 👩‍💻 Remote OK - Installed Chatbase AI customer support bot - Added "report not remote" link on job posts 🏨 Hotelist (3 todos) - Fixed hotel URLs and city range bugs - Added iron amenity

English
162
9
355
191.8K
Daniel Stuski
Daniel Stuski@danielstuski·
@samuelcook yess, i stare at the wall most of the morning and try teally hard to get stuff done most of the day, but when it's finally time to go to bed i'm in a full flow mode and get the amount of shit done in 2 hours that would take me the whole day
English
1
1
5
149
Samuel Cook
Samuel Cook@samuelcook·
Engineering work quite literally isn't linear though. In a perfect simulation-style twist, the actual tool name is precisely wrong. Especially as your work gets more specialized and advanced, it's more common to have periods of silence followed by huge explosions of activity.
Olly@helloitsolly

Another engineer quit midway through a trial $9,000 a month and apparently keeping Linear updated as you go is too much Listed twice in job description Designed to facilitate remote work and fewer meetings

English
3
0
18
4.1K
Daniel Stuski
Daniel Stuski@danielstuski·
mac mini is set up. ssh works from my laptop and my phone so now I can build from literally anywhere.
English
1
0
2
321
Daniel Stuski
Daniel Stuski@danielstuski·
@helloitsolly 50% of my dev friends have 2+ jobs and the rest (including me) are building sth on the side
English
1
0
3
279
Olly
Olly@helloitsolly·
Another engineer quit midway through a trial $9,000 a month and apparently keeping Linear updated as you go is too much Listed twice in job description Designed to facilitate remote work and fewer meetings
English
73
0
143
64.3K
Daniel Stuski
Daniel Stuski@danielstuski·
@helloitsolly they're used to working 3 jobs at a time or on their side projects
English
1
0
2
501
Olly
Olly@helloitsolly·
Small, remote teams require constant communication Are engineers used to working to their own rules while every other team member agrees to be accountable?
English
6
0
12
7K
dennis hegstad
dennis hegstad@dennishegstad·
Urban Bunker inspired home. Yes please.
dennis hegstad tweet mediadennis hegstad tweet mediadennis hegstad tweet mediadennis hegstad tweet media
English
5
0
36
4.7K
Daniel Stuski
Daniel Stuski@danielstuski·
claude code tried to rebuild my entire email infrastructure from scratch. but I keep a second claude session open as an "architect" that knows the full plan. every time claude code commits I paste it there for a sanity check. next step is to automate it.
English
0
0
2
306
Daniel Stuski
Daniel Stuski@danielstuski·
@thekitze wtf, i literally asked my robot yesterday to move 1 px to the left i'm not even joking
Daniel Stuski tweet media
English
0
0
0
51
kitze
kitze@thekitze·
if only someone told you EXACTLY how everything is gonna unfold 8 fkn years ago. before the words ai, llm, gpt, and claude were in your vocabulary. please give this a watch.
English
25
12
190
16.8K
Daniel Stuski
Daniel Stuski@danielstuski·
@theandreboso @kirstycarrot that's true, but it's no different from big pharma getting people addicted to benzodiazepines and painkillers. there's no going back from these being available, it's peoples choice to consume the "good" content.
English
1
0
0
20