Загрузка видео...

Не удалось загрузить видео

На главную

The first GPT-4V-powered frontend engineer agent. Just upload a picture of a design, and the agent autonomously codes it up, looks at a render for mistakes, improves the code accordingly, repeat. Utterly insane.

1,370,417 просмотров • 2 лет назад •via X (Twitter)

Комментарии: 10

Фото профиля Matt Shumer
Matt Shumer2 лет назад

Built this after seeing the results of the text -> design agent I built yesterday. We’ll have a whole new frontend stack soon!

Фото профиля Robert Scoble
Robert Scoble2 лет назад

@artificialguybr This is so intriguing. So much is about to change. Thanks for showing it to us!

Фото профиля Matt Shumer
Matt Shumer2 лет назад

@artificialguybr Absolutely… insane times we’re living in.

Фото профиля Furkan Gözükara
Furkan Gözükara2 лет назад

Very primitive cherry pick demo

Фото профиля Matt Shumer
Matt Shumer2 лет назад

Yes :) In all seriousness, what I’ve found to hold true in AI is that once something is good enough to demo, with iteration and tweaking (and model progress) you can expect it to become something really amazing. This feels like something that will be huge in a year or two.

Фото профиля Kristoph
Kristoph2 лет назад

I love how chatGPT codes just like any other developer. It makes it looks sort of like the design but not exactly like the design 🤣

Фото профиля Matt Shumer
Matt Shumer2 лет назад

😂 this hits hard

Фото профиля Andrew Durot
Andrew Durot2 лет назад

Wait I'm confused? This is yours or a open source? How you access gpt4 image? Through a headless browser?

Фото профиля Matt Shumer
Matt Shumer2 лет назад

Just built it for fun! Not open source, sorry

Фото профиля Jason Staats⚡
Jason Staats⚡2 лет назад

Can we call it Enhance

Похожие видео

i just built a 4-agent software team. everything runs from Telegram and gets managed on a kanban board. a project manager who plans the work, a backend developer, a frontend developer, and a tester. the PM reads a goal, breaks it into linked tasks, and assigns each to the right agent. the thing that makes them a team instead of four strangers is a shared kanban board. every task is a row that survives crashes, and when an agent finishes, it writes a summary of what it built and what the next agent needs to know. the next agent reads that summary before it starts. so the frontend developer never has to guess the API shape, and the tester knows exactly what to verify. the hardest part was not the coordination. it was building an agent that could actually act like a backend engineer. a backend engineer stands up a database, wires auth, manages storage, deploys functions, and keeps all of it consistent while the rest of the team builds on top. an agent doing this from scratch drowns. it burns its context window remembering which tables exist and which endpoint it created three steps ago, and the work degrades fast. so the backend agent needs a backend built for agents, not for humans clicking through a dashboard. that is where InsForge came in. it is an open-source, agent-native backend, and i added it to my backend developer agent as a skill. a skill is a step-by-step guide that teaches the agent how to do a specific kind of work. with InsForge installed, the agent stopped improvising infrastructure and followed a reliable path: create the project, define the database, set up auth, deploy functions. to test the whole team, i had them build a working Google Docs clone, AI features included. the backend agent spun up the full service on its own. database tables, user auth, document handling, and edge functions running real TypeScript, all in one dashboard. the frontend agent read that summary and built the UI on top of it, and the tester closed the loop. the result was a backend an agent could reason about end to end, instead of one it kept getting lost inside. if you are building an AI backend engineer, InsForge is worth a look, it's 100% open-source. InsForge GitHub: (don't forget to star 🌟) the full article on Hermes Kanban: Mission Control for your Agents is quoted below.

Akshay 🚀

118,124 просмотров • 1 месяц назад