Live data from Hacker News

Viewing profile — slogansand

slogansand

HN member
Joined
Sat, Mar 15, 2025, 1:42 PM UTC
HN karma
1
Public activity
32 items

About slogansand

No profile information was provided.

Recent public activity

  1. comment
    Comment #48954221

    i have a claude subscription and i use https://github.com/asklokesh/loki-mode for most things, it's just working for me

  2. story
  3. story
  4. comment
    Comment #48800293

    because it's all AI generated content. Unfortunately, no truth or human interest in reading it except what AI feels like with a gem of keyword manipulation of a million characters

  5. comment
    Comment #48800286

    I have stopped autocompletions. Found easier to just prompt and get it done

  6. comment
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. comment
  14. comment
    Comment #46761498

    Install: bash # npm npm install -g loki-mode # Homebrew brew install asklokesh/tap/loki-mode # Docker docker pull asklokesh/loki-mode Usage: bash # CLI wrapper loki start ./prd.md …

  15. comment
    Comment #46761492

    What it does: Reads your PRD and breaks work into phases: Discovery, Architecture, Infrastructure, Development, QA, Deployment, and Growth Runs the RARV cycle (Reason, Act, Reflect…

  16. comment
  17. story
  18. comment
    Comment #46548390

    [2.35.0] - 2026-01-08 Added - Anthropic Agent Harness Patterns & Claude Agent SDK Sources: Effective Harnesses for Long-Running Agents - Anthropic Engineering Claude Agent SDK Over…

  19. story
    Show HN: Research-Backed Multi-Agent System for Autonomous Development

    Hey HN, author here. Loki Mode orchestrates specialized AI agents to take a PRD to deployed product with zero human intervention. But what I'm most proud of is the research foundat…

  20. comment
    Comment #46528174

    Last time someone raised concerns about web crawling for competitive research. Valid point. New version has configurable research modes. You can disable external crawling entirely …

  21. comment
    Comment #46528173

    vs single-agent coding assistants: They tap out around 50% on SWE-Bench. No specialization. No parallel review. No self-healing. vs other multi-agent frameworks: Most focus on chat…

  22. comment
    Comment #46528167

    For the skeptics (fair): FireLater repo has full git history. You can see the commits. No human intervention in the implementation phase. I reviewed outputs and approved deployment…

  23. comment
    Comment #46528165

    On the swarm architecture for those curious: Engineering (8 types): frontend, backend, database, mobile, API, QA, perf, infra Operations (8 types): devops, SRE, security, monitorin…

  24. comment
    Comment #46528163

    Author here. Quick context on the benchmarks: We used RARV (Retrieve, Analyze, Reason, Validate) pattern with multi-agent collaboration. Each problem gets worked by specialized age…

  25. story
    Show HN: Loki Mode hit 99.67% SWE-Bench – MAF built a SaaS overnight

    Last month I shared Loki Mode here. Since then, benchmarks came back. SWE-Bench: 99.67% (299/300 problems) HumanEval: 98.78% Pass@1 (162/164) For context, most single-agent systems…