正在加载视频...

视频加载失败

CODEX SKILL THAT FINDS YOUR STARTUP’S FIRST CUSTOMERS! I made a Codex skill that analyzes your startup and finds potential customers from real public signals. Paste your startup URL while Codex defines your ideal customer, searches public discussions, qualifies each prospect, and generates a polished report with personalized outreach...

927,007 次观看 • 11 天前 •via X (Twitter)

0 条评论

暂无评论

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

相关视频

I just built a Reddit research agent in Claude Code that turns real customer complaints into ad angles 🤯 It scrapes the threads where people actually rant about your category, reads every post and comment, and hands you back a dashboard of pain points, exact customer phrases, and ready-to-test ad angles. All inside Claude Code. Perfect for DTC brands and agencies who want ad angles pulled from real customer language, not guessed in a vacuum. Reddit is the most honest focus group on earth. People say things there they'd never put in a survey or a review with a brand watching. So if you're writing hooks off your own assumptions — or digging through Reddit by hand, opening tab after tab, pasting quotes into a doc... This agent runs the entire loop: → Give it a product or category + a couple of subreddits → It searches Reddit for the threads where people actually discuss the problem → Pulls every post and comment → Claude reads all of it and finds the patterns → Builds a dashboard: pain points, desires, objections, and swipe-worthy phrases No manual scrolling. No pasting quotes into docs. No guessing what your customers actually care about. What you get: → Ranked customer pain points, each with a real verbatim quote → The exact language your customers use, ready to drop into ad copy → Objections and buying triggers pulled straight from the threads → 8-10 ready-to-test ad angles built from all of it Built 100% in Claude Code. Want the skill file for free? > Like this post > Comment "REDDIT" And I'll send it over (must be following so I can DM)

Mike Futia

45,596 次观看 • 1 个月前

EVERYTHING YOU NEED TO KNOW ABOUT CHATGPT'S "LOVABLE KILLER" CODEX SITES (in 25 mins): TLDR; the coolest part is that apps you build can update themselves autonomously 1. Codex Sites is not Replit or Lovable or Bolt. Those are great for one-prompting a full app. Codex Sites is for building apps that the agent keeps improving without you touching them. 2. Your personal website can update its own stats. Your internal dashboard can refresh its own data. Your product can add features while you sleep. The app is alive. 3. Start by invoking at-sites. Use realistic sample data. Always say "save for review, do not deploy." This unlocks building a real product, not a homepage. 4. Add persistent storage so the app remembers everything between visits. Without this it resets every time. Ask Codex to show you the data model before it builds. 5. Create safe actions. These are the specific things the agent is allowed to do to your app: add data, update cards, move things, score things. You define the boundaries. The agent operates within them. 6. Build skills so any future Codex chat knows how to interact with your app. The skill is basically a manual for the agent. Without it, every new chat starts from zero. 7. Save gate like a video game. Codex doesn't auto-save. Create checkpoints before you deploy so you can roll back if something breaks. 8. Close the autonomous loop. This is the magic. Once memory, safe actions, and skills are set up, the agent can update your app from any chat, any context, without you switching tabs. 9. Use the plugins most people are sleeping on. Figma, Canva, HeyGen for avatar videos, Game Studio for interactive experiences, FAL for image generation, Hugging Face for open source models. Worth adding a few. 10. The big picture: we went from building apps to raising apps. You set up the structure, the guardrails, and the skills. The agent does the rest. That's autonomous product building and it's here right now. Tbh, Codex sites isn't perfect. Still a lot to be desired like domains, db, authentication etc. But it's a glimpse into this idea that apps can be updated/improved upon automonously. And Codex Sites is REALLY good if you live in Codex everyday. Which more and more of are. And that's really cool. Will be interesting to see how Lovable, Bolt, Replit etc react to this. full tutorial on The Startup Ideas Podcast (SIP) 🧃 where you get your pods watch share with a friend i'm rooting for you What do you think of Codex and Codex sites?

GREG ISENBERG

68,477 次观看 • 1 个月前

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

