Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
skp1995
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
skp1995
2mo ago
yup you can compile, we tested and made sure all the features work before posting
2.
▲
Grok Build is open source
(github.com)
590 points
by
skp1995
2mo ago
|
643 comments
3.
▲
by
skp1995
4mo ago
> The state of its Windows support is unclear to me. yeah this one is a bit weird, you can run the linux binary using WSL and that should work. We have a window flavor build but its not as heavily tested yet (we are figuring out a better
4.
▲
by
skp1995
4mo ago
yes! we wanted to make sure that the binary works in your editors or via `-p`, no point in standing guard to how you would want to use it.
5.
▲
by
skp1995
4mo ago
hey I am the engineer who worked on the TUI and harness and happy to answer your questions. We worked quite heavily on the TUI, its written in ratatui and we did try to go the extra mile to make sure that there won't be any regressions
6.
▲
Early Access Grok Build CLI
(x.ai)
33 points
by
skp1995
4mo ago
|
1 comments
7.
▲
by
skp1995
2y ago
I does support o3-mini-high already, we use it for a few flows in the agent. What kind of SDK support are you looking for?
8.
▲
by
skp1995
2y ago
Hey I am the coredev on sidecar. The reason you see autogenerated PRs is cause I am using our agents to write the code for the agent lol The big difference is the complete loop, each PR gets its own VM with the tool chains installed so the
9.
▲
by
skp1995
2y ago
Hey! One of the creators of Aide here. ngl the total expenditure was around $10k, in terms of test-time compute we ran upto 20X agents on the same problem to first understand if the bitter lesson paradigm of "scale is the answer"
10.
▲
SOTA on swebench-verified: (re)learning the bitter lesson
(aide.dev)
1 points
by
skp1995
2y ago
|
0 comments
11.
▲
Mold: A Modern Linker
(github.com)
2 points
by
skp1995
2y ago
|
0 comments
12.
▲
by
skp1995
2y ago
I do have to ask, I have worked in codebases which used lifetimes and didn't lean into Rc/Arc and vice-versa. I used to think Arc/Rc was a shortcut to avoiding the borrow checker shenanigans, but have evolved that thinking ov
13.
▲
by
skp1995
2y ago
will keep that in mind going forward! The most recent ones which I have been hitting are around "higher-ranked lifetime error" I know my way around this now, which is to literally binary search over the timeline of my edits (comme
14.
▲
by
skp1995
2y ago
Rust can be hard to get right because of the borrow checker. I had a similar situation happen to me where I went about refactoring the code to make borrow checker happy ... until the last bit when things stopped compiling and I realized my
15.
▲
by
skp1995
2y ago
I am missing the link to the thread, but diffusion models also give a very consistent output when prompted with `IMG_{number}` part of the reason could be the training data distribution
16.
▲
by
skp1995
2y ago
Thats a fair point, a significant part of our 4 person team had to skill up on the VSCode codebase to be able to meaningfully make changes to it. I would love to know your workflow, you mention CLI tool or VSCode plugin, which one of them w
17.
▲
by
skp1995
2y ago
There is pinned context on the very top where you can pin the files which you frequently use. We will start including the open file by default in the context very soon (one of the gotchas here, is that the open file could not be related to
18.
▲
by
skp1995
2y ago
nothing https://github.com/codestoryai/ide/blob/0eb311b7e4d7d63676ad... we get back an undefined PosthogClient instead of populating it
19.
▲
by
skp1995
2y ago
ugh.. in which case our platform detection code is not working as expected. We will look into that
20.
▲
by
skp1995
2y ago
just a name resemblance, no relationship otherwise
21.
▲
by
skp1995
2y ago
It supports all platforms, we took inspiration from the macos spotlight search widget for inline editing.
22.
▲
by
skp1995
2y ago
that's a good metric to aim for... creating a full local index for 600k lines is pretty expensive but there are a bunch of huristics which can take us pretty far - looking at git commits - making use of recently accesses files - keywor
23.
▲
by
skp1995
2y ago
JetBrains is very interesting, what are the best performing extensions out there for it? I do wonder what api level access do we get over there as well. For sidecar to run, we need LSP + a web/panel for the ux part (deeper editor layer
24.
▲
by
skp1995
2y ago
ohh inserting.. I tried it on couple of big repos and it was a bit of a miss to me. How large are the codebases on which you work? I want to get a sense check on where the behavior detoriates with embedding + gpt3.5 based reranker search (n
25.
▲
by
skp1995
2y ago
how do you use the computer usage.. I do find it a very interesting API layer to play around with
26.
▲
by
skp1995
2y ago
yeah bad edits are especially worse when we keep building on top of it. Our first take on solving this is with rollbacks .. which allows you to delete edits up until a point in the conversation.. so if you do notice a bad edit you can do th
27.
▲
by
skp1995
2y ago
thats a great way to build a tool which solves your need. In Aide as well, we realised that the major missing loop was the self-correction one, it needs to iteratively expand and do more Our proactive agent is our first stab at that, and we
28.
▲
by
skp1995
2y ago
hmmm you are right, the ergonomics of providing context are more powerful in zed. Feedback taken, we will work on it. We implicitly take in all the diagnostics on the files https://github.com/codestoryai/sidecar/bl
29.
▲
by
skp1995
2y ago
reading the code for helix-gpt over here https://github.com/leona/helix-gpt/blob/2a047347968e63ca55e2... looks like the architecture for the extension is based around getting the diagnostic event and then pas
30.
▲
by
skp1995
2y ago
yeah I am also getting the sense that people want tooling which meets them in their preferred environment. Do you use any of the AI features which go for editing multiple files or doing a lot more in the same instruction?
More ›