HackerTrans
トップ新着トレンドコメント過去質問紹介求人

rando77

21 カルマ登録 2 年前

投稿

Protecting Exploration in an Efficient System

3 ポイント·投稿者 rando77·5 日前·1 コメント

Simulating Tradeoffs in AI Organisation

1 ポイント·投稿者 rando77·8 日前·0 コメント

Mapping the human element of AI risks in an AI world

1 ポイント·投稿者 rando77·9 日前·1 コメント

[untitled]

1 ポイント·投稿者 rando77·13 日前·0 コメント

Recursive self improvement for human skills

4 ポイント·投稿者 rando77·14 日前·3 コメント

Oracles and Recursive Self Improvement

2 ポイント·投稿者 rando77·21 日前·0 コメント

Attempting to regulate an industry when they control the communication pathways

5 ポイント·投稿者 rando77·先月·1 コメント

Building powerful systems with limited lifespans?

2 ポイント·投稿者 rando77·先月·1 コメント

Becoming a Forest Civilisation

2 ポイント·投稿者 rando77·4 か月前·1 コメント

Ask HN: Any interest in tool to help vulnerability disclosure?

1 ポイント·投稿者 rando77·6 か月前·0 コメント

Ask HN: Share Useful Prompts

1 ポイント·投稿者 rando77·7 か月前·0 コメント

Uncertainty Under Ignorance

github.com
2 ポイント·投稿者 rando77·7 か月前·0 コメント

Ask HN: Anyone automating the creation of okr tests with AI?

1 ポイント·投稿者 rando77·7 か月前·0 コメント

Ask HN: Linux offline knowledge base app?

2 ポイント·投稿者 rando77·7 か月前·4 コメント

Ask HN: Reputation Based Software License

2 ポイント·投稿者 rando77·8 か月前·3 コメント

Spore

2 ポイント·投稿者 rando77·8 か月前·1 コメント

コメント

rando77
·一昨日·議論
This is my answer put the randomising exploration in your preference

https://claude.ai/public/artifacts/d12af7c5-3eb0-4218-a505-e...
rando77
·4 日前·議論
People might not want to be on update treadmill of proprietary weight models, for enterprise things. Things change a lot between models and they can't guarantee backwards compatibility like you can for deterministic software
rando77
·26 日前·議論
if there were nerd oases I would expect more second order impacts. More nerd organisations springing up as if from nowhere.
rando77
·26 日前·議論
Why didn't they build a nerd oasis somewhere?

And HN isn't it...
rando77
·先月·議論
I think there is a rich seam of work for computers to help humans spot when there are anomalies in the hypotheses humans hold that can help humans form the corrections to hypothesis that fit our aesthetic sensibilities
rando77
·4 か月前·議論
It's worth taking actions that take large scale job losses due to AI in the future into consideration, even if now is not the time
rando77
·4 か月前·議論
It's important to have good feedback at each stage of iteration
rando77
·4 か月前·議論
I've thought of a service that scans new websites and GitHub repos and looks for things that don't look like anything else (using something like hdbscan for outlier detection), and creates a feed for people to follow.
rando77
·4 か月前·議論
One example of something that might fit the loose forest civilisation mold is a social network that faceted on ML derived topic.

This would allow niches to exist, without people being able to post off-topic things to your feed.
rando77
·4 か月前·議論
Or maybe it won't. If it can be made efficient like humans it might be at the edge mainly.
rando77
·5 か月前·議論
Have you come across the lethal trifecta [1]? I'm interested in decomposing tasks to avoid any agent doing all three and having limited data pipes between them.

[1] https://simonwillison.net/2025/Jun/16/the-lethal-trifecta/
rando77
·5 か月前·議論
I've been leaning towards multi agent because sub agent relies on the main agent having all the power and using it responsibly.
rando77
·5 か月前·議論
You might want some compute in space that you know is very hard to physically interfere with.

But general purpose compute no
rando77
·6 か月前·議論
I think it is great for experimenting, and proving concepts. Alphas and personal projects, not shipped code.

I've been working on wasm sandboxing and automatic verification that code doesn't have the lethal trifecta and got something working in a couple of days.

I'd like to do a clean rewrite at some point.
rando77
·6 か月前·議論
I'm interested in capability based software, with tools to identify the lethal trifecta.

This seems like a very hard problem with coding specifically as you want unsafe content (web searches) to be able to impact sensitive things (code).

I'd love to find people to talk to about this stuff.
rando77
·6 か月前·議論
I've wondered if LLMs can help match people. People give the LLM some public context about their lives and two LLMs can have a chat about availablity and world views.

Use AI to scaffold relationships not replace them.
rando77
·6 か月前·議論
Fair, I don't know how valuable it would be. I think LLMs would only get you so far. They could be tried in games or small human contexts . We would need a funding model that rewarded this though.

That is hard too though.
rando77
·6 か月前·議論
I'm not sure. We can use LLMs to try out different settings/algorithms and see what it is like to have it on a social level before we implement it for real.
rando77
·6 か月前·議論
Perhaps we need reputation on the network layer? Without it being tied to a particular identity.

It would require it not to be easy to farm (Entropy detection on user behaviour perhaps and clique detection).
rando77
·6 か月前·議論
I've been thinking about using LLMs to help triage security vulnerabilities.

If done in an auditably unlogged environment (with a limited output to the company, just saying escalate) it might also encourage people to share vulns they are worried about putting online.

Does that make sense from your experience?

[1] https://github.com/eb4890/echoresponse/blob/main/design.md