• 6 posts
  • 19 comments
Joined 3 years ago
Cake day: June 19th, 2023
  • Hey, absolute props for replying to my code by making a counter-code of your own!

    I don’t have the time to look into this right now, but wanted to say that this is the best I could hope of posting my random projects here: Having someone else tell you what they would do instead.

    And for context, this was a weekend experiment. I wanted to try building “agentic stuff,” and exploring the not-so-promising intersection of information theory, LLMs, and code quality.

    Will edit later after I read yours.

  • Well, the main reason why I post my projects is for people to tell me what alternatives I’m missing, so thanks for that.

    I’m actually not that familiar with Kilo, but I believe it’s an agent/IDE-extension, and that you can use different providers for it, including coding agents (I think this is what you were referring to.)

    So basically my use case is more niche. I just had an external tool (Graphrag) that only worked with an LLM API, and I had just an agent subscription, so i built an agnostic protocol via the filesystem to make them work together.

    It’s agnostic because you can have any tool on one side (which expects an OpenAI-like LLM API), and any LLM on the other side (which can be an agent subscription).

    Nothing in Kilo would have allowed me to get Graphrag working, I think.

  • Thanks for the feedback. I’m the author of the medium blog post too.

    If you have any tips on where to find a better free voice, I’m all ears. I haven’t tried chatterbox yet, that one might do it.

    It could also be that the “direct blog post to video” format doesn’t cut it. But I’m still experimenting with ways to generate effective multimedia out of my content.

    Btw, this is my open-source pipeline, which I use to make the video and blog post out of the same source file: https://github.com/sebastiancarlos/hacker-press

    Edit: Regarding “satire”, that doesn’t apply to this blog post in particular. But I did add some jokes here and there to keep the dry topic going.