Viewing profile — -_-
-_-
HN member- Joined
- Wed, Feb 12, 2025, 1:00 AM UTC
- HN karma
- 26
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About -_-
Recent public activity
- story
-
comment
Comment #47199977
“The Department of War may use the AI System for all lawful purposes, consistent with applicable law, operational requirements, and well-established safety and oversight protocols.…
- story
-
comment
Comment #46939175
Organizer of the march here. I think while our messaging was more provocative, our beliefs are pretty similar to what PG outlined in https://paulgraham.com/ineq.html or what Garry …
-
comment
Comment #46772440
What do you mean? OpenAI's main offices have been in Mission Bay since 2024
-
comment
Comment #46581597
Author here! 1a. LLMs fundamentally model probability distributions of token sequences—those are the (normalized) logits from the last linear layer of a transformer. The closest th…
-
comment
Comment #46581390
What model did you use? I ran this with the original Llama 13B. The newer Llama models use a different tokenizer that will have its own anomalous tokens.
-
comment
Comment #46581360
Yep! Very large negative temperatures and very large positive temperatures have essentially the same distribution. This is clearer if you consider thermodynamic beta, where T = ±∞ …
-
comment
Comment #46072510
That's the premise behind Workshop Labs! https://workshoplabs.ai
-
comment
Comment #45812600
I’ve also noticed recently that when I click a Twitter link from Telegram, it hijacks the Telegram webview to open the tweet in Safari.
-
comment
Comment #45812550
Subliminal learning: https://alignment.anthropic.com/2025/subliminal-learning/
-
comment
Comment #45430100
Yes! At https://RunRL.com we offer hosted RL fine-tuning, so all you need to provide is a dataset and reward function or environment.
-
comment
Comment #45283772
To add to this, you can currently manually parse tool calls in your environment's step function, but we'll be rolling out a UI that makes this easier soon.
-
comment
Comment #45282255
ART is also great, though since it's built on top of Unsloth it's geared towards single GPU QLoRA training. We use 8 H100s as a standard, so we can handle larger models and full-pa…
-
comment
Comment #45280468
Have you heard of https://puffer.ai ? Might fit your use case
-
comment
Comment #45279548
There needs to be some way of automatically assessing performance on the task, though this could be with a Python function or another LLM as a judge (or a combination!)
-
comment
Comment #45278898
DSPy is great for prompt optimization but not so much for RL fine-tuning (their support is "extremely EXPERIMENTAL"). The nice thing about RL is that the exact prompts don't matter…
- story