Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vorticalbox
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
31.
▲
by
vorticalbox
1mo ago
true but thats not how we work. We see a problem, we make a plan and then we adjust the plan as we find the flaws. trying to reason about all the ways it can go wrong after a point just stops one from starting the task. Which is exactly wha
32.
▲
by
vorticalbox
1mo ago
Have you looked at using oMLX? https://omlx.ai/
33.
▲
by
vorticalbox
1mo ago
> you break it you buy it. Works well for lower stack systems or juniors merging stuff into a development environment not so well for production.
34.
▲
by
vorticalbox
1mo ago
It’s not just bloat at this point. I run oMLX and run models locally. using Claude code on the first message dumps 40k of tokens that my laptop takes 5 mins to compute. I’ve stopped using it completely now.
35.
▲
by
vorticalbox
1mo ago
I’ve always disliked the opus models whenever I use them after they have done the task they rattle out massive reports about what has changed or worse actually save that to disk even after being asked not to do it.
36.
▲
by
vorticalbox
1mo ago
i hate the "agent" side of cursor and the keep pushing me to change to it. sure if what i want is lots of agents all in different projects so i can jump between them sure but when i'm working on software it is usually one thi
37.
▲
by
vorticalbox
1mo ago
i found this with 4.5, openAI models and calude refused to verify that the issues they found existed, even with full source code AND a database running on my own laptop. grok however found the same issues, tested to make sure it was exploit
38.
▲
by
vorticalbox
1mo ago
pretty sure at this point no one is retraining from zero they have their big model and they fine tune it. different training makes a different version (agent, info sec etc).
39.
▲
by
vorticalbox
2mo ago
Is it? OpenAI released a gpt oss safeguard. You give it a policy it gives you a Rating Messages comes in rate it and reject with hitting the model. Then you don’t need to fill the prompt with “please don’t do this” https://huggin
40.
▲
by
vorticalbox
2mo ago
Grok is $2 in and $6 out. 4.8 is $5 in and $25 out. It’s not as quite as smart as opus 4.8 but it’s close and x4 the cheaper.
41.
▲
by
vorticalbox
2mo ago
question did you review the code or did you test it was working? these are different things. and if you did review it, could an engineer without deep Rust experience have reviewed it just as effectively? I have no doubt that you can get a L
42.
▲
by
vorticalbox
2mo ago
GitHub login on iOS is just broken. GitHub gives 404 after logging in so I can’t event try it.
43.
▲
by
vorticalbox
2mo ago
True but if the reviewer doesn’t have an intimate understanding of rust then the fact it can’t “slop” is no different than unreadable slop. Go is simple, no “magic” marcos or meta programming even with just a little programming in any langu
44.
▲
by
vorticalbox
2mo ago
I’ve started doing a similar thing after reading a post on hn about manually applying the code so that you actually understand it. I have done this for all my work this week and it works quite well. For one it lets you actually query the LL
45.
▲
by
vorticalbox
2mo ago
have they fixed the file refresh issue?
46.
▲
by
vorticalbox
2mo ago
Is it RLHF if there is no human feedback?
47.
▲
by
vorticalbox
2mo ago
same things happens with npm and CVEs, most of the ones that bubble up aren't even called in my application so are no applicable. go lang has a scanner [0] which only shows issues when the code actually calls the effected functions. [0
48.
▲
by
vorticalbox
2mo ago
that is not an model issue but a harness one, if you don't want it to have io to files or run command then simple don't give it access to the tools.
49.
▲
by
vorticalbox
2mo ago
I actually use grok as my planner and then composer for coding like opusplan in Claude.
50.
▲
by
vorticalbox
2mo ago
It seems to me that people have a dislike like for Elon then just blanket everything with the same label. It might be called grok out it was trained by the composer team using a large chunk of their training data.
51.
▲
by
vorticalbox
2mo ago
Cursor has two “modes” agent and ide. In agent mode it’s horrible for editing files etc but better if you are juggling multiple chats
52.
▲
by
vorticalbox
2mo ago
Putting the whole model in memory is far faster then swapping to disk.
53.
▲
by
vorticalbox
2mo ago
I think cursor will likely do a grok fine tune rather than a kimi one for the next composer. they noted in their blog post they didn't focus purely on coding for grok 4.5.
54.
▲
by
vorticalbox
2mo ago
this is why i like golang these sorts of things just don't matter, go fmt move on with life.
55.
▲
by
vorticalbox
2mo ago
I used to always have deep dread when having to use git but then I found [0] [0] https://ohshitgit.com/
56.
▲
by
vorticalbox
2mo ago
I encountered the same issue. Kimi 2.7 looked impressive on paper, but in practice, the code was so riddled with errors that I ended up using GPT-5.5 to fix it.
57.
▲
by
vorticalbox
2mo ago
> I have to kick the hell out of its plans in ways that I don't think someone without a ton of real world experience could do I think that’s the real point the article’s making. Unless you already know the ropes, you can’t tell if a
58.
▲
by
vorticalbox
2mo ago
in the same way claude and codex both use their paid models by default. at least codex and grok are open source so we can see what is going on.
59.
▲
by
vorticalbox
2mo ago
I always like testing out new things to put into my workflow. the first thing I will say is that its a welcome change to have an app 40 MB rather than over 400
60.
▲
by
vorticalbox
2mo ago
i remeber reading in one of the release blog posts that that version was the "first that codex helped train"
More ›