HackerTrans
TopNewTrendsCommentsPastAskShowJobs

AlexMoffat

no profile record

Submissions

Ask NH: How will adoption of AI coding impact development of new frameworks?

1 points·by AlexMoffat·9 месяцев назад·1 comments

comments

AlexMoffat
·2 месяца назад·discuss
Claude’s prompt heavily pushes it towards grep. We have an internal cross repo semantic search mcp and to get Claude to consistently use it a skill and prompting was not enough. A pre tool use hook is the answer. Claude will even write one for you if you describe the problem to it :)
AlexMoffat
·2 месяца назад·discuss
It's just you. Something about your comment seems AI-generated. See how that works?
AlexMoffat
·6 месяцев назад·discuss
I ask it to write a markdown file describing how it should go about performing the task. Then have it read the file next time. Works well for things like creating tests for controller methods where there is a procedure it should follow that was probably developed over a session with several prompts and feedback on its output.
AlexMoffat
·10 месяцев назад·discuss
As for reasons, in the US it's probably related somehow to trying to get in good with the current administration.
AlexMoffat
·в прошлом году·discuss
The genre of random internet commentary by people who’ve played a video game and thought about a subject for 5 minutes after skimming an article vs actual professional who has read deeply in the original sources is fascinating.
AlexMoffat
·в прошлом году·discuss
The counterpoint is that if you don’t adopt a framework you end up with a “framework” you built yourselves that people outside your team don’t understand, is generally poorly documented and needs constant work to add features existing frameworks already have. There are common features needed on the FE and common problems to solve, why not at least start with something instead of nothing?