logoalt Hacker News

purple-leafytoday at 7:44 PM0 repliesview on HN

Hey OP I made something very similar called slices-ide [0]

It’s a self modifying editor with embedded agents. Honestly that description doesn’t do it justice, it was an experiment in making an architecture to use the strengths of my adhd when coding.

You can chat with agents inside the editor itself and ask them to modify ANYTHING in the IDE itself, including adding custom panels, changing the theme, rewriting logic

Hell, if they wanted to they can brick the entire editor too or remove agents entirely lol. There is a global undo / redo and timeline so as long as the timeline isn’t bricked you can step back to an earlier point in time

The editor has a visualisation panel that shows all data flowing around the ide itself

You might enjoy it, i think it’s cool and it’s very very experimental

[0] - https://github.com/con-dog/slices-demo#slice-ide---an-experi...