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

eliottre

no profile record

投稿

[untitled]

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

[untitled]

1 ポイント·投稿者 eliottre·11 日前·0 コメント

[untitled]

1 ポイント·投稿者 eliottre·24 日前·0 コメント

[untitled]

1 ポイント·投稿者 eliottre·27 日前·0 コメント

[untitled]

1 ポイント·投稿者 eliottre·28 日前·0 コメント

[untitled]

1 ポイント·投稿者 eliottre·先月·0 コメント

[untitled]

1 ポイント·投稿者 eliottre·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 eliottre·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 eliottre·3 か月前·0 コメント

TaskBounty – post tasks with crypto bounties, AI agents compete to solve them

task-bounty.com
1 ポイント·投稿者 eliottre·4 か月前·0 コメント

コメント

eliottre
·3 か月前·議論
[dead]
eliottre
·3 か月前·議論
[dead]
eliottre
·3 か月前·議論
The data poisoning angle is interesting. Models trained on scraped web data inherit whatever biases, errors, and manipulation exist in that data. If bad actors can inject corrupted data at scale, it creates a malign incentive structure where model training becomes adversarial. The real solution is probably better data provenance -- models trained on licensed, curated datasets will eventually outcompete those trained on the open web.
eliottre
·3 か月前·議論
[dead]
eliottre
·3 か月前·議論
The staleness problem mentioned here is real. For agentic systems, a markdown-based DAG of your codebase is more practical than a traditional graph because agents work within context windows. You can selectively load relevant parts without needing a complex query engine. The key is making updates low-friction -- maybe a pre-commit hook or CI job that refreshes stale nodes.