Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

👶🤖 Introducing `gpt-engineer` ▸ One prompt generates a codebase ▸ Asks clarifying questions ▸ Generates technical spec ▸ Writes all necessary code ▸ Easy to add your own reasoning steps, modify, and experiment ▸ open source: ▸ Lets you finish a coding project in minutes. swyx scooped me on...

664,869 görüntüleme • 3 yıl önce •via X (Twitter)

10 Yorum

Alex Mizrahi profil fotoğrafı
Alex Mizrahi3 yıl önce

Generating a whole code base at once is a nice trick but it works only for tiny code bases. Basically as soon as things don't fit into the context the quality will drop sharply and the tool won't be useful. To make a real GPT engineer you need to make it incremental. It should work only on a small task at a time. For example it might work in a loop: 1. Select parts of the code base which are relevant for a particular task. 2. Generate new code taking the context into consideration. 3. Update the summary of the code base. Of course, with a larger context size it might become feasible to update the whole code base at once. But I doubt that quality will be the same as with a smaller context. And you hit a hard limit once you exceed the context size.

Sid⚡️ profil fotoğrafı
Sid⚡️3 yıl önce

Bonus feature: Over promise and under deliver like a true consulting engineer

spink profil fotoğrafı
spink3 yıl önce

This looks cool! I’m working on something pretty similar

SQUIP profil fotoğrafı
SQUIP3 yıl önce

this is amazing 🔥🔥. . any tips on how to make this work with chatgpt-3.5 turbo for the plebs on the waitlist for gpt4 api access? I'm getting an error bc of the context length token limits of the 3.5 model. I want to experiment with this soo bad.

Daniel Deveney profil fotoğrafı
Daniel Deveney3 yıl önce

But did the code work? And does it have the ability to clarify that it works, and debug it if it doesn’t?

Mihai ᛋ profil fotoğrafı
Mihai ᛋ3 yıl önce

bro why didn't you hit run

Jacob Valdez profil fotoğrafı
Jacob Valdez3 yıl önce

Thank you thank you thank you But at the same time 😭😭😭😭😭😭😭. There goes my profession

Robin Ranjit Singh Chauhan @ Neurips profil fotoğrafı
Robin Ranjit Singh Chauhan @ Neurips3 yıl önce

So did the snake game work? Demo ended for it ran. Anyways cool project!

dj spry profil fotoğrafı
dj spry3 yıl önce

@SteveMoraco @Memdotai mem it

Mem profil fotoğrafı
Mem3 yıl önce

@antonosika @SteveMoraco Saved! Here's the compiled thread: 🪄 AI-generated summary: "gpt-engineer is an open source tool that allows users to generate a codebase, ask clarifying questions, create a technical spec, and write all necessary code with ease. It also...

Benzer Videolar

This workflow combining Loom’s AI features + a custom ChatGPT GPT is saving me hours. Instead of creating onboarding Docs for new team members, I film a Loom → generate SOP → train a GPT to answer questions Game changer for businesses to delegate faster. Here's how to do it: First, I record a video of whatever task I want to delegate to the new team member with Loom. The more in-depth, the better, but I just used a 7-minute video. Then, I use Loom's new AI 'Write a document' feature. Upgrading to Loom AI from the standard Loom plan cost me $2. Loom AI can generate an entire SOP, PR description, step-by-step guide, QA, and more from a simple Loom video in <5 seconds. In the past, I’ve spent 2 hours+ hand-writing each one of these docs to onboard new team members, so Loom AI is already a massive timesaver. But it gets even better! Next, we can take that data from the SOP document, and we use it as 'Knowledge' to train a Custom GPT that can answer the new team members' questions. The more SOP docs/Knowledge you feed the GPT, the better. But one is fine if that's all you have because the GPT will pull any unknown answers from the web or its training data. Here are the prompt Instructions you want to put into the Custom GPT (copy and paste this): You are an expert CEO, specialized in onboarding and training new team members. Using the Knowledge provided, you will help new team members with any questions or stipulations they may have about their new role. Stick as true to the data provided as possible, but if= they ask any questions that the Knowledge base does not have a specific answer for, you are permitted to use your pre-trained data and/or web browsing capabilities. That's it! It can't replace you entirely, but it'll save you 90% of the time you would've wasted on writing an SOP doc and answering questions. Simple AI workflows here and there really add up. There's also a workflow to help with the job screening process, but I'll save that for another day :^)

Rowan Cheung

129,424 görüntüleme • 2 yıl önce

OpenAI just announced API access to o1 (advanced reasoning model) yesterday. I'm delighted to announce today a new short course, Reasoning with o1, built with OpenAI, and taught by Colin Jarvis, Head of AI Solutions at OpenAI, to show you how to use this effectively! Unlike previous language models which generate output directly, o1 “thinks before it responds,” and generates many reasoning tokens before returning a more thoughtful and accurate response. It is great at complex reasoning -- including planning for agentic workflows, coding, and domain-specific reasoning in STEM fields like law. But how you should use it is quite different from other LLMs. I think o1 will be a game changer for many AI applications; and in this course, you'll learn how to use it effectively. In detail, you’ll: - Learn to recognize what tasks o1 is suited for, and when to use a smaller model, or combine o1 with a smaller model - Understand the new principles of prompting reasoning models: Be simple and direct; no explicit chain-of-thought required; use structure; show rather than tell - Implement multi-step orchestration in which o1 plans, and hands tasks over to gpt-4o-mini to execute specific steps; this illustrates a design pattern to optimize intelligence (accuracy) and cost - Use o1 for a coding task to build a new application, edit existing code, and test performance by running a coding competition between o1-mini and GPT 4o - Use o1 for image understanding and learn how it performs better with a "hierarchy of reasoning," in which it incurs the latency and cost upfront, preprocessing the image and indexing it with rich details so it can be used for Q&A later - Learn a technique called meta-prompting, in which you use o1 to improve your prompts. Using a customer support evaluation set, you'll iteratively use o1 to modify a prompt to improve performance You'll also learn about how OpenAI used reinforcement learning to produce a model that uses "test-time compute" to improve performance. I think you'll find this course enjoyable and valuable. Please sign up for it here:

Andrew Ng

357,661 görüntüleme • 1 yıl önce