正在加载视频...

视频加载失败

Everyone's talking about vibe coding without looking at code. I was skeptical. I decided to give it a shot on a challenging problem and was blown away by what I could accomplish in 8 hours. I'm not skeptical anymore, but I also do NOT think it kills SaaS Notes:...

48,930 次观看 • 7 个月前 •via X (Twitter)

0 条评论

暂无评论

原始帖子的评论将显示在这里

相关视频

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,740 次观看 • 1 个月前

My upcoming release of "Cinematic AI" has made me think about how bodies of work are formed. I think some are manifested and some are revealed. I think "Cinematic AI" falls into the latter category. It was not something I had a clear vision for and then created, but it was something that was revealed to me over time. I thought I saw a glimmer of it early on, but only after some time had past, could I see the body of work emerge. With a bit more context and watching great artists and how they work and think, it finally came to me that this series of 15-20 pieces that I had created could be a worthy collection to mint. AI art has been going through so many transformations from the early GAN work to Collaborative AI to now AI being widely accessible through platforms like MidJourney, Stable Diffusion, and many others. But one area that I have seen explode in recent months is cinematic AI. I distinguish this from animated AI, which has been around for a while, but cinematic AI is where the movements created by AI are getting closer to what you'd see in a movie or captured on a video camera. It still has a long way to go but it is getting more real than surreal as the technology develops. And this is where I seem to have found my groove, my home, my little corner in the artistic landscape. After Runway launched their image-to-video tool, it just blew my mind and I went down a deep rabbit hole and have created a new cinematic AI piece almost every other day for the past few months. I initially saw many of these pieces as just experiments, but with some time to reflect, I am seeing them as having the potential of being relevant pieces of artwork to mark this time in the development of AI. In some cases, I'm not sure if I'll ever be able to create a similar piece again, since the tools I use are not in my control, but in the control of the AI platforms, who are constantly improving and evolving the tools. Given all of this, there is no better way to mark my place in time than on the blockchain. I truly believe that this body of work has the potential to be an important artifact of this era in AI and AI art. It is always hard to judge ones own work, but what I can do is permanently etch in time on an immutable public database saying that I created this. Only time will tell if the work has any value or is of any significance, but who created it and what was created cannot be disputed. I hope this gives you and especially collectors some perspective on the work I'll be releasing next week. I'm still very early in my artistic journey, but hopefully some of you will see promise in what I'm doing and maybe even put in a early bet on my art practice by bidding on a piece next week. Thanks to all of you who have supported me, taught me, advised me, been a friend to me. Much love and respect.🙏 ------------------------------------- CINEMATIC AI October 25, 2023 Marking on the blockchain, establishing historical provenance for a cinematic AI body of work. Minting on Transient Labs ERC-721TL Listing on SuperRare

Chikai

21,517 次观看 • 2 年前

This might be the best "AI Engineer" I've tried so far. ​ I'm an old school developer who started 30 years ago. I feel very uncomfortable letting AI take control of my code, but for the sake of science, I spent two hours building an application that took me weeks to build a couple of years ago. ​ I used Pythagora, a brand new tool backed by Y Combinator. They just released to the public. ​ Keep in mind that I use AI every day to write code, but Pythagora is something different: it's a tool that leads, and uses you—the human—as the copilot. ​ I go into more details in the video, but here is the TLDR; ​ 1. Holy molly! We've made a ton of progress on this front! This is way better than Devin when I tested it a few months back. ​ 2. Love the approach of generating a plan with sub-tasks before writing any code. ​ 3. The tools never tries to do too much: it tackles every small task one at a time, and gives you instructions so you test everything. ​ 4. It does exactly what you'd do when it gets stuck: writes a bunch of logs and uses those to correct itself. Pretty neat! ​ 5. It's fast. It runs locally. It's an extension to Visual Studio Code. ​ I'm impressed, but I don't think this tool is for me. ​ I'm not the type of developer who's ready to relinquish control. I felt I had no connection with the code because I didn't write it. It was not my code. ​ I know many people who don't care about this. I know many people who will get tremendous value out of Pythagora. I hope they keep pushing the limits, providing feedback, and helping this get to a point where old folks like me feel more comfortable using it. ​ Don't take my word for it. The best thing you can do is to give it a try and see how you feel using it. ​ Thanks to the team who built this, for all of the explanations and support, and especially, for sitting and listening to my dumb questions for 2 hours while I tested this.

Santiago

212,056 次观看 • 1 年前

