HackerTrans
TopNewTrendsCommentsPastAskShowJobs

yugoru

no profile record

Submissions

[untitled]

1 points·by yugoru·4 bulan yang lalu·0 comments

[untitled]

1 points·by yugoru·4 bulan yang lalu·0 comments

Do Startups Dream of Electric Robots

partenit.io
1 points·by yugoru·10 bulan yang lalu·0 comments

comments

yugoru
·2 bulan yang lalu·discuss
All my services have lost their databases. All their AI agent is offering me is to delete all the data (thousands of data) and create a new database. It insists there's no other way. But I have clients, I have hundreds of courses on the platform!
yugoru
·4 bulan yang lalu·discuss
its really interesting. Running agents close to the user’s data solves a lot of latency and privacy issues. The hard part seems to be balancing autonomy with predictability — once agents start chaining actions locally, debugging behavior becomes tricky. Curious how you're approaching that.
yugoru
·4 bulan yang lalu·discuss
its harder than it first appears. Even with good embeddings, semantic similarity across languages often breaks when articles include local context or idioms. Curious whether you found a threshold strategy that works reliably across languages, or if it still needs manual tuning.
yugoru
·4 bulan yang lalu·discuss
Interesting perspective, one thing that keeps surprising me is how many modern systems still end up re-discovering OOP ideas in different forms, especially when you start modeling complex real-world systems (hardware pipelines, robotics control layers, etc). The terminology changes, but the need for encapsulating behavior around state never really disappears.