Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

I recreated Meta’s new AI Glasses on my Quest, and the complete source code is available! 👓 Hey everyone! I’ve received a lot of feedback and messages about my latest project, where I used the Quest to recreate the features shown during Meta’s keynote. To answer your questions I...

15,977 Aufrufe • vor 9 Monaten •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

I built a mobile app to check Paddle revenue (because they don't have one): 👉 - Use your Paddle API key (read-only and scoped) - Live data with beautiful and useful graphs built with native Swift UI. - Multi-account supported, unified revenue metrics. - Data stay on device, no server (api requests are sent directly from your phone) - Home widgets - I made it free to download on App Store (once it's approved) - Buy the source code for $19 and customize it however you want (save 5hrs of prompting if you try to do it yourself). Some interesting facts about this side project: - I vibe coded with 100% claude code remotely on my Mac Mini (with my AI assistant setup) in less than 24 hours. - I have read 0 line of code in this project and never opened Xcode myself. - My AI assistant designed the app with GPT Image 2, built the app with Swift UI, test it on simulator (via screenshots), send the test build to TestFlight for me to test, and invited me to the app store connect account so I can test on my phone, then the AI submitted the app to App Store and currently waiting for approval. - For the website, I ask it to come up with a domain name, I bought it via manually and give it access via Cloudflare API, the AI design and create a static website with GitHub, test it with lighthouse CLI, deploy via GitHub pages, config the domain DNS, deploy the website. - Then I sign up an account with Polar payment, create an API key and ask the AI to setup a store, add payment, link with the account, and add the payment to the website. The entire process happened in the last 24 hours with me only talking to the AI via Telegram. This is such a fun side project not only to create an app that I wish exists, but also to push the limit of what I can use AI for, and so far I'm very impressed. I'll create so much more apps! It feels like I have unlocked a super power.

Tony Dinh

43,787 Aufrufe • vor 2 Monaten

🔥From no-code to vibe code!✨ Excited to announce that I am joining the bolt.new Hackathon and building New Mom. I just vibe coded this website and AI chatbot today without knowing how to code at all! Bolt brought to life the tool I wished for as a new mom. Now, as a mom of four, I see how vital this support is for new mothers.💜 It’s the ultimate website for new moms, packed with resources for the wild, beautiful journey of motherhood. It also has a 24/7 chatbot bestie, NewMom AI, to answer questions, share tips, and keep the good vibes flowing. Let’s empower new moms together! If you’re a mom, a father, a husband, a good friend, a sister, or a brother who knows someone about to become a mom, please share this post and let this tool help all the new moms in this universe. 😉 Thank you, you’re amazing! ✨ Check out my website and share your honest feedback with me! ✨Tagging Eric Simons KP GREG ISENBERG , I would love to hear your thoughts on this idea. 👋Grant Lee, I finally brought this website live with Bolt! I would love to hear your thoughts about the website. inkko , I’d appreciate your feedback on the design. Thank you all! It is my v1. Still lots to do! Next steps: ➡️connect the website to domain ➡️find real users on Pinterest and Instagram and gather feedback ➡️improve the resources on page to show the latest information (thinking of some scraping tool) ➡️improve the chatbot: Enhance training data Personalize responses Improve emotional intelligence Implement a feedback loop (*not sure how to do these, but I will figure it out with AI😉) Questions: Should I allow users to send 10 messages for free, then require sign-up to continue the chat? I want to know the real number of users who find this tool useful. I won’t be submitting another project for this hackathon. I’ll focus on finding users and paid users for this tool. My goal is to help new mom and make money with it!😉 So, you’ll see me posting about New Mom every day from now on. Let’s go!🔥

𝐙𝐞𝐧𝐠 💜

21,739 Aufrufe • vor 1 Jahr

There's so much focus on "how can AI do my work for me?" I think the more important question is "what work can I now do with AI that I would have never attempted before?" Earlier this year I wrote freestiler, a vector tiling engine for R and Python, with the help of Claude and Codex. I knew what the ideal engine looked like and how it would work at a high level. I didn't know how to put it together, and I don't know Rust, the language I wanted under the hood. Previously I would never have attempted this project as the ROI wasn't there. It would have taken me a year or more to learn the internals of a vector tiling engine and enough Rust to implement one. With Opus-level models, I could take it on. freestiler now powers all my vector tiling pipelines, including the map below rendering 143 million jobs from LODES, and it has 114 GitHub stars. Building this way has required a different set of skills. I don't review the code line by line. I set up adversarial agents to do that and write the test suites. What I review is the architecture, the behavior, and the results. Agent teams surface findings and explain their reasoning; I evaluate and critique. My job isn't to stress over code formatting, but instead to focus on questions like whether the engine is designed right, whether the output is correct, and if the UX makes sense. This means that I haven't "replaced my work." I've taken on entirely new work, with the help of agents, that I would have never done otherwise. It has taken some getting used to shipping code I haven't personally typed. In the old way of working, I built understanding through writing that code. Now I build understanding through managing the project - writing a spec, reviewing structure, evaluating UX. And that's helped me think a whole lot bigger in terms of what I can now do.

Kyle Walker

13,396 Aufrufe • vor 10 Tagen