Загрузка видео...
Не удалось загрузить видео
I put an entire codebase in a text file and gave it to Gemini 1.5 Pro. I gave it a task that required updating ~10 files across the entire codebase - so decently complex. It got about 80% of the work done for me on a 1st attempt. Watch... show more
85,724 просмотров • 2 лет назад •via X (Twitter)
Комментарии: 9

This is a very realistic example. Highlights how nice the context window is for code-related work while being honest about LLMs needing better reasoning capabilities to get to 100%. Super happy with the result! Lots of gains to be had from prompting/retrieval on top of this.

This looks interesting:

If they actually have a reasoning breakthrough then wow

Gemini context + Cursor RAG + Agentic testing loops

Thank you so much for this in depth example and your full, honest explanation. Really gives me a full sense of what to expect.

This is quite amazing. Eagerly waiting for its public release.

thanks for the honest evaluation

Did you just copy and paste your codebase into the txt file? Or a script or something

@AndrewW42079596 py script