Introducing Impeccable 3.5, the best way to design in production: iterate on real UI with your AI agent, in the codebase you actually ship. Turns out many popular design skills, including Impeccable and Anthropic's frontend-design, weren't actually very good at...design (the workflow was valuable, but the output didn't magically make LLMs like GPT great designers). We measured it across thousands of generations: 74% of pages used the cream AI-default background, 76% reached for extreme letter-spacing, 90%+ failed the contrast floor. So we started fixing slop systematically, specific to each model. The skill now compiles rules for the exact defects each model makes, instead of shipping one generic file to everyone. The biggest jump is in GPT-5.5 and Codex. Also new: ◆ It now knows the difference between a new project and an existing one. Existing codebase, it reads your design system and preserves your identity. Greenfield, it seeds a fresh palette from 129 hand-curated anchors so every cold start doesn't drift to the same safe colors. ◆ Live Mode is now in beta, and works at two scales. Type a direction into the new Steer bar, or speak it, and the agent reads the whole page and edits it in place. Or pick a single element, steer it with a sub-command, live-edit any copy, and accept the variant straight back to source. Insert mode scaffolds brand-new elements between the ones already there. Recovery survives HMR, hidden heroes, and dev-tool overlays. ◆ A rebuilt anti-pattern detector. Torn off jsdom and onto a real CSS cascade resolver: roughly 20x faster, dependency-free, and now small enough to run inline inside the skill, not just the CLI and extension. 14 new rules, 41 total. ◆ The skill keeps itself current, checking once a day and offering to update. Plus /impeccable init and a bare /impeccable that reads your repo and tells you the next move. Free, open source. Claude Code, Codex, Cursor, and more.

Paul Bakaus

102,226 次观看 • 1 个月前

Y Combinator CEO Garry Tan’s advice for startups: “When you’re small, act small” A lot of founders try to emulate large companies, and will do things like use the same terminology as Microsoft to describe their products. But Garry argues this is a mistake: “When you’re starting something new, the whole advantage is that you’re a real human being. We are so starved for real, authentic connection that if you can talk to people and say ‘Hey, I’m the CEO. What do you need?’ That’s the most powerful thing.” Being small lets you offer fanatical customer support. Not only will this win customer trust, but it’ll help you find product/market fit. If you listen to customers, they will tell you what they want. “The reason why people don’t do this is they think starting a startup is building this incredibly complex machinery… But I encourage you to think about it in a different way. It’s more like throwing a really, really amazing party… You go there, you see a friend, they say ‘Welcome! Let me take your coat. Let me introduce you to your friends.’” For his first startup, Posterous, Garry and his team aimed to reply to every single customer support email within ten minutes. And if there was a bug, they fixed it on the spot. Human connection with your customers is really important. Garry cites a study on Usenet that found retention increased from 16% to 26% if someone received a reply to their post on the forum. As Garry explains: “A 10% difference in retention is actually the difference between a startup that’s flatlining and one that’s working. The compounding of this is really, really massive… Be small. Be human.” Video source: Stanford eCorner (2023)

Startup Archive

49,319 次观看 • 1 年前

JustHireMe V0.1.31 is out. 🔗 Github: 📥 Download: The first post hit 390K impressions, 3.2K likes, 6K+ bookmarks, 1.2k+ GitHub stars and 400+ downloads . Genuinely didn't expect that. I've been shipping updates since and this release is a big one. Full video walkthrough attached but here's what's new: Command Center — proper dashboard now — active leads, scores, agent status, top roles — all in one screen — no more clicking around to figure out where things stand Customize One Job — paste any job URL — agent captures the JD, scores your fit, shows keyword gaps — generates a tailored resume + cover letter as PDFs — one page, one flow Outreach Generator — every lead now comes with ready-to-copy messages — 3-line founder DM — LinkedIn connection note — cold email — all written from your real profile, not templates Knowledge Graph (rebuilt from scratch) — Relation Atlas - weighted ribbons showing how projects prove skills — Gravity Graph - force-directed career layout — 3D Orbit - rotate through your profile in 3D — Curated mode - strongest evidence paths only — this is what the matching engine actually uses to rank you Job Pipeline — stages: Hot → New → Rated → Ready → Applied → Discarded — Fit score + Quality score on every lead — search, filter, re-eval, bulk clean, export — feels like a real job search CRM now Live Activity Stream — "what is the agent thinking?" — real-time logs of every query, eval, and decision — full transparency, nothing hidden Built-in AI Assistant — ask the app how to configure sources, understand a lead, generate packages — right inside the dashboard Modular Agent Config — Scout, Evaluator, Generator, Ingestor — each one independently configurable — pick your own models and thresholds Still local-first. Still privacy-first. Still open source. Still free. Your data never leaves your machine. If you starred the repo last time — pull the new release. If you bookmarked and forgot — now's a good time. Feedback, issues, PRs, or just a ⭐— all welcome. ⭐ 📥 #OpenSource #AgenticAI #AIAgents #GraphRAG #Python #FastAPI #ReactJS #TypeScript #Tauri #JobSearch #CareerTech #PrivacyFirst

Vasu-Devs

120,951 次观看 • 2 个月前

GPT 5.6 SOL IS HERE! How to run your personal + business life with GPT 5.6 Sol + Codex (full 49 min masterclass) We tested it for 30 days and the video it's the CLEAREST look at the FUTURE of work: Here's what's possible once you set it up: 1. Your inbox becomes cards every morning, each with a summary and a reply drafted in your own voice. Y 2. Your Slack, meeting notes, and company updates can turn into one daily feed with a clear next action. It learns what you care about over time and rewrites its own prompts to get sharper. 3. You can give your agent its own email address, so your other tools and even your team's Slack bot email it directly and it just handles things. 4. You can have it watch you do a task once and turn it into a skill it repeats forever. 5. You can set a long goal and walk away. You can have it run for 20 hours straight, and fine-tune your own models, something that was out of reach for non-engineers 12 months ago. How to start: Open Codex, give it access to your computer, and ask it to suggest things it could do for you based on how you already work. Full episode on The Startup Ideas Podcast (SIP) 🧃 (thanks Dan Shipper 📧 for sharing your entire workflow and review of GPT 5.6) Start with one boring task, get it working, and build from there. You'll learn exactly how to make something similar. GPT 5.6 Sol is impressive. Sol (according to openAI benchmarks) is the best coding model out right now. It set a new state of the art on Terminal-Bench 2.1 at 88.8%, and its "ultra mode" hits 91.9%, beating Claude Opus 4.8, Fable 5, and even Mythos 5 this masterclass is 100% free, like always. For more The Startup Ideas Podcast (SIP) 🧃 Watch

GREG ISENBERG

153,730 次观看 • 15 天前

Fable 5 and GPT-5.6 built the same scroll-animated website from 1 skill in 32 minutes and only 1 of them made it feel like a film. Same prompt: boutique Japan travel brand, origami style. A subway pulls in, a paper house unfolds into a hotel, a bird takes flight as you scroll. Doing this by hand is brutal multiple videos, matched starting frames, frames ripped out 1 by 1 and synced to scroll position. The skill does all of it: Generate 1 anchor image and approve it every scene inherits the style Turn it into video through the Higgs Field MCP (Seedance), straight from the terminal FFmpeg pulls every frame Each frame maps to scroll position, so your scrollbar becomes the playhead Setup is just connecting the MCP and loading the skill works in Claude Code and Codex. It interviews you first about scenes, budget and mobile, then shows the anchor image before burning a single credit on video. Budget reality: 6 scenes runs ~800 credits and is overkill, 4 scenes is the sweet spot, crop-safe mobile is the cheap path. The verdict came down to transitions. GPT-5.6 Soul built strong scenes with incredible detail inside each one then hard cuts between scene 1 and 2, and again between 2 and 3. Fable 5 stitched them together: wires push out of the top of frame while the next scene blurs in behind, gains depth and locks into place. Same skill, same prompts, 10 generations each. Credit to Peter Wang for the original Scroll World skill open source, now forked with budget tiers and mobile fixes. Soul built 4 scenes. Fable built 1 film.

Spike 1%

41,962 次观看 • 12 天前

In two years, every new tech company will run on a CRM you can vibe code to fit your business. This CRM will not be built from scratch on a coding platform though. It will be built on top of managed infrastructure with complete data capture, indices designed for LLMs to understand the whole picture, clean APIs, curated UI frameworks designed for selling, enterprise-grade security, and come with 24/7 support. You’ll instruct the agent using natural language and it will write the code + run it for you. That’s what we’re building at Lightfield and today we’re announcing step two of our plan - code execution. You can now ask your agent to build programs, artifacts, and run complex analysis instantly. It does this by writing and running Python in a high performance sandbox using full customer memory — including every email, meeting, and note that Lightfield has captured — and reasoning across every relationship to deliver high quality work. Ask your agent to build a competitive battle card before a call tomorrow. It pulls positioning, objections, and win/loss patterns from real conversations. Ask it to flag every open deal where your champion's engagement has dropped or sentiment has shifted. It reads across every conversation and tells you where to focus. Ask it to build a pipeline review with charts and graphs for your board. It produces the whole thing in minutes. Here’s what we did with it this week: → We asked our agent to grade our sales team on discovery, rapport, and closing. It gave a structured scorecard with specific examples from real conversations. → Our GTM team asked the agent to build a plan to expand one of our enterprise customers. It pulled competitive threats, upsell paths, stakeholder mapping, and a phased execution plan — in minutes. → We used it to find every feature request from the last quarter that our engineering team has since shipped, and draft a personalized follow-up to each customer using their original words. It closed loops across dozens of accounts that would have taken days to track down manually This is the first step towards building any custom GTM workflow in natural language on top of what Lightfield knows about your business - a world model built from every single interaction your team has had with customers.

Keith Peiris

27,529 次观看 • 5 个月前