You are viewing archived messages.
Go here to search the history.

Tom Larkworthy 2025-06-06 13:53:22

My next focus for lopecode is the editing experience. I've tidied most of the gitches up and its smooth, but kinda hardwork to do everything in my head. I need more hands!

So to kill 2 birds with one stone, I will redo roboco-op but this time with an agentic workflow following how Cline works. Early results is that it is quite good at following Observable dependancy graph and exposing itself to jsut enough context for the task at hand. Roboco-op was struggling with context management and I think this is a better path. It can add cells!

Roboco-op hit a ceiling because you have to manually copy and paste cells over in Observable, but with Lopecode you can add cells programatically so its a better substrate for this kinda of idea.

image.png

Tom Larkworthy 2025-06-07 06:26:09

yeah it can pretty naturally inspect runtime state. Even navigating the difficult viewof macro. I have not actually prompted observables programming model yet, it can figure it out. Note the input/output descriptions give it a handhold to navigating the dependancy graph.

image.png