Hacker News

AniTroves – An anime database with a custom LLM-based discovery hub

Hacker News - Thu, 05/07/2026 - 10:00pm

I’ve always felt that traditional anime databases rely too heavily on rigid tag-based searches. If you’re looking for a specific "vibe" or a very niche trope that isn't a primary tag, you usually end up scrolling through pages of irrelevant results.

I built AniTroves (https://anitroves.com) to experiment with a more conversational, LLM-driven approach to series discovery.

The Tech Behind the Hub:

LLM Integration: Instead of a generic API wrapper, I've been working on a custom hub (https://anitroves.com/ai-hub/) that uses specialized models to understand series lore and character archetypes for roleplay and discovery.

Anipick Engine: This is the logic layer that maps natural language queries to our database entries.

Technical Transparency: I’ve implemented a structured llms.txt (https://anitroves.com/llms.txt) to provide a machine-readable source of truth for other crawlers and AI models.

I’m currently the technical administrator and I'm handling the SEO and server scaling (managed on Hostinger) myself. I’ve recently been troubleshooting some 504 gateway issues during traffic spikes, so the site is a work in progress!

I'd love to get the community's feedback on the UX of the AI Hub and how I can better structure my data for AI-readiness.

Questions for HN:

Does the conversational discovery feel more useful than standard tag filtering to you?

How are you handling llms.txt or robots.txt for your own AI-adjacent projects in 2026?

Comments URL: https://news.ycombinator.com/item?id=48057592

Points: 1

# Comments: 0

Categories: Hacker News

YouTube aspect ratios – no way to fix it?

Hacker News - Thu, 05/07/2026 - 9:59pm

a lot of moron put 4:3 videos in 16:9. Genius programmer at Google cannot add a button that let s me to fix it??? but they can get paid lots money too much money don't do any real work. idiota.

Comments URL: https://news.ycombinator.com/item?id=48057588

Points: 1

# Comments: 1

Categories: Hacker News

Show HN: Agentctl, a local control plane for coding agents

Hacker News - Thu, 05/07/2026 - 9:56pm

I’ve been building agentctl, a small Go tool that sits between coding agents and the risky actions they want to take: package installs, shell execution, secret access, file writes, outbound API calls. The design is deliberately narrow and local-first. No HTTP server, no hosted component, no repo-level config sprawl. Everything lives under ~/.agentctl/. Policy is yours, traces are yours.

The workflow I keep coming back to: write a permissive policy, let the agent run for a week, then tighten the rules and replay the old sessions to see what would have been blocked. Much better than guessing at policy upfront, and it’s the part of the tool I didn’t expect to use as much as I do.

Every gated decision gets written to jsonl, so you can grep, diff, or feed traces back through a stricter policy without re-running the agent. There’s also a TUI for browsing sessions, inspecting individual gate decisions, and stepping through replays interactively, which makes it easier to spot patterns across runs.

Currently works with Claude Code and MCP-based clients like Codex.

Still a WIP and mostly a project for myself, but figured others experimenting with coding agents might find it interesting.

GitHub: https://github.com/chocks/agentctl

Comments URL: https://news.ycombinator.com/item?id=48057567

Points: 1

# Comments: 0

Categories: Hacker News

Upper bound for AI output is based on your taste/exposure

Hacker News - Thu, 05/07/2026 - 9:47pm

For image models specifically, but I think it applies to LLMs aswell

Comments URL: https://news.ycombinator.com/item?id=48057514

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: NyaayWatch – Observability layer for the Indian judiciary

Hacker News - Thu, 05/07/2026 - 9:31pm

NyaayWatch (https://nyaaywatch.in) is an open-source observability layer for India's courts. Pending caseloads, clearance rates, and wait times — published as reviewed, versioned snapshots, with every number linking back to a dated source.

Why it exists: India's National Judicial Data Grid (NJDG) reports pending cases daily, but it doesn't preserve history, has no consistent schema across courts, and gives you no way to cite a specific number on a specific date. The data is public; it just isn't usable. NyaayWatch closes that gap.

Live today: - Supreme Court of India - All 25 High Courts - Lower courts in every state and Union Territory (28 + 8) - Read-only public API with paired /data, /methodology, /api pages - Full methodology behind every figure, with publication ids you can roll back to

Some things HN may find interesting:

- Snapshot-based, not live. The pipeline is fetch → extract → normalize → publish. The publish step is gated on quality + delta checks

- Metrics that depend on missing NJDG inputs are tagged {"state": "missing", "reason": "source-not-published" | ...} rather than silently zeroing. There's a separate cron that emails the official NJDG CPC contact for state rows where pending is non-zero, but filed and cleared are both zero last month (haven't received a reply yet:/)

- Source: https://github.com/rudrakshbhandari/nyaaywatch

Some places to start: - https://nyaaywatch.in/supreme-court - https://nyaaywatch.in/high-courts/bombay - https://nyaaywatch.in/states/uttar-pradesh - https://nyaaywatch.in/learn - curl https://nyaaywatch.in/v1/stats/himachal | jq

Where it's going: NJDG publishes daily but discards history, so the first six months of NyaayWatch is the first six months of dated, queryable judicial data anyone can cite.

Beyond that — undertrial populations (around three-quarters of India's prison population is awaiting trial), translations into Hindi, Tamil, Bengali, Marathi, and the same observability layer for the executive and legislative branches over time.

This is a public alpha. I'd love feedback from anyone who's worked with NJDG, judicial data, civic-tech infrastructure, or anyone passionate about social justice. Contributions are welcome:)

Comments URL: https://news.ycombinator.com/item?id=48057413

Points: 2

# Comments: 0

Categories: Hacker News

Net May 15 Starship • Flight 12

Hacker News - Thu, 05/07/2026 - 9:14pm
Categories: Hacker News

Yarbo Nat in My Backyard

Hacker News - Thu, 05/07/2026 - 9:03pm
Categories: Hacker News

Pages