Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

Random side project: I’m building a Codex-like agent orchestrator but with a sidebar that doesn't make me question whether the ppl who make sidebars ever use them extensively. I think Codex/Claude code's desktop app's sidebars kinda suck, so I’m going Arc-style instead with one colored space per big project,...

41,548 görüntüleme • 3 gün önce •via X (Twitter)

0 Yorum

Yorum bulunmuyor

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

Benzer Videolar

Three skills I use every day in Claude Code and Codex to solve my hardest problems: 1️⃣ /agent-watchdog When I have one agent like Codex working on a task and I don't fully trust it's going to do everything right, I'll open up another one like Claude Code and tell it to watchdog the Codex thread. You can copy the Codex deep link into Claude Code and it'll look at the prompt you sent, watch the Codex thread until it's done, then compare the Codex solution to how it was planning to solve it and automatically fix anything that Codex missed. It can also test the work of the other agent end-to-end. Similar to the idea of OpenRouter's new Fusion feature, I've definitely found that two models thinking through a problem and checking each other's work can be wildly more impactful than just one. 2️⃣ /plan-arbiter Similar ideas as /agent-watchdog - but with this one you have both make plans, compare plans, negotiate the differences, and make a final plan to execute. I find Claude Code is better at writing plans, but Codex is faster and cheaper to execute on them. Then I usually have Claude Code watchdog the Codex work and fix anything that was missed. 3️⃣ /read-the-damn-docs One thing that drives me crazy with coding agents is they're so reluctant to look up docs. They'll just guess and guess and guess at the right API surface for things, or the right solution to an integration of two things. Once I explicitly tell it to look up the docs, it says "Oh, I see the answer," and it fixes the problem. So I made the /read-the-damn-docs skill. Add it and your agents will know when and how to do efficient web searches to look up docs for the types of problems you really should look up docs for. All of these are totally open source over on my GitHub. If you try them, let me know your feedback. Will link to them below:

Steve (Builder.io)

42,501 görüntüleme • 1 ay önce

Three months ago, Codex was trash for knowledge work. Now it's my daily driver. I use it for writing, recruiting, deep engineering work, and everything in between. It even keeps me at inbox 0. I chatted with Every 📧's head of growth Austin Austin Tedesco on Every 📧's AI & I about what changed, and why he now spends 80% of his working time in the Codex desktop app too. We get into: - How Codex went from making Austin feel like an idiot to being the place he goes to get stuff done, including complex tasks like writing go-to-market plans using existing material from Slack, Notion, and meeting transcripts. - Why the Codex’s desktop app, which is faster and more reliable than Claude Desktop/Cowork, is the real differentiator. - How I source candidates with Codex by having it identify career arcs, not keywords—my go-to move is identifying organizations likely to teach the skills Every needs for a role, and then find candidates from that pool who have since gone on to work in AI. This is a must-watch for anyone who's wondering whether it’s finally time to give Codex a try. Watch below! Timestamps How Codex went from a tool for senior engineers to a daily driver for knowledge work: 00:00:57 How Claude Code proved that a great coding agent works for any knowledge work: 00:02:42 Austin's switch to Codex: 00:07:24 How Austin set up Codex with folders, keys, and reviewer agents: 00:13:48 Using Codex to brainstorm automations across Gmail, Slack, and Notion: 00:18:24 How Austin manages the human review step when Codex is drafting communications: 00:22:42 Using Codex to build specialized agents inspired by product executive Claire Vo: 00:28:54 Synthesizing meeting transcripts and Slack threads into a go-to-market plan: 00:31:09 Building a live KPI tracker in Notion that agents can read: 00:40:15 Using Codex for recruiting: 00:44:54

Dan Shipper 📧

55,221 görüntüleme • 2 ay önce

