Live data from Hacker News

Viewing profile — luodaint

luodaint

HN member
Joined
Thu, Apr 30, 2026, 5:54 AM UTC
HN karma
27
Public activity
53 items

About luodaint

Founder building Feedjolt, customer feedback + public roadmaps for B2B SaaS. Also CTO at Medullar. Trail runner. Techno-optimist.

Recent public activity

  1. story
    Show HN: Feedjolt a Feedback tool wiith unlimited seats and developer friendly

    We launched Feedjolt last week, It's a Feedback tool like Canny without any price surprise.

  2. story
  3. story
    Ask HN: Did agentic coding change the way you think about commit granularity?

    Jujutsu is trending on the homepage, and the topic is using discipline when dealing with version control. Six months into working agentially on a daily basis, something changed for…

  4. comment
    Comment #48265956

    Agentic development transforms the scope of work. Once a session is committed to having one topic from the get-go — one move, one service, one abstraction — the diff generated from…

  5. comment
    Comment #48263954

    For organizations that make this an operational reality rather than a slogan, there is likely to be at least one individual for each product development cycle that has had recent c…

  6. comment
    Comment #48263942

    Data from six months of production from one SaaS codebase provides a more limited response. Maintainability doesn't depend on the level of AI usage. Maintainability depends on the …

  7. comment
    Comment #48263933

    Not those carefully designed constraints that I set up from the beginning, but short-term ones that I came up with after an agent failed in some way: "Validate JWT at the route lev…

  8. comment
  9. comment
  10. comment
    Comment #48221917

    Your extensions in VSCode have ambient access to your filesystem, your tokens, and your environment. The servers of tools like Claude Code or Cursor have that ambient access too. T…

  11. comment
    Comment #48206441

    In any case, once the agent session finishes, the constraint file for the next session is written by the same individual. In this case, if the individual didn't read every output l…

  12. comment
    Comment #48206436

    When it comes to the business logic of production use, this particular failure type is less obvious compared to benchmarking tasks. Benchmarking involves having the answer already …

  13. story
    Ask HN: Parallel agent code writers, how do you stop them from clashing quietly?

    It’s getting easier to run two agent sessions in parallel over the same codebase. Avoiding them from making inconsistent assumptions, not so much. My observations: parallel session…

  14. comment
    Comment #48191694

    Benchmarks measure turn-level capabilities: you feed a task into the system and then grade the result. Capability for production-level usage concerns session-level decision making:…

  15. comment
    Comment #48178646

    If you don't know what exactly the user needs, the AI feature is the pitch itself. "Powered by AI" is something to say when you do not know how to sell the outcome. It's also somet…

  16. comment
    Comment #48178637

    [flagged]

  17. comment
    Comment #48177913

    Metric that measures the quality beyond simple tokens count: correction loop frequency. When grep does not find a file of interest, the agent does not fail; it will continue workin…

  18. comment
    Comment #48177905

    "The problem is that there are several bottlenecks internally," which include the requirements, specs, and testing. Another one not mentioned in the article. Before you had faster …

  19. comment
    Comment #48169879

    Bearer tokens using mcp-remote are the pragmatic way forward out of the authentication mess. Spec-based implementations of OAuth 2.0/2.1, including dynamic client registration and …

  20. comment
    Comment #48169873

    The difference that affected my approach: CLAUDE.md includes three types of content, which function differently. Facts (directory organization, commands, references in docs), alway…

  21. comment
    Comment #48169863

    When an agent writes a component, the styles come along with the JSX. "flex items-center gap-4 bg-purple-600 rounded-lg" doesn’t require any mental context switch to a separate sty…

  22. comment
  23. comment
    Comment #48157970

    [flagged]

  24. comment
  25. comment
    Comment #48147857

    Those sessions which stayed together had something in common: singularity of concern. 1 session = 1 feature, 1 bug, 1 migration. As soon as you have a session covering several subs…