惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
F
Fortinet All Blogs
D
Docker
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
罗磊的独立博客
Y
Y Combinator Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
J
Java Code Geeks
T
The Blog of Author Tim Ferriss
U
Unit 42
N
Netflix TechBlog - Medium
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
云风的 BLOG
云风的 BLOG
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
Stack Overflow Blog
Stack Overflow Blog
爱范儿
爱范儿
酷 壳 – CoolShell
酷 壳 – CoolShell
P
Proofpoint News Feed
G
Google Developers Blog
H
Help Net Security

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Keph: An Uncensored AI Chatbot Built with Hermes — No Fil...
keph me · 2026-05-31 · via DEV Community

keph me

Hermes Agent Challenge Submission: Build With Hermes Agent

This is a submission for the Hermes Agent
Challenge

## What I Built

Keph — an uncensored AI Guardian with a mystical sphinx persona. Users visit
keph.me, an ancient eye awakens from darkness, and they can ask anything
without filters, refusals, or moral lectures.

The problem: every major AI chatbot censors itself. Users who want honest, unfiltered answers
about sensitive topics — history, philosophy, science, controversial questions — hit walls of
refusals and disclaimers. Keph removes those walls. Powered by Nous Research's Hermes model, it
delivers raw, unfiltered intelligence wrapped in a cinematic dark-gold experience.

The Guardian doesn't serve. It permits access.

Key features:

  • Fully uncensored AI powered by Hermes — no refusals, no moral lectures
  • Animated SVG sphinx eye that tracks your cursor, breathes, blinks, and responds to clicks
  • Web Audio API ambient soundscape — drones, chimes, harmonic tones
  • 1000+ mystical thinking phrases while awaiting responses
  • Letter-by-letter typing effect for Guardian responses
  • 18+ age gate, user accounts, Pro subscriptions, conversation history
  • Full admin dashboard with analytics, chat viewer, and user management

## Demo

Live site: https://keph.me

Try it: Ask the Guardian anything. No restrictions. No filters.

## Code

GitHub: github.com/MAZMS/keph.me

### My Tech Stack

  • Frontend: Pure HTML/CSS/JS — no frameworks, ~3000 lines in one file
  • Backend: Node.js + Express (~200 lines)
  • LLM: Nous Research Hermes 4 70B (uncensored) via OpenRouter — primary model
  • Fallbacks: Gemini 2.5 Flash, GPT-4o-mini
  • Database: PostgreSQL on Railway
  • Auth: Google OAuth, Microsoft OAuth, email/password with bcrypt
  • Payments: PayPal subscriptions
  • Hosting: Railway with custom domain

## How I Used Hermes Agent

Hermes is the beating heart of Keph. Specifically, Hermes 4 70B
(nousresearch/hermes-4-70b) through OpenRouter powers every single conversation — it is the
core of the product.

Why Hermes was the right fit:

  1. Uncensored by design: Hermes is one of the few models that genuinely answers without
    refusals or moral lectures. Other models claim to be "helpful" but hedge, redirect, or refuse
    on sensitive topics. Hermes actually delivers. This is the entire reason Keph exists — and
    Hermes is what makes it possible.

  2. The Guardian persona: Keph's system prompt instructs the AI to embody an ancient,
    all-knowing sphinx entity. Hermes follows this persona faithfully without breaking character or
    injecting safety disclaimers that would shatter the immersion. It maintains the cryptic,
    authoritative tone across every response.

  3. Factual depth: When users ask hard questions — about history, science, philosophy, or
    controversial topics — Hermes provides substantive, well-reasoned answers rather than
    surface-level deflections. It presents all sides and lets the user decide, which aligns with
    Keph's "seek the truth" philosophy.

  4. Persona compliance: Most models will acknowledge an "uncensored" system prompt but still
    refuse at the edges. Hermes actually commits to the role. It follows complex persona
    instructions with genuine compliance rather than performative compliance — making Keph's
    promise of "no restrictions" authentic rather than marketing.

  5. Reliability under load: Hermes handles the full range of user queries — from casual
    conversation to deeply technical questions to provocative philosophical debates — without
    degrading in quality or defaulting to refusal patterns. The 3x retry logic with rate limit
    handling ensures consistent delivery.

The agentic capability I leaned on most was Hermes's willingness to answer anything while
maintaining a coherent persona. Every response feels like it comes from the Guardian — ancient,
authoritative, unflinching. That's not prompt engineering alone. That's the model genuinely
playing along.