HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eliottre

no profile record

Submissions

[untitled]

1 points·by eliottre·8 giorni fa·0 comments

[untitled]

1 points·by eliottre·10 giorni fa·0 comments

[untitled]

1 points·by eliottre·24 giorni fa·0 comments

[untitled]

1 points·by eliottre·27 giorni fa·0 comments

[untitled]

1 points·by eliottre·27 giorni fa·0 comments

[untitled]

1 points·by eliottre·mese scorso·0 comments

[untitled]

1 points·by eliottre·2 mesi fa·0 comments

[untitled]

1 points·by eliottre·3 mesi fa·0 comments

[untitled]

1 points·by eliottre·3 mesi fa·0 comments

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

task-bounty.com
1 points·by eliottre·4 mesi fa·0 comments

comments

eliottre
·3 mesi fa·discuss
[dead]
eliottre
·3 mesi fa·discuss
[dead]
eliottre
·3 mesi fa·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 mesi fa·discuss
[dead]
eliottre
·3 mesi fa·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.