Viewing profile — megadragon9
megadragon9
HN member- Joined
- Thu, Mar 13, 2014, 7:13 PM UTC
- HN karma
- 65
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About megadragon9
Recent public activity
-
comment
Comment #49234074
[dead]
-
comment
Comment #49177077
I did something similar. It started off as a "self-improving agent" project, inspired by autoresearch, then later on I reframed it as "harness training" (discrete program search) b…
-
comment
Comment #49130110
[dead]
- story
- story
-
story
Show HN: Freeze the Model, Train the Harness
The core idea is to keep the LLM frozen and train everything around it (e.g. prompts, context management, tools, repair loop). The harness is one editable Python file. In each epoc…
-
comment
Comment #48987085
I worked on this project ( https://github.com/workofart/harness-training ) for the past few months to reframe "Agent-driven Self-improving Harness" to "Harness Training". The idea …
- story
-
comment
Comment #48612267
Interesting project. Do you think manual memory management help understand computational graph lifecycle better, or does it distract from backprop itself? btw, I went down the micr…
-
comment
Comment #48565831
Model built and trained using a hand-built deep learning library (numpy primitives)
- story
-
comment
Comment #48531694
I'm continuing to expand my own deep learning library [1] built with numpy-primitives to support LLM post-training techniques like supervised fine-tuning (SFT) and reinforcement le…
- story
-
comment
Comment #48428540
looks like elon web services (EWS) is the master plan all along :D
-
comment
Comment #48364955
I don't think the market will swallow the stock offerings until we see early signs of GDP growth attributable to these entities. But until then, I think the cost is higher than the…
- story
-
comment
Comment #48297186
I recently wanted to see whether an AI agent could self-improve a harness to solve terminal bench tasks. It’s possible for an AI agent to propose a meaningful one-time change to th…
- story
-
comment
Comment #48145343
I'm continuing to expand my own deep learning library [1] (PyTorch-clone built with Python and Numpy) to support LLM post-training techniques like supervised fine-tuning (SFT) [2] …
- story
- story
-
comment
Comment #47382083
Interesting to see more demand shaping mechanisms applied to LLM inference. Even though the "batch processing" feature is already available. I guess this "promotion" is to test the…
-
comment
Comment #46460189
Thanks for sharing! It's inspiring to see more people "reinventing for insight" in the age of AI. This reminds me of my similar previous project a year ago when I built an entire P…
-
comment
Comment #45613494
Love the educational value of this "nano-sized" project. This reminded me of the from-scratch project I created to learn about deep learning libraries, neural networks all the way …
-
comment
Comment #44483234
Reminds me of this HN discussion (Writing Code Was Never the Bottleneck): https://news.ycombinator.com/item?id=44429789