ITs worst nightmare no?
Reverse-engineering Viktor and making it open source
81–87 of 87 posts
Re: Reverse-engineering Viktor and making it open source
#82Earlier quoted context omitted.
Tell that to anyone who made sample based music in the late 80s and early 90s.
If I use metallica samples to make a rendition of happy birthday, the copyright holders of happy birthday aren't suing me for the damages to metallica from my use of their samples; the question of whether my use of the samples is transformative is simply irrelevant to the question at hand.
No garaurantees that doesn’t happen with AI in the next few years.
Re: Reverse-engineering Viktor and making it open source
#83Guessing legal action was taken. The comments here predicting a takedown were spot on.
Re: Reverse-engineering Viktor and making it open source
#84Re: Reverse-engineering Viktor and making it open source
#85Re: Reverse-engineering Viktor and making it open source
#86Nice. Probably worth making a local copy before it gets taken down. (Re: legal - why even bother with a court decision when it’s on GitHub? A takedown is much simpler. We've seen this before, like when Meta went after people reverse-engineering their API) That said there may not be much here thats actually protectable. It's mostly a CLI orchestrating other tools, and the same functionality could likely be reproduced…
thanks
Re: Reverse-engineering Viktor and making it open source
#87I just want to point out _how easy it is_ to build any of these tools yourself. I got inspired by nano-claw and built on some of it's ideas to build a whole k8s hosted autonomous agent platform and got it into production in 2 weeks. It's just some api calls and container orchestration. The only hard problem _and it is hard_, is securing it, because you basically have to treat the agents as potentially malicious.
It's because of this hard problem that I'm thinking I should keep using Viktor (getviktor.com) instead of running this OpenViktor. The company may not do a perfect job of security either, but I figure they'll do a better job than I can as a solo practitioner.