morisil | 1 month ago | on: Ask HN: Do you have any evidence that agentic coding works?
morisil's comments
morisil | 2 months ago | on: Go away Python
morisil | 5 months ago | on: Ask HN: What's your experience with using graph databases for agentic use-cases?
2. Writing cypher queries is a job I would never like to have as a human. But LLMs love it, so that an agent can do an ad hoc data science for every single problem. Especially while being aware which criteria were used for graph construction. It is worth ditching things like MCP in favor of tool graph-like solutions. For this purpose I developed my own DSL which only LLM speaks in internally. The effects are mind-blowing.
morisil | 10 months ago | on: Ask HN: What Problem Would You Solve with Unlimited Resources? [May 2025]
The next biggest problems to tackle:
- the way we are producing proteins
- the way we are producing energy
Short term problems to address: - adoption of cognitive AI in scientific research
I am building very potent autonomous AI agents now, so soon I will be able to unleash them to crunch all these problems, hopefully. :)morisil | 11 months ago | on: Ask HN: How to teach agentic AI? Please share your experience
Outside of software development I use it for managing all the legal documents of our cooperative (and it's Germany, and I don't speak German well ;) )
morisil | 11 months ago | on: Ask HN: How to teach agentic AI? Please share your experience
morisil | 11 months ago | on: Claude can now search the web
https://github.com/xemantic/claudine/
It costed roughly 30 lines of code: https://github.com/xemantic/claudine/blob/main/src/commonMai...
morisil | 1 year ago | on: Show HN: Fork of Claude-code working with local and other LLM providers
https://github.com/xemantic/anthropic-sdk-kotlin
Much more complex custom agents can be built thanks to this library, simplifying the task as much as I could design it.
morisil | 1 year ago | on: Show HN: MyCoder, an open source Claude-Code alternative
morisil | 1 year ago | on: Ask HN: Free/Open Source Brainstorming Agents
morisil | 1 year ago | on: Ask HN: What's your app idea that you don't have the time or motivation to build
morisil | 1 year ago | on: JReleaser: quick and effortless way to release your project
I also configured the announcement feature, so now I can share each release on my discord server and hopefully soon on LinkedIn.
The documentation of JReleaser is quite comprehensive, however does not fully cover "howto" steps regarding auth for each provider. Which in my case translated to initial cycle of try-and-error with my GitHub actions.
morisil | 1 year ago | on: Ask HN: Who wants to be hired? (December 2024)
Location: Berlin
Remote: Yes
Willing to relocate: No
Technologies: Agentic AI, LLMs, Kotlin/Multiplatform, Java, GLSL/Shaders, Graphics/GPU programming, JavaScript, Spring Boot, DevOps, AWS, GCP, BigQuery, PostreSQL, Oracle, ETL, Terraform, software/cloud architecture
Résumé/CV: https://www.linkedin.com/in/kpogoda/
Email: in CV
I just won AI Hack Berlin hackathon with the AI agent completely controlling my computer, while programming own tools, and administering Unix system, according to the input in the form of a sketch made by the user.Recently I specialize in teaching how to build AI agents and implementing them in Kotlin multiplatform environment according to my open source SDKs, therefore I can teach, and consult introduction of AI agents, in your organization.
Experienced coder, software architect, creative technologist, computational artist, community builder, founder of Xemantic, a collective of applied philosophy, and Prachtsaal, a non-profit art cooperative from Berlin.
Website: https://xemantic.com
morisil | 1 year ago | on: Ask HN: Freelancer? Seeking freelancer? (December 2024)
Technologies: Agentic AI, LLMs, Kotlin/Multiplatform, Java, GLSL/Shaders, Graphics/GPU programming, JavaScript, Spring Boot, DevOps, AWS, GCP, BigQuery, PostreSQL, Oracle, ETL, Terraform, software/cloud architecture
Résumé/CV: https://www.linkedin.com/in/kpogoda/
Website: https://xemantic.com
I just won AI Hack Berlin hackathon with the AI agent completely controlling my computer, while programming own tools, and administering Unix system, according to the input in the form of a sketch made by the user.
Recently I specialize in teaching how to build AI agents and implementing them in Kotlin multiplatform environment according to my open source SDKs, therefore I can teach, and consult introduction of AI agents, in your organization.
Experienced coder, software architect, creative technologist, computational artist, community builder, founder of Xemantic, a collective of applied philosophy, and Prachtsaal, a non-profit art cooperative from Berlin.
morisil | 1 year ago | on: Show HN: I built "computer use" before Anthropic, while using their API
morisil | 1 year ago | on: Ask HN: Freelancer? Seeking freelancer? (October 2024)
Technologies: Kotlin/Multiplatform, Java, GLSL/Shaders, Graphics/GPU programming, JavaScript, Spring Boot, DevOps, AWS, GCP, BigQuery, PostreSQL, Oracle, ETL, software/cloud architecture, Anthropic API
Résumé/CV: https://www.linkedin.com/in/kpogoda/
Email: in CV
Experienced coder, software architect, creative technologist, computational artist, community builder, founder of Xemantic, a collective of applied philosophy, and Prachtsaal, a non-profit art cooperative from Berlinmorisil | 1 year ago | on: Ask HN: Who wants to be hired? (October 2024)
Location: Berlin
Remote: OK
Willing to relocate: No
Technologies: Kotlin/Multiplatform, Java, GLSL/Shaders, Graphics/GPU programming, JavaScript, Spring Boot, DevOps, AWS, GCP, BigQuery, PostreSQL, Oracle, ETL, software/cloud architecture, Anthropic API
Résumé/CV: https://www.linkedin.com/in/kpogoda/
Email: in CV
Experienced coder, software architect, creative technologist, computational artist, community builder, founder of Xemantic, a collective of applied philosophy, and Prachtsaal, a non-profit art cooperative from Berlin
My advice - embrace TDD. Work with AI on tests, not implementation - your implementation is disposable, to be regenerated, tests fully specify your system through contracts. This is more tricky for UI than for logic. Embracing architectures allowing to test view model in separation might help. I general anything reducing cognitive load during inference time is worth doing.