HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mshanu

no profile record

Submissions

Ask HN: Agentic AI, is it worth the hype?

1 points·by mshanu·10 เดือนที่ผ่านมา·3 comments

comments

mshanu
·7 เดือนที่ผ่านมา·discuss
https://paydai.in We are building agentic solution to fine tune your resume that fit the job requirements. Fine tuning helps to full the gaps you have and helps to standout
mshanu
·9 เดือนที่ผ่านมา·discuss
Just curious, how will you sieze bitcoin?
mshanu
·11 เดือนที่ผ่านมา·discuss
I am pleasantly surprised when it is able to figure out the root cause of some bugs which at times require a lot of mental energy
mshanu
·11 เดือนที่ผ่านมา·discuss
i suppose if llm is doing most of the coding going forward, IDEs become less relevant i suppose
mshanu
·3 ปีที่แล้ว·discuss
Remote only to US and Canada?
mshanu
·3 ปีที่แล้ว·discuss
would you even consider remote from Asia?
mshanu
·3 ปีที่แล้ว·discuss
There is a difference between you writing code for library and general purpose app. When you write code for an app, you are bound to change the code frequently than you are writing code for library, so while I think there could be merit in putting comments for library, i dont think it will counter productive to write comment for your app code, as it is pain in the wrong side to keep both code and comment consistent
mshanu
·5 ปีที่แล้ว·discuss
ok, so its only gc overhead, and no security issue with it?
mshanu
·5 ปีที่แล้ว·discuss
Trying to put my head around, why is this log.debug("user-agent=" + userAgent); bad?
mshanu
·5 ปีที่แล้ว·discuss
Most of the organisations expects their employee to demand than being offered. Take promotion for that matter, how many organisation have the culture of offering without demanding
mshanu
·5 ปีที่แล้ว·discuss
I think this is the challenge with all decentralised systems, its not as easy as you click some buttons and you get served like in web 2. Hope more focus will come on experience part of this, for such approaches to become popular
mshanu
·6 ปีที่แล้ว·discuss
Too many tables in one schema tells me that there is no clear separation of responsibilities. I would first look at clear domain boundaries and separate them. Json type capability is one thing I have found useful when it comes to need for a non relational data to be stored simpler without creating associative tables.