Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

I just compared Claude Code vs Codex vs Cursor CLI The task was to build a Next.js app with Tailwind 4 and shadcn components to collect customer feedback and showcase it with a widget. I gave all three the same prompt and let them go for 30 minutes to...

194,803 görüntüleme • 10 ay önce •via X (Twitter)

0 Yorum

Yorum bulunmuyor

Orijinal gönderinin yorumları burada görünecek

Benzer Videolar

✨ A dream I had finally came true: I can now chat directly with my sites to build any feature or fix any bug just via Telegram I've been playing with OpenClaw for 3 weeks now and it's great but I was always too scared to run it on any production server And I was right a bit as Marc Köhlbrugge was able to hack it by social engineering and acting as if it was me, and with enough tries it believed him, and was able to modify the server, change SSH keys etc. of course I had it isolated properly on its own VPS and it didn't touch anything sensitive (as it should!) Marc then reported that bug to Peter Steinberger 🦞 who patched it fast But I wanted to try something more basic and simple, and I think maybe more secure: to just connect Claude Code on my server to Telegram which would be hard locked to only messages from me So I installed claude-code-telegram by Richard Atkinson on the server and run it as a system daemon and it works really well The cool thing is that I was already using Telegram for server errors like this: > Photo AI - ❌ Random credits giveaway failed (Attempt 30/30) with an exception: SQLSTATE[HY000]: General error: 5 database is locked So now I can just reply, "Ok fix this", and Claude Code on the server in production will try (and probably succeed) in fixing it In the video below I asked it to make show [🌳 Parks ] on the map by default on load, it did that, then I reloaded the page and it instantly worked One thing it still needs is sending actual messages while it's doing stuff which OpenClaw does really well, it's annoying to just wait while it says "Working..." but that's probably next

@levelsio

639,785 görüntüleme • 3 ay önce

The moment that drew my attention to Freen was when you went to Cannes and there was a photo of your in a red dress which got tenth of thousands of likes—I was like, who’s this? I want to ask how you view Cannes before and after you went there. When I found out that I will be there, I felt it was such a grand event. Never imagined… like me? ME? Who am I to get to go there? And when I was there… it was really grand. And the photo time was so long that I thought…. Are we done? Didn’t know what to pose already. Was very nervous inside but had to act confident. Come…. Take photos… but inside, scan around…. How many? How long is the camera wall😅 It’s a good moment in life. Saw Queen Chompoo went so many years and looked so grand every time. I was one who was excited to see what she will wear. So when it was me, I was excited. And when was there, was a bit pressured—what dress and accessories to wear. I had to do a lot of homework. I was a bit surprised with myself. They have dresses for me to choose from. Had to pick what fitted me. But when I liked the red design… but it was red, which I have to wear to a red carpet… I was like… what to do… and decided to go for it. I’ll go with it. Not sure how red on red will be but went with it. MC: for me it was a good choice. I felt. This kid is brave. You could handle it and made it seem effortless/ not stressed. Felt you weren’t stressed out by the red carpet. I thought you handled it well. Thank you so much. It was my first time. I was really scared. The necklace. I’ll tell you about was the first time in my life that I went to choose it all by myself. Had to pick accessories worth many tenth of millions alone. Had to go through 3-4 doors with massive guards and there was one guard with me. They went do you like this, no? Next. No? Next. Was not able to put on the dress and tried… had to imagined it. I think that room had accessories worth tenths of billions. All could do was put it against my neck and imagined it with the dress I picked. Was difficult but I think I got a perfect total look. MC: I’m also interested to know which part you like the most about Cannes aside from the red carpet. There were so many eventful stuff. First I missed my flight! Instead of two stops/transfer I had to take four or five. …. …. Anyway that’s fine. My team was good and professional—the manager, makeup, hair. We had to deal with the situation but got through it while still had good humor about it. MC: what thought about hotel Martinez iconic stairs. Met so many people/celebrities. It was like a check in spot for everyone. After you finished getting ready, had to take photos there. It was another memorable moment. Not everyone can be there. Overall, glad I experienced getting ready there and went to the red carpet.

panpan

25,405 görüntüleme • 2 ay önce

Bash is all you need! Which is why I'm introducing my holiday project: just-bash just-bash is a pretty complete implementation of bash in TypeScript designed to be used as a bash tool by AI agents. Because it turns out agents love exploring data via shell scripts, even beyond coding. It comes with grep, sed, awk and the 99th percentile features that an agent like Claude Code or Cursor would use. In fact, Claude Code can use it for secure bash execution. In the package - A bash-tool for AI SDK - A binary for use by yourself or your coding agents - An overlay filesystem to feed files to your agent securely - A Vercel Sandbox compatible API, so you can quickly upgrade to a real VM if you need to run binaries - An example AI agent that explores the just-bash code base using just-bash - I imported the Oils shell bash compatibility suite and just-bash passes a very good chunk What is interesting about this codebase: It was essentially entirely written by Opus 4.5. Coding agents love bash and they are good at reproducing it. They are also great at text-book recursive descent parsers and AST tweet-walk interpreters. That said, it is, like, a lot of code and I didn't read it all 😅. This is very much a hack, but it also seems to be _really_ useful. I haven't really found anything agents want to use that it doesn't support and it's fast and secure (caveats apply). It doesn't have write access to your computer and the filesystem is given a root that the agent cannot escape from. Find it at Related: Our recent blog post how we migrated our data analysis agent to bash tools and achieved incredible quality improvements The video shows the example agent investigating the just-bash code base

Malte Ubl

124,713 görüntüleme • 5 ay önce

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,476 görüntüleme • 29 gün önce