HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eliottre

no profile record

Submissions

[untitled]

1 points·by eliottre·8 gün önce·0 comments

[untitled]

1 points·by eliottre·11 gün önce·0 comments

[untitled]

1 points·by eliottre·24 gün önce·0 comments

[untitled]

1 points·by eliottre·27 gün önce·0 comments

[untitled]

1 points·by eliottre·28 gün önce·0 comments

[untitled]

1 points·by eliottre·geçen ay·0 comments

[untitled]

1 points·by eliottre·2 ay önce·0 comments

[untitled]

1 points·by eliottre·3 ay önce·0 comments

[untitled]

1 points·by eliottre·3 ay önce·0 comments

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

task-bounty.com
1 points·by eliottre·4 ay önce·0 comments

comments

eliottre
·3 ay önce·discuss
[dead]
eliottre
·3 ay önce·discuss
[dead]
eliottre
·3 ay önce·discuss
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 ay önce·discuss
[dead]
eliottre
·3 ay önce·discuss
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.