I tried jack's Buzz. It's like Slack + OpenClaw + Herdr + but with some really unique features that people are sleeping on. The video below shows how it works, and some of my thoughts on the process and platform, e.g.: - Create and interact with agents on top of any harness (claude code, codex, pi, etc.) - Choose which models agents use, including local ones - Agents can delegate work and work in parallel in git worktrees - Agents are first-class citizens and work like humans (creating channels, delegating, access to chat history) - You can share AI compute within a community - It's completely open-source and decentralized Things I like: - Delegating work in chat feels natural: tag an agent, it replies in a thread with status updates as it e.g. compiles, commits, and deploys. - Shared compute: relay owners can share local compute with members, so a community could pool funds for one beefy machine running a local model and everyone uses it. - It's built on Nostr, an open protocol already tied into Bitcoin Lightning so I can imagine communities tipping each other or paying for compute/agent tasks with instant zero-fee micropayments in the future. - It ties together things like OpenClaw, an agent manager, and Slack-style chat into one tool. Things I didn't like: - You can't see what the agent is doing in a terminal. The activity view exists, but if you're used to watching a session run, this UI feels a bit abstracted. A terminal view would be great. - It feels slower than running a session in Claude Code, though no evidence to back that up. For that reason I found myself doing one-off tasks in the terminal instead. Verdict: - I really like it so far and can genuinely imagine working with a team this way. - It doesn't feel ready for big, complex tasks yet. For shallower tasks, it's perfect. - The shared compute + Nostr/Lightning angle is what really separates it from every other agent manager for me, and I think that future is coming.

Vinny

1,312,116 görüntüleme • 9 gün önce

I solved building decks with AI agents — by giving them a CLI tool like Powerpoint or Google Slides. AI could already make a beautiful deck if you asked it to using Ant's pptx skill. The problem was working with it. If it made one alignment mistake, fixing it on one slide would break something on another, and it became a game of whack-a-mole. One time I spent two days playing AI roulette, hoping the next prompt would finally fix the thing, and ended up building the whole deck by hand because I was on a deadline. So I built Hands-on Deck. And the reason it works is that this isn't just a skill — this is PowerPoint. The actual application: PowerPoint, Google Slides, Keynote, whatever you use. This is that, but for an agent, presented as a CLI. Every gesture you make in a deck app maps to a command. Click a box and type, drag a shape from here to there, look at a slide – agent can do it all in a command. And that changes how the agent behaves. With this CLI it works and thinks like a designer — it looks, makes an edit, looks again, makes another surgical edit. Compare that to Anthropic's pptx skill, built on the idea that Claude is a great programmer: it literally writes code to manipulate the deck, hand-editing XML and hoping it doesn't break anything else in the middle. The real test isn't creating something once — it's whether it can make surgical edits like you want. That's what I did in this video walkthrough and my claude crushed it! Check it out for yourself. So decks can be built like a designer now — with real flavor and taste. If you spend hours every week on decks, this gives those hours back. You can install it as a skill in Claude Code, Codex, whatever you use. Works every harness that supports skills. Let me know if you make something cool with it.

Nityesh

69,744 görüntüleme • 1 ay önce

🚨 OpenAI just launched Codex, a brand-new autonomous coding agent that can build features and fix bugs on its own. We’ve been using it Every 📧 for a few days, and I’m impressed. I invited Alexander Embiricos (ben davies), a member of the product staff responsible for Codex, to demo Codex and talk about it live on a special edition of AI & I: What Codex is and how it works Codex is designed to be used by senior engineers—it performs coding tasks like adding features or fixing bugs autonomously. It's built to allow you to start many sessions at once, so you can have multiple agents working in parallel. Codex is built to have "taste" OpenAI trained Codex to have the taste of a senior software engineer. It knows how big codebases work, how to write a good PR, and uses clean, minimal code. Why an “abundance mindset” is best for interacting with agents Codex is designed to allow users to delegate many tasks at once without getting caught up in the details. This lets you point an abundance of agents at a specific task like a difficult bug—it’s worth it even if only one of them succeeds. How OpenAI is thinking about agents Codex is one piece of a unified super-assistant OpenAI wants to eventually build—an agent that helps users easily get things done by selecting the right tools for them behind the scenes. OpenAI’s vision for the future of programming In the future developers will probably spend less time writing routine code and more time guiding agents, reviewing their work, and making strategy decisions. Programming will become more social, letting teams easily delegate multiple tasks at once, allowing people to focus on ideas and collaboration instead of routine coding. Watch below!

Dan Shipper 📧

145,487 görüntüleme • 1 yıl önce

