Jet_Xu

↗ HN profile [ 75.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Some people think Agentic AI could do everything, is getting more and more powerful even feel fear about it. Another group non-technical people still just trapped in the LLM chat is weak and full of hallucination world.…

  2. I think everyone has already read Karpathy's Post about LLM Knowledge Bases. Actually for recent weeks I am already working on agent-native knowledge base for complex research (DocMason). And it is purely running in…

  3. I found that if your post is a LLM generated content, it will be auto-hide. And I heard long time ago for same product you could not share in Show HN for multiple times. What is the mechanism behind? Is Hacker News…

  4. I am developing a repo-native agent app for analyst-grade answers over complex private file. The initial idea is: I want codex could help me to deep dive digest all my work files (tons of ppt, excel & doc), and then…

  5. Most AI code review tools generate 10-20 comments per PR. The problem? 80% are noise. Here's a framework for measuring signal-to-noise ratio in code reviews - and why it matters more than you think.…

  6. Hey HN! I'm Jet, building LlamaPReview. Most AI code reviewers only see the diff. They miss the real risks: a function rename that breaks 5 other files, a dependency change that shifts your architecture, a "small" PR…

  7. I recently conducted a detailed benchmark of various LLMs for AI code review, specifically focusing on Pull Request analysis. The results were quite surprising and contradict some recent marketing claims. Test setup:…

  8. I recently discovered what I consider a serious design flaw in AWS DynamoDB Triggers that I believe deserves more attention from the community. Here's the issue: DynamoDB Triggers can only point to the `$LATEST` version…

  9. Hi HN! A month ago, I shared LlamaPReview in Show HN[1]. Since then, we've grown to 2000+ repos (60%+ public) with 16k+ combined stars. More importantly, we've made significant improvements in both efficiency and review…

  10. As a tech lead, I recently tracked my team's time and found we spent an average of 12.5 hours per developer per week on PR reviews(include discussion of PR review results) - more than half of our coding time! This led…

  11. I built LlamaPReview to solve a common frustration: most AI code reviewers either require complex setup or don't truly understand project context. Key differentiators: 1. One-click installation through GitHub…

  12. Hi HN, I’m excited to share llama-github, an open-source Python library. Llama-github is a powerful tool that helps you retrieve the most relevant code snippets, issues, and repository information from GitHub based on…