Live data from Hacker News

Viewing profile — walterfreedom

walterfreedom

HN member
Joined
Fri, May 03, 2024, 1:53 PM UTC
HN karma
38
Public activity
19 items

About walterfreedom

No profile information was provided.

Recent public activity

  1. comment
    Comment #47018089

    Hey, I have been posting here about my progress for a while. basically, I could implement the first iteration of my ML/AI/Agentic world generation and story generation engine in my…

  2. story
  3. comment
    Comment #46686299

    Current snapshot + semantic search related to the "recent event + messages since last trigger" in the database of memories. I prune unnecessary events (built chair, planted rice et…

  4. comment
    Comment #46686067

    Hey, I wrote here about my FelWorld mod series, where I wished to turn RimWorld into an RPG game a few months ago ( https://news.ycombinator.com/item?id=45921896#45921995 ). I coul…

  5. story
  6. comment
    Comment #45925801

    Not sure, I will publish this in different modules and add most of the content over time but first release might be around early january? really depends on my workload on my real j…

  7. comment
    Comment #45925490

    That's definitely true. LLMs, Especially small ones tend to give not so random responses. This can be mitigated by context a little bit (fortunately, RimWorld already has some lore…

  8. comment
    Comment #45922433

    If we are talking about the Quest Generation part (which is still pretty early nin development), it's not just calling pre-existing RimWorld map events (Like Raids, Animals join, A…

  9. comment
    Comment #45922090

    In my own system in unity, I used LLMs as merely an orchestrator and left Behaviour Trees ( https://arxiv.org/abs/1709.00084 ) as the main core of NPC behaviour. I assume this ques…

  10. comment
    Comment #45921897

    I have been learning about and trying LLM/SLM and other things that could be used to enhance RPG elements and replayability of games, and wanted to give RimWorld a try because crea…

  11. story
  12. comment
    Comment #44431903

    AI is already very impressive for natural language formatting and filtering, we use it for ratifying profiles and posts. and it takes around like an hour to implement this from scr…

  13. comment
    Comment #44429193

    I have been hearing the term 'context engineering' and wanted to share my article about it, which is mostly focusing on AI npcs and not enterprise use cases.

  14. story
  15. comment
    Comment #44429179

    I am mostly focusing in this issue during the development of my agent engine (mostly for game npcs). Its really important to manage the context and not bloat the llm with irrelevan…

  16. story
    Ask HN: Is Nextcloud a Great Alternative to Dropbox/Google Drive for Startups?

    I was wondering how easy and reliable it is to work with NextCloud in any professional setting. Does it put too much maintenance work on DevOps to a level that makes just using thi…

  17. comment
    Comment #41614083

    Personally, most the features Wpengine offered wasn't very useful for my team and we just went to rent servers on Hetzner for the sake of simplicity. Same goes for Cpanel too. We j…

  18. story
    Ask HN: Where to deploy generative AI models?

    I need to deploy our stable diffusion model to somewhere but I figured that "just using hetzner" might not be the best option for me. I prefer if I can use a docker container that …

  19. story
    Ask HN: How can I handle my Gitlab CI process for our WordPress plugin?

    As a junior devops engineer, I have been trying to create a docker container for our wordpress and mysql so we would be able to use both on gitlab CI for testing purposes. However,…