HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hevalon

50 karmajoined 11 năm trước
[ my public key: https://keybase.io/epappas; my proof: https://keybase.io/epappas/sigs/J0WXD0Cb4ThiN-nH4FBwPAbXjEBnG07_hlrldoR61SQ ]

Submissions

[untitled]

1 points·by hevalon·Hôm kia·0 comments

[untitled]

1 points·by hevalon·3 ngày trước·0 comments

Show HN: AI Infrastructure Knowledge Base

ai-infrastructure.net
1 points·by hevalon·9 ngày trước·0 comments

[untitled]

1 points·by hevalon·tháng trước·0 comments

Out of Band, Not Out of Prompt: Intent Verification for Agentic Tool Calls

hyperautomation.substack.com
1 points·by hevalon·2 tháng trước·0 comments

Reading the Prompt You Did Not Send: Detection at the Inference Boundary

medium.com
1 points·by hevalon·2 tháng trước·0 comments

Threat-Modeling the OWASP Top for LLM Applications

medium.com
1 points·by hevalon·4 tháng trước·0 comments

Not the Model, but Harness Is the Architecture for Agents

medium.com
1 points·by hevalon·5 tháng trước·0 comments

Securing AI Agents: Architecture for Systems You Can't Control

medium.com
2 points·by hevalon·5 tháng trước·0 comments

Analyzing Container Filesystem Isolation for Multi-Tenant Workloads

systemweakness.com
2 points·by hevalon·5 tháng trước·0 comments

Analyzing Container Filesystem Isolation for Multi-Tenant Workloads

medium.com
1 points·by hevalon·5 tháng trước·0 comments

comments

hevalon
·3 tháng trước·discuss
Author here. The search algorithm was the easy part. The LLM already encodes domain knowledge from ML papers; it knows learning rate warmup helps with transformers, that batch size and learning rate are coupled. It converged on the winning GRPO config by iteration 1. Grid search needed 8 iterations.

The hard part was per-iteration GPU isolation. A botched run that leaves stale optimizer state or corrupted weights in memory will poison the next iteration. Each iteration needs a fresh CUDA runtime, fresh filesystem, fresh memory. No state leaks. That's where most of the engineering went; ephemeral containers with TTL-based cleanup, one A100 per iteration, torn down after metrics are emitted.

Happy to answer questions. Code: https://github.com/one-covenant/autoresearch-rl
hevalon
·5 năm trước·discuss
I will only partially agree with you; mainly because indeed, that's what they're pitching crypto as - To be your own bank. But practically, most blockchains are replacing the inter-banking networks (like SWIFT) rather than the banks themselves, as you still need centralised entrypoints.

To save some comments; Yes, they do have the potentials to create their own closed-circle economic ecosystems, but for the retail banking services to work (eg overdrafts, mortgages etc) you will end-up with centralised players as these kind of services need to be backed by wealth (it's not a tech-issue).