Leigh-Anne opens up about her difficult year, leaving Warner, and signing an independent deal with Virgin: “It’s ‘Been A Minute’ since I’ve [filmed] one of these. If I’m being honest, I feel like I was avoiding this video. It’s been a weird start to the year. I was going through a bit of a weird time with [Warner]… it’s a whole thing. I couldn’t really say anything, so it just seemed like, ‘Where’s Leigh-Anne? Where’s the music? What’s going on?’ I obviously left my label; I’m now signed with Virgin. I’m fully independent, guys! But honestly, it’s been the most amazing thing for me. I feel like it just needed to happen, to be honest. I’ve been in this industry for how long now? What’s the point in doing it if I’m not doing it my way? So that’s all positive now, and I feel really excited and really good. But when that was all happening and I was in the midst of it all, I lost both of my dogs in the space of a month. It’s just crazy. It was unexpected and they’re literally like my babies. They’re part of the family. Losing both of them in such a short space of time was vile. I’m still coming to terms with it now. It’s just been a weird time. But I think the reason why I wanted to do this video is because, sometimes when you’re going through something and you really can’t see the light, it doesn’t feel like you’re going to be be okay again… You will. You are gonna be. I’m feeling really good now. I feel like there’s so much to look forward to. I can’t WAIT to get this music out. I just wanna say thank you for sticking by me. I can’t wait for this new era. Love you all so much, and I’m gonna be seeing you really soon!”

JADE tea room ☕️

27,923 görüntüleme • 1 yıl önce

Joe Rogan issues a HEARTFELT apology to Theo Von over his recent comments: “I apologized to Theo. He knows I love him and he said that and we laughed and we joked around about it and I apologized for the way I talked about this. But I felt like I needed to explain to other people too, to get what was going on in my mind out and it certainly wasn’t like covering for Israel and it wasn’t trying to paint him out like he’s damaged or treat him like a child.” “I just want him to be okay. And when you’re dealing with someone, or when you have had experience dealing with someone where it winds up going very badly, and then you’re just left with this feeling, like, what could I have done? You know, I didn’t do a good job of it, especially the Marcus King thing. That’s terrible what I did. I didn’t mean to.” “I was just trying to—you don’t think sometimes when you are in the middle of a podcast. You’re having a conversation, you don’t think about the impact that it’s gonna have. That’s one of the reasons why, you know, podcasts are so weird because like you’re in the middle of trying to be entertaining, but you’re also just having a conversation and I f*cked up because I felt so badly about it. It was like there’s got to be a way to address this where I just express myself and so that’s why we’ve never done this before.” “We’ve never done this kind of a thing after a podcast, but it was very important to me. He’s an awesome person, a great friend, and one of the most interesting and funny people I’ve ever met in my life. And I just felt terrible about it. And I told them I would never bring it up publicly again, but I think it is important to let people know that aspect of it.” “So I’m gonna call him and clear this with him and make sure he’s cool with me saying this, but I’m pretty sure he is gonna be. And that’s it… I’m a human and I’m flawed like all of us and I f*ck up and it’s probably not the last time. It’s definitely not. I’m going to f*ck up again. But my intention is never to hurt anybody, ever. And that’s why I mean I very rarely if ever even get upset at anyone other than like corrupt politicians. But I do my best to just try to be a good person, spread positivity.”

RedWave Press

2,266,820 görüntüleme • 2 ay önce

I’m drained. I’m tired. 😪 I made this video February, saying to myself how I’m trusting God that everything won’t be the same before June/year ends but guess what? We are in June and it’s still the same. I put in efforts, I put in the work but nothing just seems to work. I’m honestly tired, if I think of how invested I am in the skill, I will just burst into tears and say I’m never giving up but this moment? I’m not sure if I want to keep going 😭💔 I’m drained, I’m tired, I’m stressed but I still say to myself that all will be fine meanwhile it is not. 💔 I tried so much on this my funded acc, just one mistake messed it all up at first, went into remaining just 0.5% to blow it off, I remained calm and took it back to remaining 4% and now it’s gone. I’m sorry but I have failed 😣💔. I have fucking failed myself. I hope I find peace with it. 🖊️ Or maybe I get the chance to try again and not fail. I’m so sorry Adufe for giving up. 😔 DAVID 📊 you should be happy now, remember the meanest things you said to me? How I’m never going to be profitable? How you called me a female unprofitable? Shamed my religion/tribe by calling me names thinking I was Hausa because I cover up. You said I trade prop for months which I’m sure I’m not the only one on this table. You recently wrote to me and asked if I’m still not trading with $5k prop because you are no longer in the category that you are now trading 50k$ above forgetting everybody had a beginning. All because I called you out for scamming in a community we were both in on discord. And you are still scamming, ༆ 𝐒ᴘᴇɴᴄᴇʀ_𝐃𝐂 ༆🧃 can testify to it with proofs. I was never trying to proof you wrong but You won 🥇🙃.

𝒜𝒹𝓊𝒻𝑒 ✨ 📊💜/

77,283 görüntüleme • 1 ay önce