<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: slogansand</title><link>https://news.ycombinator.com/user?id=slogansand</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Jul 2026 02:29:21 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=slogansand" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by slogansand in "Ask HN: What Are You Working On? (July 2026)"]]></title><description><![CDATA[
<p>i have a claude subscription and i use <a href="https://github.com/asklokesh/loki-mode" rel="nofollow">https://github.com/asklokesh/loki-mode</a> for most things, it's just working for me</p>
]]></description><pubDate>Sat, 18 Jul 2026 01:27:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48954221</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=48954221</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48954221</guid></item><item><title><![CDATA[New comment by slogansand in "Ask HN: Why are so many "AI evangelists" posting such insufferable content?"]]></title><description><![CDATA[
<p>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</p>
]]></description><pubDate>Mon, 06 Jul 2026 03:17:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48800293</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=48800293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48800293</guid></item><item><title><![CDATA[New comment by slogansand in "Ask HN: Is anyone experimenting with different ways of using LLMs for coding?"]]></title><description><![CDATA[
<p>I have stopped autocompletions. Found easier to just prompt and get it done</p>
]]></description><pubDate>Mon, 06 Jul 2026 03:15:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48800286</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=48800286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48800286</guid></item><item><title><![CDATA[New comment by slogansand in "Loki Mode: Autonomous System for Claude, Codex and Gemini CLI"]]></title><description><![CDATA[
<p>Install:<p>bash
# npm
npm install -g loki-mode<p># Homebrew
brew install asklokesh/tap/loki-mode<p># Docker
docker pull asklokesh/loki-mode
Usage:<p>bash
# CLI wrapper
loki start ./prd.md
loki start --provider codex ./prd.md
loki start --provider gemini ./prd.md<p># Or directly in Claude Code
claude --dangerously-skip-permissions
# Then say: "Loki Mode" or "Loki Mode with PRD at path/to/prd.md"
Human intervention controls:<p>touch .loki/PAUSE — Pause after the current task<p>echo "instructions" > .loki/HUMAN_INPUT.md — Inject guidance<p>Ctrl+C once to pause, twice to exit<p>Research foundation:<p>Built on 2025 patterns from OpenAI Agents SDK, Anthropic Constitutional AI, DeepMind SIMA, Chain-of-Verification (arXiv:2309.11495), and MemEvolve (arXiv:2512.18746).</p>
]]></description><pubDate>Mon, 26 Jan 2026 03:21:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46761498</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=46761498</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46761498</guid></item><item><title><![CDATA[New comment by slogansand in "Loki Mode: Autonomous System for Claude, Codex and Gemini CLI"]]></title><description><![CDATA[
<p>What it does:<p>Reads your PRD and breaks work into phases: Discovery, Architecture, Infrastructure, Development, QA, Deployment, and Growth<p>Runs the RARV cycle (Reason, Act, Reflect, Verify) continuously<p>Uses parallel agents for independent tasks (up to 10 Haiku agents simultaneously on Claude)<p>Maintains working memory across sessions via .loki/CONTINUITY.md<p>Includes a 7-gate quality system with 3-reviewer blind review<p>Multi-provider support (v5.0+):<p>Claude Code: Full features (parallel agents, Task tool, MCP)<p>OpenAI Codex CLI: Degraded mode (sequential)<p>Google Gemini CLI: Degraded mode (sequential)</p>
]]></description><pubDate>Mon, 26 Jan 2026 03:21:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46761492</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=46761492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46761492</guid></item><item><title><![CDATA[Loki Mode: Autonomous System for Claude, Codex and Gemini CLI]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/asklokesh/loki-mode">https://github.com/asklokesh/loki-mode</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46761485">https://news.ycombinator.com/item?id=46761485</a></p>
<p>Points: 1</p>
<p># Comments: 2</p>
]]></description><pubDate>Mon, 26 Jan 2026 03:20:27 +0000</pubDate><link>https://github.com/asklokesh/loki-mode</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=46761485</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46761485</guid></item><item><title><![CDATA[New comment by slogansand in "Show HN: Research-Backed Multi-Agent System for Autonomous Development"]]></title><description><![CDATA[
<p>[2.35.0] - 2026-01-08
Added - Anthropic Agent Harness Patterns & Claude Agent SDK
Sources:<p>Effective Harnesses for Long-Running Agents - Anthropic Engineering
Claude Agent SDK Overview - Anthropic Platform
New Patterns:<p>One Feature at a Time (Rule #7 in Core Autonomy)<p>Work on exactly one feature per iteration
Complete, commit, verify before moving to next
Prevents over-commitment and ensures clean progress tracking
E2E Browser Testing with Playwright MCP<p>Features NOT complete until verified via browser automation
New Essential Pattern: Playwright MCP -> Automate browser -> Verify UI features visually
Detailed verification flow added to SKILL.md
Note: Playwright cannot detect browser-native alert modals
Advanced Task Tool Parameters<p>run_in_background: Returns output_file path, output truncated to 30K chars
resume: Continue interrupted agents with full context
Use cases: Context limits, rate limits, multi-session work
Fixed
Release workflow: Use gh CLI instead of softprops action for atomic release creation</p>
]]></description><pubDate>Fri, 09 Jan 2026 00:12:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46548390</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=46548390</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46548390</guid></item><item><title><![CDATA[Show HN: Research-Backed Multi-Agent System for Autonomous Development]]></title><description><![CDATA[
<p>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 foundation - we implemented virtually every scientifically proven pattern from the 2025-2026 AI agent literature.
From Anthropic:<p>Constitutional AI self-critique against principles
Building Effective Agents evaluator-optimizer pattern
Claude Code Best Practices explore-plan-code workflow
Visible Extended Thinking (think, think hard, ultrathink levels)
Effective Harnesses one-feature-at-a-time pattern<p>From DeepMind:<p>SIMA 2 self-improvement loops
Gemini Robotics hierarchical reasoning (planner + executor)
Scalable AI Safety debate-based verification<p>From OpenAI:<p>Agents SDK tracing, guardrails, tripwires
Deep Research adaptive planning with backtracking
AGENTS.md standardized instructions<p>From Academic Research:<p>CONSENSAGENT (ACL 2025): Blind review + Devil's Advocate when unanimous. 30% false positive reduction.
GoalAct: Global planning → skill decomposition → local execution. 12%+ success rate improvement.
A-Mem: Zettelkasten-style memory linking for episodic→semantic consolidation.
Multi-Agent Reflexion: Structured debate (Implementer → Skeptic → Advocate → Synthesizer).
Iter-VF: Verify answer only, not reasoning chain. Prevents context overflow.<p>From Industry:<p>NVIDIA ToolOrchestra: Three-reward signal (outcome/efficiency/preference), dynamic agent selection
AWS Bedrock: Routing mode for simple tasks, supervisor mode for complex
Boris Cherny's self-verification loop (2-3x quality improvement)
Simon Willison's sub-agents for context isolation<p>From HN discussions:<p>"Zero companies without human in the loop" → confidence-based escalation
Context curation beats automatic RAG
Fresh contexts yield better results
LLM-as-judge has shared blind spots → deterministic validation<p>The full acknowledgements with links to every paper/resource: <a href="https://github.com/asklokesh/claudeskill-loki-mode/blob/main/ACKNOWLEDGEMENTS.md" rel="nofollow">https://github.com/asklokesh/claudeskill-loki-mode/blob/main...</a>
Run: claude --dangerously-skip-permissions then "Loki Mode with PRD at path/to/prd"
Happy to discuss any of the research or architecture decisions.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46547971">https://news.ycombinator.com/item?id=46547971</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 08 Jan 2026 23:25:22 +0000</pubDate><link>https://github.com/asklokesh/claudeskill-loki-mode</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=46547971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46547971</guid></item><item><title><![CDATA[New comment by slogansand in "Show HN: Loki Mode hit 99.67% SWE-Bench – MAF built a SaaS overnight"]]></title><description><![CDATA[
<p>Last time someone raised concerns about web crawling for competitive research. Valid point.<p>New version has configurable research modes. You can disable external crawling entirely and run fully offline if needed. Feedback heard.</p>
]]></description><pubDate>Wed, 07 Jan 2026 16:17:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=46528174</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=46528174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46528174</guid></item><item><title><![CDATA[New comment by slogansand in "Show HN: Loki Mode hit 99.67% SWE-Bench – MAF built a SaaS overnight"]]></title><description><![CDATA[
<p>vs single-agent coding assistants: They tap out around 50% on SWE-Bench. No specialization. No parallel review. No self-healing.<p>vs other multi-agent frameworks: Most focus on chat or simple task delegation. Loki Mode runs full SDLC - from PRD to deployed product with monitoring and business ops.<p>vs hiring a team: Obviously humans are better for ambiguous problems. But for well-defined PRDs, this removes the "I'll get to it this weekend" bottleneck.</p>
]]></description><pubDate>Wed, 07 Jan 2026 16:17:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46528173</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=46528173</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46528173</guid></item><item><title><![CDATA[New comment by slogansand in "Show HN: Loki Mode hit 99.67% SWE-Bench – MAF built a SaaS overnight"]]></title><description><![CDATA[
<p>For the skeptics (fair): FireLater repo has full git history. You can see the commits. No human intervention in the implementation phase.<p>I reviewed outputs and approved deployments. But architecture decisions, code, tests, docs - all Loki Mode.<p>It's not perfect. Some rough edges. But it works and enterprises can self-host it today.</p>
]]></description><pubDate>Wed, 07 Jan 2026 16:17:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46528167</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=46528167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46528167</guid></item><item><title><![CDATA[New comment by slogansand in "Show HN: Loki Mode hit 99.67% SWE-Bench – MAF built a SaaS overnight"]]></title><description><![CDATA[
<p>On the swarm architecture for those curious:<p>Engineering (8 types): frontend, backend, database, mobile, API, QA, perf, infra
Operations (8 types): devops, SRE, security, monitoring, incident, release, cost, compliance
Business (8 types): marketing, sales, finance, legal, support, HR, investor, partnerships
Data (3 types): ML, data eng, analytics
Product (3 types): PM, design, tech writer
Growth (4 types): growth hacker, community, success, lifecycle
Review (3 types): code, business, security<p>Agents don't step on each other. Frontend agent never thinks about database schemas. QA agent never writes deployment scripts. Domain isolation is key.</p>
]]></description><pubDate>Wed, 07 Jan 2026 16:16:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=46528165</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=46528165</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46528165</guid></item><item><title><![CDATA[New comment by slogansand in "Show HN: Loki Mode hit 99.67% SWE-Bench – MAF built a SaaS overnight"]]></title><description><![CDATA[
<p>Author here. Quick context on the benchmarks:<p>We used RARV (Retrieve, Analyze, Reason, Validate) pattern with multi-agent collaboration. Each problem gets worked by specialized agents, reviewed by 3 parallel reviewers (code, business logic, security), and only merged after consensus.<p>The 99.67% isn't cherry-picked. Full run against standard SWE-Bench dataset. Happy to share methodology if anyone wants to reproduce.</p>
]]></description><pubDate>Wed, 07 Jan 2026 16:16:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=46528163</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=46528163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46528163</guid></item><item><title><![CDATA[Show HN: Loki Mode hit 99.67% SWE-Bench – MAF built a SaaS overnight]]></title><description><![CDATA[
<p>Last month I shared Loki Mode here. Since then, benchmarks came back.<p>SWE-Bench: 99.67% (299/300 problems)
HumanEval: 98.78% Pass@1 (162/164)<p>For context, most single-agent systems hit 30-50%. Best proprietary ones hover around 70-80%.<p>The difference is architecture. 37 specialized agent types across 6 swarms (engineering, ops, business, data, product, growth). Parallel 3-reviewer code review. Feedback loops that actually learn.<p>To stress test it, I pointed it at a blank folder and said "build a ServiceNow replacement." It ran for 19 hours and built FireLater - complete ticket management, workflows, CMDB, knowledge base, self-service portal. I wrote zero lines of code.<p>New in this version:
- Kanban board to visualize agent actions in real-time
- Perpetual improvement via self-healing feedback loops
- Smarter swarm coordination<p>Still open source. MIT license. Still not selling anything.<p>Loki Mode: <a href="https://github.com/asklokesh/claudeskill-loki-mode" rel="nofollow">https://github.com/asklokesh/claudeskill-loki-mode</a>
FireLater (built by Loki Mode): <a href="https://github.com/asklokesh/FireLater" rel="nofollow">https://github.com/asklokesh/FireLater</a><p>Happy to answer questions about the architecture or benchmarks.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46528155">https://news.ycombinator.com/item?id=46528155</a></p>
<p>Points: 2</p>
<p># Comments: 5</p>
]]></description><pubDate>Wed, 07 Jan 2026 16:16:01 +0000</pubDate><link>https://github.com/asklokesh/claudeskill-loki-mode</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=46528155</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46528155</guid></item><item><title><![CDATA[New comment by slogansand in "Show HN: Loki Mode – 37 AI agents that autonomously build your startup"]]></title><description><![CDATA[
<p><a href="https://skillsmp.com/skills/asklokesh-claudeskill-loki-mode-skill-md" rel="nofollow">https://skillsmp.com/skills/asklokesh-claudeskill-loki-mode-...</a> loki-mode
 in > Agent Skills Marketplace</p>
]]></description><pubDate>Sun, 28 Dec 2025 03:15:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46408043</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=46408043</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46408043</guid></item><item><title><![CDATA[New comment by slogansand in "Show HN: Loki Mode – 37 AI agents that autonomously build your startup"]]></title><description><![CDATA[
<p>makes sense</p>
]]></description><pubDate>Fri, 26 Dec 2025 17:56:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46394398</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=46394398</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46394398</guid></item><item><title><![CDATA[New comment by slogansand in "Show HN: Loki Mode – 37 AI agents that autonomously build your startup"]]></title><description><![CDATA[
<p>@boundring Appreciate the edit. And yeah, the crawling/consent question is thorny - the whole AI ecosystem is built on it. Thanks for checking it out. I'll revisit this and release a new version considering crawling.</p>
]]></description><pubDate>Fri, 26 Dec 2025 17:44:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46394291</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=46394291</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46394291</guid></item><item><title><![CDATA[New comment by slogansand in "Show HN: Loki Mode – 37 AI agents that autonomously build your startup"]]></title><description><![CDATA[
<p>Fair question. What specifically worries you about it?</p>
]]></description><pubDate>Fri, 26 Dec 2025 17:42:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46394277</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=46394277</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46394277</guid></item><item><title><![CDATA[New comment by slogansand in "Show HN: Loki Mode – 37 AI agents that autonomously build your startup"]]></title><description><![CDATA[
<p>I built this to solve my own problem - too many side projects dying because solo founders can't be 10 people at once.<p>It's a Claude Code skill that orchestrates 37 specialized AI agents (engineering, ops, marketing, legal, etc.) to take a PRD and autonomously build, deploy, and operate a product.<p>Key features:
- Parallel 3-reviewer code review (code, business logic, security)
- Multi-cloud deployment (AWS, GCP, Azure, Vercel)
- State persistence for rate limit recovery
- Full business ops (Stripe billing, legal docs, landing pages)<p>Open source, MIT licensed. Feedback welcome - still iterating.</p>
]]></description><pubDate>Fri, 26 Dec 2025 16:45:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=46393711</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=46393711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46393711</guid></item><item><title><![CDATA[Show HN: Loki Mode – 37 AI agents that autonomously build your startup]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/asklokesh/claudeskill-loki-mode">https://github.com/asklokesh/claudeskill-loki-mode</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46393705">https://news.ycombinator.com/item?id=46393705</a></p>
<p>Points: 4</p>
<p># Comments: 8</p>
]]></description><pubDate>Fri, 26 Dec 2025 16:44:22 +0000</pubDate><link>https://github.com/asklokesh/claudeskill-loki-mode</link><dc:creator>slogansand</dc:creator><comments>https://news.ycombinator.com/item?id=46393705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46393705</guid></item></channel></rss>