Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

ChatGPT casually dropped an APP STORE 🤯 It can now: - browse the web (RIP Bing waitlist, cutoff) - write and run Python (RIP replit?) - access org info (RIP docsearch startups) - add third party plugins from OpenTable, Wolfram, Instacart, Zapier, etc) - developer SDK in preview

1,859,330 Aufrufe • vor 3 Jahren •via X (Twitter)

10 Kommentare

Profilbild von swyx /dd
swyx /ddvor 3 Jahren

When I talked about the AI Red Wedding last year ( I was talking about AI offerings undercutting existing human-based or manual business processes. Now the AI Red Wedding is coming for companies building atop foundation model companies. @OpenAI is flexing that they can integrate you faster and better and safer than you can integrate them.

Profilbild von swyx /dd
swyx /ddvor 3 Jahren

Actually, calling it a "Developer SDK" is stretching it: 1. Define API with OpenAPI (heheh not to be confused with OpenAI) 2. Explain what the API is for and what the methods do. that's it, no step 3. ChatGPT can figure out when and how to use it correctly now. @karpathy called it, English is the hottest new programming language.

Profilbild von swyx /dd
swyx /ddvor 3 Jahren

@karpathy IT RUNS FFMPEG. CHATGPT RUNS FFMPEG. I think people aren't properly appreciating it's ability to run -and execute- Python. IT RUNS FFMPEG IT RUNS FREAKING FFMPEG. inside CHATGPT. CHATGPT IS AN AI COMPUTE PLATFORM NOW. what. is. happening.

Profilbild von Jon Abrams 🤷‍♂️
Jon Abrams 🤷‍♂️vor 3 Jahren

Once the ChatGPT plugin for ChatGPT drops, we're all screwed.

Profilbild von Blake Campbell
Blake Campbellvor 3 Jahren

The pace of releases is crazy. It doesn't have to be perfect, they just want to be good and first.

Profilbild von Sherif Nada
Sherif Nadavor 3 Jahren

fr I can't keep up

Profilbild von swyx /dd
swyx /ddvor 3 Jahren

Airbyte ChatGPT plugin wen

Profilbild von Kristoph
Kristophvor 3 Jahren

1. It’s not open to the public yet. Presumably won’t be open to the public before Bing Chat is GA. 2. It can write and run python, one shot. Best case it’s an integrated playground. No risk for @Replit ( other than less motivation to be a developer ) 3. Big corporations keep all their content behind firewall. They will want their own LLM’s. Docsearch startups do need to be already testing LLM’s.

Profilbild von Rally Hudson
Rally Hudsonvor 3 Jahren

How are you accessing websites? My plus says it cannot.

Profilbild von swyx /dd
swyx /ddvor 3 Jahren

there is a new "Browsing" model

Ähnliche Videos

Recorded my first walkthrough video for App Publishing via Manus 👉👈✨ You can now package and share your app for testing on Google Play Store and the Apple App store without setting up Xcode, Android Studio, or wrestling with build configurations. Supported platforms: • Android → Google Play (Internal Testing) • iOS → App Store (TestFlight) Ready to try it? Here's how 👇 ➡️Google Play: Prerequisites: Google Play Developer account ($25 one-time fee) Steps: 1. In Manus, click Publish → select the Android tab 2. Click Build APK — Manus packages your app in AAB format 3. Go to your Google Play Console and navigate to Internal testing 4. Click Create new release and upload the AAB file 5. Under Testers, add your email address (or create an email list for your team) 6. Copy the opt-in link 7. Open the link on your Android device, accept the invite, and install ➡️App Store: Prerequisites: • Apple Developer account ($99/year) • iPhone with TestFlight installed Steps: 1. In Manus, click Publish → select the iOS tab 2. Click Create app and follow the prompts to connect your Apple Developer account 3. Manus will package and upload your app to App Store Connect automatically 4. Wait for Apple to process your build 5. You'll receive an email from TestFlight when it's ready 6. Open the email on your iPhone, tap the link, and install via TestFlight 🔗 Full guide: Let me know what else you'd like to see next!

Natalie 🇸🇬

313,056 Aufrufe • vor 6 Monaten

THIS GUY CONNECTED HIS AI AGENTS TO HIS OBSIDIAN AND BUILT A BRAIN THAT LEARNS ON ITS OWN. HERE'S HOW TO BUILD IT Obsidian is just markdown files sitting in a folder. That turns out to be the perfect memory for an AI agent, because an agent can read and write those files directly. He wired his agents into the vault so they pull context from it, do the work, and write what they learned back. The notes aren't the point. The loop is, and it gets sharper every cycle How to build it: 1. Point an agent at your vault. The fastest way, no plugins, no API keys: open a terminal and run npx obsidian-mcp /path/to/your/vault. That exposes your Obsidian folder to Claude as a tool it can read, search, and write to. Add it to your Claude Code or Cowork config and restart 2. Confirm it can see the brain. Ask it: "list the notes in my vault and summarize what's in them." If it reads them back, the connection is live. Now it starts every task with everything the vault already holds instead of from zero 3. Give each agent one job and a write-back rule. Tell it: "research this, then save what you found as a new note in /brain with links to related notes." One agent researches, one summarizes, one plans. Each writes its output back into the vault 4. Close the loop. Add one line to every agent's instructions: "read /brain before starting, write your result back when done." Now each task leaves the vault richer, and the next run reads that before it works. It compounds instead of resetting 5. You only steer. Review what the brain produces, point it at the next thing. The agents handle the reading, writing, and connecting The edge isn't better notes. It's a brain that feeds itself, so the work gets sharper every cycle instead of starting over Bookmark this

Yarchi

58,186 Aufrufe • vor 2 Monaten