Micro Agent, a New AI Coding Agent, in 60 Seconds

  Рет қаралды 69,282

Steve (Builder.io)

Ай бұрын

Learn more at: www.builder.io/blog/micro-agent
#javascript #typescript #react #figma

Пікірлер: 70
@michaeltse321
@michaeltse321 Ай бұрын
Part of the motivation to code and learn to code is the feeling of solving a problem. this takes away the joy of coding - lol - but brilliant idea!
@AlexAegisOfficial
@AlexAegisOfficial Ай бұрын
so its tdd for ai btw this is what I mean when I say LLM's are low level components, they arent bad, we're just not building actual tools with it
@msschubi
@msschubi Ай бұрын
So, when the test is shit your code will be shit as well 😂
@steelydanfan321
@steelydanfan321 Ай бұрын
I think you are misunderstanding
@Qthuluu
@Qthuluu Ай бұрын
Still a valid point though. There is no guarantee the test is a good test.
@msschubi
@msschubi Ай бұрын
@@steelydanfan321 I don't think so. Example: the ai creates a test that's always true...
@Steve8708
@Steve8708 Ай бұрын
you can write your own tests too and just have micro agent write the code that passes the tests
@msschubi
@msschubi Ай бұрын
@@Steve8708 so, even the ki is better with tdd :)
@cloud-native-corner
@cloud-native-corner Ай бұрын
Cool idea, it would be good to have something like TDD agent that helps you iterate on tests and keeps on adding functionality.
@khaledsanny4817
@khaledsanny4817 Ай бұрын
You want to lose your job faster 😂
@brazeshtamang4362
@brazeshtamang4362 Ай бұрын
Writing good tests means you understand what you need. But our job is usually spent thinking what you need. Sure AI can perfectly define an email validator but not all problems are not well defined like that.
@geekwithabs
@geekwithabs Ай бұрын
Love the concept. 🎉
@Aubstract
@Aubstract Ай бұрын
So now I have to sit there debugging/rewriting the tests instead of the code 👍
@Steve8708
@Steve8708 Ай бұрын
Or just write the test yourself manually and then set micro agent at solving it - works just as well
@nickwoodward819
@nickwoodward819 Ай бұрын
@@Steve8708 "works just as well". I think that's his point
@agentstona
@agentstona Ай бұрын
@@nickwoodward819 no it doesnt because its wasting TIME and effort .. by doing redundant work ... THE ifrst method of generating a code and than debugging it is if ONLY when the code doesnt work as expected but THIS guys trash method is always start by debugging unit test for every single code which is WASTE OF TIME and waste of effort .... He is trying to create a solution for a problem that does not exist resulting in creating a problem ....
@nickwoodward819
@nickwoodward819 Ай бұрын
@@agentstona speaking of wasting TIME - you might want to re-read my comment. It can work just as well and be trash.
@agentstona
@agentstona Ай бұрын
@@nickwoodward819 no come on man its stupid to Start with ALWAYS DEBUG than Write CODE .. its redundant and unnecessary ... DEBUGGING is supposed to be done when the program needs to be Debugged obviously after writing the code ... Common sense .... not wrting tests for a program that does not exist and trying to debug the test thats dubm.
@trejohnson7677
@trejohnson7677 6 күн бұрын
Damn assert based AI programming
@abiolaolayinka2023
@abiolaolayinka2023 Ай бұрын
Thanks
@Iron_spider99
@Iron_spider99 Ай бұрын
Tell me you never used ai to create tests without telling me you never used ai to create tests.
@oszi7058
@oszi7058 Ай бұрын
as he said in another comment you can write your own tests and give it to the ai
@gabrielpauna62
@gabrielpauna62 Ай бұрын
​@oszi7058 then you just writing code again
@quinnherden
@quinnherden 29 күн бұрын
​@@gabrielpauna62You are writing the tests, not all of the code
@scottbotgo4218
@scottbotgo4218 Ай бұрын
This is really cool dude
@whebon7266
@whebon7266 Ай бұрын
So the AI is doing TDD
@palashjyotiborah9888
@palashjyotiborah9888 Ай бұрын
Be careful about the api costs. 😮😮
@taheralipatrawala7300
@taheralipatrawala7300 Ай бұрын
there's a logical interpretation gap between human problems and what AI can innately understand and solve. Once the gap is filled we may never face any problem with AI ever again. The workarounds like this one may be obsolete once the models get better
@gaggioaxel
@gaggioaxel Ай бұрын
This model has limited capabilities by structure. Not always predicting the next word (which is what this model does) is the correct solution to a problem. Some problems cannot be tackled by predicting a word. Just give it some math equations and you will see how this concept does not apply correctly. It just gives you the best results that please your ego. I’ve tried putting my university scores and it overestimated my average. But that’s also how the system was trained. To provide polite answers that are liked by the annotator rather than provide correct answers.
@artwork-studios
@artwork-studios 15 күн бұрын
Can I use this for my web app?
@Danzlh
@Danzlh Ай бұрын
that’s cool. TDD with ai!
@danielmontilla5915
@danielmontilla5915 Ай бұрын
nice. now we need a tool to test the test to make sure the test is correct
@minoakkyaw
@minoakkyaw Ай бұрын
we might also need a tool to the tool to test the test to make sure the test is correct
@Silver007xx
@Silver007xx Ай бұрын
Does this support uploading blocks of code? If I wanted the tool to review perhaps two files of code, would that be possible?
@Steve8708
@Steve8708 Ай бұрын
Current doesn’t but have been thinking through the best way to support this
@Silver007xx
@Silver007xx Ай бұрын
@@Steve8708 perhaps a prompt which opens a unique URL to drop files into some type of bucket?
@mohammedmiftah7663
@mohammedmiftah7663 Ай бұрын
If the code ia not scraping or consiming an external api... i just asked it to compile and test it itself. Sometimes it works😅
@PythonicSerpent
@PythonicSerpent Ай бұрын
Does this work for other languages like c++ and java?
@Steve8708
@Steve8708 Ай бұрын
Sure does!
@upulwaruna.abeysinghe
@upulwaruna.abeysinghe Ай бұрын
can i share d link to download
@R_Y_Z_E_N
@R_Y_Z_E_N Ай бұрын
Before , ai was used as SDE , now its an SDET 😂 . I liked you approach , but worst case it can take more time than normal . But best case it improves the code quality . 😊
@faddoo
@faddoo Ай бұрын
So you have to pay for each test you do to OpenAI. You can create your own GTP for testing purpose.
@user-iy9fr5td2f
@user-iy9fr5td2f Ай бұрын
What about UI?
@agentstona
@agentstona Ай бұрын
Nah this is not solving any problem its just trying to find a problem for your solution .... BY doing extra work .......
@amaldev4150
@amaldev4150 Ай бұрын
Now I have to debug LLM written tests!?
@moises32123
@moises32123 Ай бұрын
Just code your stuff 😂
@warguy6474
@warguy6474 Ай бұрын
then ask ai to write tests that need to pass another test and vice versa
@israelhilljr
@israelhilljr Ай бұрын
Nice, now i have to debug ai tests and ai code!
@taulantus
@taulantus Ай бұрын
Very Cool! But it can generate bad tests, and debugging tests is annoying.
@Steve8708
@Steve8708 Ай бұрын
Then just write the tests yourself, and have micro agent write the code that passes the test (it doesn’t need to generate the tests)
@giftowercom
@giftowercom Ай бұрын
Well we all know that tests don't cover the code 100%, and there could be 'overfitted' code that satisfies the test but is shit. Don't think writing tests is easier than writing acrual code. Anw interesting approach.
@gabrielpauna62
@gabrielpauna62 Ай бұрын
​@giftowercom yip actually it's much harder cause you work backwards
@yuvrajchhatwani
@yuvrajchhatwani Ай бұрын
Its not free it need open ai key
@ryujin2206
@ryujin2206 Ай бұрын
Please dont tell me i will go to the website and itll say, basic pricing starts at $500 a month 😂
@savire.ergheiz
@savire.ergheiz Ай бұрын
Skills issue 😂
@_Zie_
@_Zie_ Ай бұрын
You're just moving the goalposts, now you have to write and debug tests. A broken clock is right twice a day. How about we as programmers stop making our projects by slapping layer upon layer of shitty code on top of eachother and actually just write decent programs, like people who actually understand computers and programming do.
@agb2557
@agb2557 Ай бұрын
Shouldn’t the human write the test?
@Steve8708
@Steve8708 Ай бұрын
you can do that too if you want
@agb2557
@agb2557 Ай бұрын
Thanks, ​@@Steve8708
@dievas_
@dievas_ Ай бұрын
Learn to prompt then...
НРАВИТСЯ ЭТОТ ФОРМАТ??
00:37
МЯТНАЯ ФАНТА
Рет қаралды 8 МЛН
Best KFC Homemade For My Son #cooking #shorts
00:58
BANKII
Рет қаралды 67 МЛН
EVOLUTION OF ICE CREAM 😱 #shorts
00:11
Savage Vlogs
Рет қаралды 8 МЛН
Matt Kills Dexter's Deer | Dexter: New Blood S1E1 | #Shorts
0:51
Clashed PR
Рет қаралды 21 МЛН
All creatures are from God #jesus #jesuschrist #jesuslovesyou
0:19
Jesus By Your Side
Рет қаралды 45 МЛН
КЕПКА КОМАРОВ
0:16
KINO KAIF
Рет қаралды 10 МЛН
貓咪 小鬼當家🎮🔫🚑 #aicat #shorts #cute
0:41
Cat Cat Cat
Рет қаралды 28 МЛН