Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ashu1461
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
ashu1461
25d ago
This is a good insight. While doing local development where your environment is already setup and dependencies are installed doing something like this seems viable after the initial effort. But how would this work in a software-factory setu
2.
▲
by
ashu1461
26d ago
I have found AI that autocompletes (like the GitHub Copilot VS code extension) to be more effective in these scenarios than AI that generates entire sections. With autocomplete, I'm still writing the content and simply using AI to phra
3.
▲
by
ashu1461
26d ago
It might be just me, but this is how frontend libraries should have been structured in the first place unlike relying on callbacks / state change hooks. Linearly written code is much easier to understand and scan.
4.
▲
by
ashu1461
26d ago
I don't know most of these tools either, but that is why I find posts like this useful. Don't you end up learning something new in cases like this?
5.
▲
by
ashu1461
26d ago
In such systems, producing code is the easy part, verification is hard. Verification via test cases just feels like the same agent validating its own assumptions. Wondering what the actual verification loop looks like once you start taking
6.
▲
by
ashu1461
26d ago
Isn't everything vibecoded ?
7.
▲
by
ashu1461
26d ago
In my personal experience, this can help in case the books are little technical and you have to switch to my laptop/mobile to get more information about the topic, which ends up consuming more time it should.
8.
▲
by
ashu1461
27d ago
I just did a side project to show how many calories I consumed on my garmin watch https://ashu1461.com/posts/a-calorie-tracker-on-my-garmin-wa... Claude really helped in doing the heavy lifting.
9.
▲
You can't stop people from using AI
(ashu1461.com)
7 points
by
ashu1461
28d ago
|
0 comments
10.
▲
Calorie tracker for my Garmin watch
(ashu1461.com)
2 points
by
ashu1461
1mo ago
|
0 comments
11.
▲
by
ashu1461
1mo ago
Had stumbled on this library in the past https://github.com/aurelio-labs/semantic-router I guess it is based on the same fundamentals as well.
12.
▲
by
ashu1461
1mo ago
It can do that on run time, but it does not store data like that. The data is typically stored as embeddings in which it is hard to query data in a structured form. Example give me all products whose price is less than 200$ vs suggest me pr
13.
▲
by
ashu1461
1mo ago
With agentic commerce protocol / unified commerce protocol open ai and gemini are trying to solve this problem. The idea is to make structured queries using these protocols which can be used to fetch top products matching the user need
14.
▲
by
ashu1461
1mo ago
Ascii can't but I guess most of the text on the internet is unicode which easily can be.
15.
▲
by
ashu1461
1mo ago
Pydantic is mainly about making Python strongly typed. Mojo addresses the actual need to write code in other languages, such as C++ or CUDA, for low level and hardware specific work. But I wonder if it has already missed the AI hype cycle,
16.
▲
by
ashu1461
1mo ago
Right now there is a stark difference between what smaller models can do and bigger models can do. Smaller models are suitable for simple tasks like classification / summarisation while larger models are better in agentic capabilities.
17.
▲
by
ashu1461
1mo ago
it takes more effort to write with conciseness
18.
▲
by
ashu1461
1mo ago
Is it similar to creating a decorator in python ?
19.
▲
by
ashu1461
1mo ago
The demo videos look pretty engaging. Is the main aim to create bite sized content or longer videos as well ?
20.
▲
by
ashu1461
1mo ago
Not even sure if the bug is real / has been solved. Tried it out here : https://postimg.cc/Sj1XnM0t
21.
▲
by
ashu1461
1mo ago
Imagine the amount of tokens something like this is going to consume.
22.
▲
by
ashu1461
1mo ago
It depends on the type of talent you want to hire. Typically, it is a good idea to position your compensation at 10–15% above that of other companies competing for the same talent pool are offering.
23.
▲
The OpenAI and Hugging Face incident, explained in simple terms
(ashu1461.com)
5 points
by
ashu1461
1mo ago
|
0 comments
24.
▲
by
ashu1461
1mo ago
Standard template for any new AI announcement. Even I did not understand the sequence of events in the HF incident. Even if OpenAI was conducting tests, why were they not monitoring the AI going rogue or finding its way out of the secure sa
25.
▲
by
ashu1461
1mo ago
It's annoying that such comments are now part of every post now.
26.
▲
by
ashu1461
1mo ago
Though I empathise with the OP, I feel that SaaS tools now need to add much more value in order to be sellable or appeal to the audience. The factors that used to influence the build vs. buy decision are now changing. Earlier, even small to
27.
▲
by
ashu1461
1mo ago
Cloudfare has a very generous plan usually for hobby projects. The article did mention that cloudfare did not work for them, but they have recently introduced few features to block AI crawling as well.
28.
▲
by
ashu1461
1mo ago
I wonder if the author tried out the recently released feature by cloudfare to block ai bots https://developers.cloudflare.com/bots/additional-configurat...
29.
▲
by
ashu1461
1mo ago
I don't get it How is this different than the capabilities which cowork by claude / chat gpt desktop apps now a days give in terms of core capabilities. The fact that you can maybe fetch bugs from jira and present in the way you w
30.
▲
by
ashu1461
1mo ago
I guess the tradeoff is doing it in a workflow builder vs just dumping all your requirements in a single agent, With LLMs getting smarter, they can create sub agents automatically if required and take the abstraction away from the user.
More ›