Viewing profile — walterfreedom
walterfreedom
HN member- Joined
- Fri, May 03, 2024, 1:53 PM UTC
- HN karma
- 38
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About walterfreedom
No profile information was provided.
Recent public activity
-
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…
- story
-
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…
-
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…
- story
-
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…
-
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…
-
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…
-
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…
-
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…
- story
-
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…
-
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.
- story
-
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…
-
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…
-
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…
-
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 …
-
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,…