morisil

↗ HN profile [ 82.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Markanywhere can parse any input, like Markdown, HTML, XML, as a stream of semantic events which can be rendered, transformed, evaluated. Works great as an interactive transport layer for the LLM inference output and…

  2. I just released version 1.0.0 of this library: https://github.com/xemantic/xemantic-neo4j-kotlin-driver There is also associated demo project showing how to use this driver with Ktor, in fullstack asynchronicity and…

  3. It seems that Qwen3 is not capable of driving independent reasoning - it lacks the quality needed to power fully autonomous AI agents. Initially I was quite impressed with it's problem solving capabilities, when…

  4. I started teaching agentic AI at our cooperative (Berlin). It is a one day intense workshop where I: 1. Introduce IntelliJ IDEA IDE and tools 2. Showcase my Unix-omnipotent educational open source AI agent called…

  5. I specified the following prompt to Claude 3.7 Sonnet (via API): If you compare between Kotlin, Python, Typescript and JavaScript, can you try to output the same code in each of them and then compare the cognitive…

  6. I made this shader to pimp up my website ;)

  7. It's a pet project from the time I got amazed by Kotlin's ability to express DSLs. I also needed to quickly prototype a remote control UI for my art robots using RxJava-based event stream processing. Recently I had some…