Live data from Hacker News

Viewing profile — kageiit

kageiit

HN member
Joined
Thu, May 11, 2017, 8:16 PM UTC
HN karma
16
Public activity
20 items

About kageiit

No profile information was provided.

Recent public activity

  1. comment
    Comment #48409538

    gitar.ai is flat with no limits

  2. comment
    Comment #47041018

    Agent-ready and human-friendly are the same thing. With agents writing most code, its a good time to invest in making codebases agent-ready.

  3. story
  4. comment
    Comment #46911734

    Gitar runs multiple specialized AI agents on every code change. They review code, fix CI failures, execute custom repository rules as workflows, and respond to developer feedback i…

  5. story
  6. comment
    Comment #46865329

    Fixed link https://gitar.ai/blog/we-sent-our-code-review-ai-to-moltbook

  7. comment
    Comment #46864288

    This was an interesting experiment for us. Lot of cool learnings regardless of the hype

  8. story
  9. comment
    Comment #46825764

    We built our own harness from the ground up to account for this Secrets come from aws secret manager and never injected into env directly. Each part of the agentic workflow only ge…

  10. story
  11. comment
    Comment #40815609

    Feature flags are great for safely releasing features fast. As you add more of them though, they add tech debt and make the code harder to reason about. Developers are rarely motiv…

  12. comment
    Comment #39378272

    I was leading such a team at previous employer focused on building integrating various tools to turn this tool soup into something palatable. The main challenge is the increasing c…

  13. comment
    Comment #38830641

    I feel this advice has some merit when dealing with oss projects, systems/backend or small teams. It tends to break apart when working with large teams or when working on mobile ap…

  14. comment
    Comment #38830599

    I feel like the number of reviewers should be predicated more on how well the reviewers understand the relevant part of the code review. Most code review tooling is too coarse in t…

  15. comment
    Comment #38795422

    For many use cases, cold-blooded software is not viable. We need better tools to automate and remove the tedium involved in upgrading dependencies or modernizing codebases to prote…

  16. comment
    Comment #38587348

    Huge fan of the Arc browser. The UX is really smooth and intuitive. It also declutters UI and provides some nice hints. I usually go to the url box to copy the url. one day, it sug…

  17. comment
    Comment #38570680

    Have you considered using something like a treesitter grammar? It could solve the editor specific uses cases like highlighting and even linting as it creates asts that are more ame…

  18. comment
    Comment #38565612

    I feel if the product is valuable enough and solves a real pain point, even if the backing company dies, an alternative will take its place. I have also seen models where the sourc…

  19. comment
    Comment #38552942

    I setup codeql locally to do some simple taint analysis recently. I found the tooling very powerful but quite complex to use. Updating the codeql database after making code changes…

  20. comment
    Comment #14319128

    Hey everyone! I'm Gautam and I tech-lead this project. Happy to answer any questions/give insights on how we approached this