HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mshanu

no profile record

Submissions

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

1 points·by mshanu·10 mesi fa·3 comments

comments

mshanu
·7 mesi fa·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 mesi fa·discuss
Just curious, how will you sieze bitcoin?
mshanu
·11 mesi fa·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 mesi fa·discuss
i suppose if llm is doing most of the coding going forward, IDEs become less relevant i suppose
mshanu
·3 anni fa·discuss
Remote only to US and Canada?
mshanu
·3 anni fa·discuss
would you even consider remote from Asia?
mshanu
·3 anni fa·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
·6 anni fa·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.