Guido Schmitz

23.8K posts

Guido Schmitz banner
Guido Schmitz

Guido Schmitz

@guidsen

just building

Rotterdam, Nederland Katılım Aralık 2010
1.2K Takip Edilen985 Takipçiler
Guido Schmitz
Guido Schmitz@guidsen·
@natjin @nilansaha How can we then know what chatgpt and others are also returning? :) You would want to see the difference in behavior of each platform, right?
English
0
0
0
55
nat
nat@natjin·
geo tools today simulate prompts and scrape AI chat UIs to guess what shows up. pplx search api skips the AI answer entirely. just query our index directly and get back the ranked sources (the same ones powering the answer) before any LLM touches it. pretty simple - just an api call
English
2
2
14
1.3K
nat
nat@natjin·
the smartest aeo/geo companies are using perplexity’s search api like a super-weapon they realize you can actually see what is getting ranked and retrieved by LLMs at mass-scale (200m+ daily perplexity queries) vs prompting llms to try to get answers this is real alpha
English
36
12
416
39.8K
Romàn
Romàn@romanbuildsaas·
In less than a year, I managed to get 13M+ organic views on Reddit. It brought over 100,000 people to my website without spending a cent. I put together a Reddit Strategy Playbook that gets me 1M+ organic impressions/month… and makes my posts show up consistently inside AI outputs (ChatGPT, Gemini, etc.). Here’s what’s inside the playbook: 😈 How I grow my SAAS GojiberryAI with Reddit 🔥 The 3+1 post formats that always go viral 🚫 How to get traffic from 100 subs → without getting banned 🔎 My Reddit SEO method to rank in AI-generated answers ⚡ The automation flows I use to convert views into demos 🏴‍☠️ A little bonus just for you Want the full 1M Views/Month Reddit Strategy (100% Organic)? Here’s how to get it: ✅ Repost this post ✅ Comment “REDDIT” I’ll send it straight to you.
Romàn tweet media
English
164
79
132
8.5K
Rayan Sadri
Rayan Sadri@rayansadri·
Tried it out. So the product scans stuff, then it shows Reddit tells me people post about my company, surfaces competitors I already knew about ages ago, wraps it in a dashboard, and wants me to scream “OMG we saved $60k. At this point I’m convinced half of startup hype is just polished demos. How’s this the “ultimate CMO” for me
Okara@askOkara

Today we're introducing the world's first AI CMO. Enter your website and it deploys a team of agents to help you get traffic and users. Try it now at okara.ai/cmo

English
278
95
2.3K
387.8K
Guido Schmitz
Guido Schmitz@guidsen·
@SeeOn__ LLM > ocr model > json? Idk? I think Mistral has a crazy good OCR model. Might be do it? Think accuracy is indeed still a thing but interesting to play with
English
1
0
1
27
Sudhir
Sudhir@SeeOn__·
@guidsen I'm still figuring it out... Instead of directly doing it from image... Most probably I'll add another step in between... As LLm are still not able to read properly from a traditional floor plan
English
1
0
1
293
Sudhir
Sudhir@SeeOn__·
Just merged my floor planner with my configurator 👀 Now it supports: • Full floor editing • Material customization • Lighting controls • Post-processing (Bloom, SSR, SSGI) • Scene outlines • Multi-level floor editing • Plan export #buildinpublic #threejs #r3f
English
69
93
1.6K
158.7K
Wise
Wise@trikcode·
Software engineers are the happiest people on Earth now. They pay $100/month for Claude Code to do the work. Their employer pays them $10,000/month for the results. $9,900 profit for sipping coffee and talking to AI. The funniest part? Not a single dev with a full-time job will ever admit this publicly What a time to be alive.
English
711
238
5.2K
617.9K
light
light@OlegKuz35778150·
@EHuanglu It's very inaccurate so far. For interior design, this is critical. The windows are in the wrong spots, the furniture is all over the place, and the windows are on the wrong side. I haven't seen a single thing match up yet.
light tweet medialight tweet media
English
5
0
65
6K
el.cine
el.cine@EHuanglu·
AI ending interior design Nano banana 2 now can turn sketch floor plan into 4K 3D rendering with accurate dimension, take photos for each room, and 1-click furniture change used to cost $100k and months.. now cents and mins step by step tutorial on OpenArt:
English
209
949
8.6K
2M
Yuli Kay
Yuli Kay@yulikay·
@EHuanglu you mean as a professional right 😄 I really hope so! btw do you have any free guides, videos? would love to explore more and share with my audience
English
1
0
2
386
Guido Schmitz
Guido Schmitz@guidsen·
Been creating many Claude agents lately - and this one part is something I cannot live without. It makes sure it will gradually improve itself and keep its learning. Really helpful!
Guido Schmitz tweet media
English
0
0
0
76
IndiJo
IndiJo@odd_joel·
@guidsen @levelsio remote control is solid for supervision. if you want full terminal access on mobile though, mosh protocol is worth checking out — sessions survive network switches and phone sleep unlike SSH. been building a mobile terminal called Moshi around it
English
1
0
0
32
@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
161
9
356
190.9K
Guido Schmitz
Guido Schmitz@guidsen·
ok this is wild.... in <30 mins claude made 70 content pieces for a small project i'm working on. 1/ started with @ahrefs mcp doing extensive keyword research 2/ created a full content strategy for each part of the buyer journey and each type of content (long-form, carousel, instagram, etc) 3/ pushed this all into @NotionHQ via mcp + adding the correct properties for each 4/ for each Notion item, it added a full briefing, including ad inspiration generated by nano banana 2 wild times
Guido Schmitz tweet media
English
0
0
0
112
Guido Schmitz
Guido Schmitz@guidsen·
this tech is unreal pretty fun of going from empty room > styled in multiple styles > 3D world in under 5 minutes
English
3
0
0
110
@levelsio
@levelsio@levelsio·
🪴 To prove this works, I pulled a random SketchUp garden design from web, put it in 🏡 Interior AI and now you can walk around in it Gardens work and it supports decks, patios, pools, car parks etc already And more importantly you can redesign all of those in 50+ styles or upload your own style with an inspiration image 😊👌
Imagination@ImaginationOnX

@levelsio What happens if you upload an exterior 3D Sketchup environment? I’d love to walk through and edit my architectural work.

English
32
14
341
68.6K
Mathias
Mathias@mathias_gilson·
@levelsio every airbnb should have this
English
1
0
5
435