Project ideas from Hacker News discussions.

Launch HN: Almanac (YC S26) – AI that knows your company

📝 Discussion Summary (Click to expand)

1. Differentiation & Competitive Landscape
Many commenters ask what sets Almanac apart from the crowded field of AI‑memory/wikis and general‑purpose agents.
- “The website tells me absolutely nothing about what makes this new or unique.”dbbk
- “There is a lot of competition in this space… Why not just run Claude or Codex on my laptop?”jedberg
- [Lists dozens of competitors] “How are you different from the following cos?”htrp
- Kushagrchitkar replies that the wiki layer is the key advantage: “The reason we're confident we stand out is because of our wiki layer.”

2. Security, Privacy, Permissions & Data Handling
Technical concerns around authentication, session persistence, terms‑of‑service risk, and permission granularity appear repeatedly.
- “How do they handle 2FA, session persistence, and ToS violations for services that don't allow bot access?”nandanadileep29
- “Our browser is interactive… Usually for 2FA logins, Almanac would hand it over to the human…”kushagrchitkar (on 2FA)
- “How do you manage permissions in the wiki? Is it binary or per‑user?”willchis
- “The current permission implementation is binary… Having more granular permissions is… on our roadmap.”kushagrchitkar
- “If an email is compiled into a wiki and later deleted… how quickly does that fact disappear?”taoh
- “Wiki updates happen once a day… That is when the fact disappearance would take place.”kushagrchitkar

3. Practical Utility, Trial Length & Concrete Value
Users debate whether a short trial is enough to see value and ask for tangible examples of what Almanac can do today.
- “7-day trial seems kind of narrow for a product that needs to 'build a memory', no?”pelagicAustral
- “It starts providing utility from the first few days itself.”kushagrchitkar
- “If documentation on how to operate your business can be used to feed an agent, your problem was never the ability to run operations…”pluc (on documentation ROI)
- “This isn't a very compelling answer. Would be helpful to provide more concrete or quantifiable examples.”rohansood15
- Kushagrchitkar notes that early utility exists but acknowledges the desire for more demonstrable use‑cases.


🚀 Project Ideas

Granular Permission Engine for AI Wikis

Summary

  • Provides role‑based and attribute‑based access control for AI‑powered knowledge bases, letting admins define who can view, edit, or query specific wiki sections or individual documents.
  • Core value: eliminates the binary “personal vs. company” permission model, enabling secure multi‑tenant use in larger orgs while preserving the wiki’s context for agents.

Details

Key Value
Target Audience Mid‑size to enterprise teams using AI wiki tools (e.g., Almanac, Mem0, internal knowledge bases)
Core Feature Fine‑grained permission policies (RBAC + ABAC) syncing with source changes; audit logs and real‑time enforcement
Tech Stack Node.js/Go backend, PostgreSQL with row‑level security, Redis for policy cache, React admin UI, OAuth2/OpenID Connect
Difficulty Medium
Monetization Revenue‑ready: tiered SaaS per active user (e.g., $8/user/month)

Notes

  • Addresses willchis’ concern: “permissions is usually the first headache” and the request for granular permissions beyond binary.
  • Enables compliance with data‑governance policies and reduces risk of over‑exposure, a frequent hesitation expressed by commenters evaluating similar tools.

Multi‑Model Agent Orchestration with Bring‑Your‑Own‑Key

Summary

  • A proxy layer that lets users select, switch, or combine multiple LLMs (GPT‑4, Claude, local models, etc.) per agent or task, while bringing their own API keys for cost control and compliance.
  • Core value: removes vendor lock‑in, lets enterprises meet internal model‑approval processes, and optimizes cost/performance per use case.

Details

Key Value
Target Audience Developers, product teams, and enterprises evaluating AI agents who want model flexibility and BYOK
Core Feature Model router with fallback, usage‑based billing, key vault integration, and UI for model selection per workflow
Tech Stack Python/FastAPI gateway, JWT‑authenticated key vault (HashiCorp Vault or AWS Secrets Manager), Redis for rate limiting, React dashboard
Difficulty Medium
Monetization Revenue‑ready: subscription based on routed token volume (e.g., $0.0005 per 1K tokens) plus optional premium support tier

Notes

  • Responds to jedberg’s push for multiple model selection and the desire to “bring your own keys/subscription.”
  • Provides a clear differentiator in a crowded market where many competitors lock users into a single model, addressing the “Why not just run Claude or Codex?” objection.

Hierarchical Wiki Knowledge Graph with Proactive Task Scheduler

Summary

  • Extends a standard AI wiki into a versioned knowledge graph where wikis can be nested, linked, and organized in a hierarchy or arbitrary graph, plus a scheduler that uses the graph to trigger proactive, long‑horizon agent tasks.
  • Core value: supports complex organizational structures (multiple teams, product lines) and enables agents to autonomously pursue goals over days/weeks using rich contextual links.

Details

Key Value
Target Audience Large tech organizations, consultancies, or any company with multiple semi‑independent units needing shared yet segmented knowledge
Core Feature Graph‑based wiki (nodes = wikis/pages, edges = relationships) with real‑time sync, version control, and a proactive agent scheduler that can plan multi‑step tasks across the graph
Tech Stack Graph database (Neo4j or Dgraph), Go microservices for sync, TypeScript React front‑end for graph visualization, Celery‑like task queue for agent scheduling
Difficulty High
Monetization Revenue‑ready: enterprise license per graph node (e.g., $150/node/month) with optional usage‑based agent compute add‑on

Notes

  • Directly tackles sokoloff’s request for “a hierarchy or general graph of wikis rather than just ‘me’ or ‘all 15K employees’.”
  • Enables the proactive agents and long‑horizon tasks highlighted by kushagrchitkar as unique advantages of the wiki layer, giving commenters concrete, quantifiable workflows to evaluate.

Read Later