Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

trying a TDD + git workflow npm i task-master-ai → test-driven development → github branch for each task → commit + test each subtask once done → push PR when task is feature complete → full code coverage → nearly autopilot will polish and ship as rules first then...

14,586 görüntüleme • 1 yıl önce •via X (Twitter)

11 Yorum

Dennison profil fotoğrafı
Dennison1 yıl önce

@TaskmasterAI It's good, I got it working, only I think we need to solve: "Project Drift"- when the project needs to be implemented in some way not explicitly described the tasks, the tasks suddenly "Drift". - There are ton of tools, an Cursor is complaining there are too many

Eyal Toledano profil fotoğrafı
Eyal Toledano1 yıl önce

@TaskmasterAI task drift is fixable using the `update` command if things are changing as of task 6, run `tm update from=6 prompt=<describe the change>` it will update task 6 with that change and every/any task/subtask thereafter that might depend or mention task 6 solves the drift easily

Manticore Search profil fotoğrafı
Manticore Search1 yıl önce

🚀 Star Manticore Search on #GitHub today and join our quest for the ultimate search solution!

Fabio Vedovelli profil fotoğrafı
Fabio Vedovelli1 yıl önce

@TaskmasterAI Let me tell you this: yesterday was the very first time I used TM for real and I'm beyond impressed. Thanks for this tool!

Eyal Toledano profil fotoğrafı
Eyal Toledano1 yıl önce

@TaskmasterAI glad to hear it! share your experience and feedback, i wanna know more

Dennison profil fotoğrafı
Dennison1 yıl önce

@TaskmasterAI I think you can combine tools as the LLM will figure out how to use a combined tool (I think)

Eyal Toledano profil fotoğrafı
Eyal Toledano1 yıl önce

@TaskmasterAI that's why i'm focused on primitives first then you can link things up in detailed workflows

Ismaël profil fotoğrafı
Ismaël1 yıl önce

@TaskmasterAI using this pattern + background agents to achieve tasks that can be achieved concurrently is the next meta to ship at blazing levels speed imo

Fackler profil fotoğrafı
Fackler1 yıl önce

@TaskmasterAI fantastic! looking forward to trying this out. 🙏

⚖️Justice⚖️ profil fotoğrafı
⚖️Justice⚖️1 yıl önce

@TaskmasterAI Wen update ?? 👊🏼

Eyal Toledano profil fotoğrafı
Eyal Toledano1 yıl önce

@TaskmasterAI they not comin out fast enough for ya? 😂

Benzer Videolar

Full-circle Test-driven Firmware Development with OpenClaw Ladyada: "I've only had OpenClaw installed on this Raspberry Pi 5 for a couple of days, but boy, have we burned through a lot of tokens and learned a lot. Including what I think is a really fun improvement in my development process: “Agentic test-driven firmware development.” I've used LLMs for writing code as a sort of pair-programming setup, where I dictate exactly what I want done. But this is the first time that I'm giving full access to the hardware to the LLMs and letting Claude Opus 4.5 as a manager to control Codex subagents. Not only does it parse the datasheet for the register map and functionality, Claude also comes up with a full development and test plan, writes the library, tests it on existing hardware, and then also works up a test suite that covers all of the hardware registers to make sure that the library is exercising the entire chip capability. For example, here I give it an APDS-9999 color sensor and a Neopixel ring and tell it, “hey use the Neopixel ring to verify that we're really reading red, green, and blue data properly from the sensor,” and it will do the whole thing completely autonomously… no humans involved! I still review the final code and ensure the tests genuinely validate the functionality, not just take shortcuts. There is a phenomenon known as "reward hacking" (also called "specification gaming"). The model may optimize for passing tests as a metric, rather than ensuring the code truly works as intended. So far, the results have been excellent... no surprise, since these LLMs are trained on Adafruit open-source GitHub repositories!"

adafruit industries

25,443 görüntüleme • 6 ay önce