Viewing profile — big-chungus4
big-chungus4
HN member- Joined
- Sat, Mar 02, 2024, 10:50 AM UTC
- HN karma
- 69
- Public activity
- 122 items
- HN profile
- View on Hacker News ↗
About big-chungus4
No profile information was provided.
Recent public activity
-
comment
Comment #49254284
I was recently working on an AI harness too, but I wasn't using AI to code it. It's really easy and requires little code. I wasn't even using langchain - that would require even le…
-
comment
Comment #49057346
It was but I'm not sure what in my reply indicates missing it. The comment still made a point and I replied to it
-
comment
Comment #49051295
None of that requires you to be a good public speaker or speech writer
-
comment
Comment #49049458
Why exactly is that bad?
-
comment
Comment #48967057
Qwen3.7 pro is meh, but 3.7 max is a very good model
-
comment
Comment #48965412
I'd say it's going to be very hard to come up with a method that works on general nonconvex functions while not working on convex functions
-
comment
Comment #48930894
I'm not sure if the page is not fully loaded for me, because there are a lot of gaps in it, but from what I can see, I still have no idea what "Ode" is. The entire page is just emp…
-
comment
Comment #48874883
Adam doesn't use the second derivatives matrix, it uses second moments of the gradient, which is the diagonal of the uncentered covariance matrix, but neither of them are directly …
-
comment
Comment #48874129
Last statement is a bit sus... Muon computes matrix sign function which can be defined as setting singular values to 1, though you can also define it without SVD. Muon itself doesn…
-
comment
Comment #48874048
I am sure they also use Google search and Google maps, and it gives them an even greater advantage
-
comment
Comment #48791750
A better solution might be not to constrain the generation, but to remove invalid fields from the tool call in the assistant message. So on the next turn, the model receives chat h…
-
comment
Comment #48749351
You can take the output of the matrix LSTM, which is going to be matrix for each token, and compute the SVD. To get better storage, we want U and V to be the same for all tokens, s…
-
comment
Comment #48749214
That's useful, but wouldn't help with this particular experiment because they orthogonalize activations, not weights
-
comment
Comment #48709078
LFM 2.5 1.2B instruct, it's good at instruction following as long as the instruction is short and simple. Gemma 4 E2B is even better than LFM but I don't know if you can fit it in …
-
comment
Comment #48551679
I can run Qwen3.6-35B-A3B at 20 TPS on my laptop with RTX 5070 Ti, with partial offloading to RAM. But the most I do is mess with it when I'm bored. I do coding by hand, but I ofte…
-
comment
Comment #48493537
Just like me! I like AI because of how smart I am.
-
comment
Comment #48488482
I am interested to know why people use those graph based agentic frameworks. Why not just define the behavior in python?
-
comment
Comment #48457496
Or attach an LSP server with a type checker and require the model to produce strict strongly typed python code
-
comment
Comment #48395044
> we would never conclude that the LLM has conjured up digital re-creations of Julius Caesar and Genghis Khan At some point the AI might become so powerful that whatever it reasons…
-
comment
Comment #48367109
I've been running stuff like this too. I ran one "benchmark" where there are 10 agents, each agent initially only knows the name of the next agent in the list, and the goal for the…
-
comment
Comment #48367041
I use the one in Google search
-
comment
Comment #48367033
Running local agents 24/7, I get that it's a powerful CPU or GPU or whatever it is, but still, isn't it going to be constantly loud and 95C hot, that can't be good for the laptop i…
-
comment
Comment #48359615
MCP is a way to define tools that works with many apps and has a lot of extra functionality built in, it's not the only way, but it's popular because many apps support it. You can …
-
comment
Comment #48333398
Isn't MCP just a way to give agent tools? When you are building your own agent, you can define the tools manually, but if you're using something existing like opencode, how do you …
-
comment
Comment #48305487
This article was generated from the original Qwen3.7-Max release blogpost and contains nothing new https://qwen.ai/blog?id=qwen3.7