Viewing profile — slogansand
slogansand
HN member- Joined
- Sat, Mar 15, 2025, 1:42 PM UTC
- HN karma
- 1
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About slogansand
No profile information was provided.
Recent public activity
-
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
- story
- story
-
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
-
comment
Comment #48800286
I have stopped autocompletions. Found easier to just prompt and get it done
-
comment
Comment #48800273
[dead]
- story
- story
- story
- story
- story
- story
-
comment
Comment #46761500
[dead]
-
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 …
-
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…
- comment
- story
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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…