HackerTrans
TopNewTrendsCommentsPastAskShowJobs

RobirdLiu

no profile record

Submissions

[untitled]

1 points·by RobirdLiu·l’année dernière·0 comments

comments

RobirdLiu
·l’année dernière·discuss
I'm new here. Could any kind-hearted senior help me? I'm sharing a viewpoint with a different analytical perspective. I wonder where the issue lies in my speech. I sincerely seek guidance to better integrate into the community. Today, I received 8 downvotes, yet no one pointed out the flaws in my speech. I'm eager to accept criticism and learn from feedback. Thank you!
RobirdLiu
·l’année dernière·discuss
Let me briefly share some of my experiences and thoughts. I grew up playing games like The Legend of Zelda, Knights and Merchants, StarCraft. From a young age, I dreamed of creating a multiplayer Final Fantasy II. Continuously honed my skills and after graduating college in 2007, fulfilled my dream of becoming an MMORPG developer.

However, this marked the beginning of a long struggle. I wanted to create 'healing remedies' but the company demanded 'addictive drugs' designed to drain player's time and money. I realized the problem wasn't product design itself, but the business model shaping the product. So, I started my own venture.

I'm now trying to build a 'creator-consumer' ecosystem, similar to short-form video platforms. This involves developing a DSL to easily create narrative adventure game scripts (text and image based), performed by pre-made, standardized virtual characters. It will use a serialized release model, with artists and musicians sharing in the revenue.

Ultimately, the business model dictates the product. It doesn't matter who successfully builds this; success doesn't have to be mine. I just hope everyone can live a life without regrets.
RobirdLiu
·l’année dernière·discuss
Thank you so much for your Upvote.This is the first and only Upvote I've ever received.I thought I had answered a few HN Ask questions thoughtfully and seriously,but I ended up with 5 Downvotes.Thank you again,kind soul.I will keep working hard.I still have several great projects that I want to show to the world.In a few more months,perhaps the project I'm currently working on will meet your expectations.However,at the moment,I'm focusing on more fundamental aspects,such as exploring how to maintain continuous and meaningful cognitive activity in LLMs,as well as their ability to reflect and learn.I haven't been working on areas like tool call,memory,TTS,etc.,where there have already been significant achievements.I'll introduce it to everyone once the project is initially functional.Stay tuned!
RobirdLiu
·l’année dernière·discuss
[flagged]
RobirdLiu
·l’année dernière·discuss
[flagged]
RobirdLiu
·l’année dernière·discuss
[flagged]
RobirdLiu
·l’année dernière·discuss
[flagged]
RobirdLiu
·l’année dernière·discuss
[flagged]
RobirdLiu
·l’année dernière·discuss
To get started on building it yourself, you could consider a stack like: Python as the base, Ollama for local LLM serving, Whisper (e.g., via whisper.cpp) for STT, Langchain for the agent orchestration and tool integration, and something like Piper for TTS. For Notion/GCal, their official Python SDKs wrapped as Langchain tools would be the way.

This selection prioritizes a pragmatic balance between capability and a more manageable entry point for an individual project, rather than focusing strictly on the absolute SOTA or most experimental options for each component. It should provide a solid foundation for iterative development, and you can always swap out/upgrade specific parts later as you see fit