HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mshanu

no profile record

Submissions

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

1 points·by mshanu·il y a 10 mois·3 comments

comments

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