Pi was built when there were already agent harnesses around. Here’s why Mario Zechner(Mario Zechner), found them suboptimal and built Pi, a minimalist self-modifying agent: #1 - Mario initially was a believer in Claude Code: "I was a believer in Claude code because they were the first that packaged agentic search up in a really compelling package. And at the time that fit my workflow really well. Everything around the LLM was kind of nice and tidy and easy to understand. I was super happy. I was proselytising Claude code." #2 - Reverse engineering Claude Code highlighted the degradation that Mario felt as a user: "I personally like simple tools that are stable and that I can rely on. Even if they have non-deterministic parts, all the deterministic parts should be as stable as possible. That was just not the experience with Claude Code around summer 2025. They would take away your control of the context. They would inject stuff behind your back, which is bad. Then, your workflows stopped working because there's now a system reminder that you don't even see in the UI that would modify the behaviour of the model. They would also do this to the system prompt. I built a little service where I can track the progression or evolution of the system, prompt and tool definitions and, with every release, it was messing with stuff. That just messed with my workflows and I don't appreciate that." #3 - PI was built with an appreciation for simple and reliable tools: "If I commit to a development tool, I want it to be a stable, reliable thing like a hammer. I don't want my hammer to break a different spot every day. That's terrible. We need somebody who goes the full velocity kind of way. But I don't want to work with a tool like that."

The Pragmatic Engineer

62,825 次观看 • 3 个月前

Q: It must be complicated, when I listen to you, to have a private life, somebody to understand your passion and to share this moment. Lewis: "It really is, especially I would say more so today than ever before, which is the way the world is, you know. I look at the other drivers and I wonder how they're doing it. You know, some are having kids and some married, some, you know, most of them girlfriends. I did that when I was in my 20s, but I took a decision to really to maximize my time that I have here because it's not as long as you think and it's limited, you know. And I don't want to look back and be like, ah, if I just gave a little bit more here, I didn't sacrifice my time because I was committed elsewhere." "So I really focused in these last, you know, particularly these last 10 years, like get everything I can out of my performance. Then when I retire, then I can do whatever I want. You know, I can dedicate my time to whatever else it is and not have to worry." "But in this competition time, focus on health, well-being, my mental health, my driving technique, being as good an engineer as I can be, and also being the best teammate that I can potentially be for the guys that I get to work with. That's my sole focus. You know, I want to win." "I've been fortunate enough to win with great teams in the past. Particularly, obviously, with Mercedes and with McLaren, which was incredible. And my dream is to win a championship with Ferrari." "And that's something that hasn't been done for a while. But they have absolutely every ingredient that's needed to win. It's just like getting all the pieces of the puzzle in the right place. And that's what I'm trying to work on in the background with Fred and the whole team." [📹 VIGNERON GAETAN]

sim

86,907 次观看 • 1 年前

This part breaks and heals my heart at the same time 💔Mingi’s words are full of wisdom, as always🥺 🐥 I was full of arrogance in the beginning, but after I made my debut, I felt so small. From then on, I lost a lot of my mental strength. As soon as I made my debut, I thought I was the best and I thought I was in first place. That’s why those aspirations, that tenacity, and that something about me - my self-worth - was so high. But after that, it was destroyed in an instant. 🐥 I lost a lot of my self-worth, and I started to feel like I was worth nothing. I started to doubt if there was any reason for me to be in this group. When I feel that kind of self-disgust, I think it’s important how I overcome those thoughts. In my early days of my debut, I think I only had a pretty packaging on me. I used to think, ‘I’m doing well, what more can I do?’ But after that pretty packaging came off, I had nothing inside. So I think it took me a long time to fill myself up. Now, even if I break down once in a while, I just go back to the human Song Mingi, and I look for the things I like one by one, and then I think, ‘People will like me a bit now, right?’ Since we’re celebrities, we need to satisfy the people to a certain degree. But I think we still have to satisfy ourselves in the process as well. I think I try to find a harmony between the two in my head. 🐥 It took me a long time to build this up, but I think the process of building myself up, unlike building a sand castle, you build it up little by little. So I feel like, internally, I have become more resilient, compare to before.

Irene | AhgaTiny

35,998 次观看 • 10 个月前

#ต้าห์อู๋ #Daou #Oueiija 🦖: There was a music festival in Pattaya, and I brought my Mama along. Lately, I have been bringing my Mama to work a lot. And I felt like booking the best hotel for her to sleep in, so I did. That day, she kept looking at the view from the hotel, and I saw her reaction. She said, “Mama has never slept in a hotel like this in my whole life. Mama has been working since the age of 14, performing Chinese opera to provide for the family. I never thought I’d have something like this. Never thought I’d have a beautiful home or get to ride in nice cars.” And it resonated with me, especially since Pa passed away. When Mama says things like that, (it is) true. What I had planned was just one (more) year until Pa and Ma could retire… (but) it was too late. Even if it was just one year or one day, it was too late. Success can wait for tomorrow, (but) if they are not there tomorrow, then it is too late. So, I felt like, “Hey, when can I make her happy?” To be honest, the new house that I built for her, where she can do this and that, is finished. The renovations are all done. The cats have moved in. (She?) has a role as the pillar of the house. So, I feel that the car… I had bought one before, but that time, I had to thank the fans. But this time, it came from (my own) hard work. I want it to be something that makes Mama happy. I know that I bought a car, and she can’t drive it, but I want her to see that I am starting… I want her to see that I have succeeded.

𝐟𝐢𝐥𝐦.

22,766 次观看 • 1 年前