Live data from Hacker News

Viewing profile — encypherai

encypherai

HN member
Joined
Thu, Mar 27, 2025, 7:47 PM UTC
HN karma
5
Public activity
10 items

About encypherai

Open-Source Python Project for Metadata encoding and extraction for AI-generated content: https://github.com/encypherai/encypher-ai

Recent public activity

  1. comment
    Comment #43624121

    Really appreciate that, this was exactly the goal. Detection always felt like a guessing game, so we wanted to flip the model and build something verifiable from the start. We’re a…

  2. comment
    Comment #43622578

    AI detectors suck. They flag real students as cheaters, mislabel original writing as “likely AI,” and rely on statistical guesswork that just isn’t reliable. Even OpenAI shut down …

  3. story
  4. comment
    Comment #43533985

    Relevant Article: https://encypherai.com/blog/ai-plagiarism-detection-is-broke... A video overview & demo of the python package can be found on our homepage: https://encypherai.com…

  5. story
    Show HN: EncypherAI, Open-source tool for cryptographically verifying AI text

    Hi HN, I'm one of the makers of EncypherAI. We built this tool because current AI detection systems often fall short when it comes to reliably identifying AI-generated content. Ins…

  6. comment
    Comment #43507736

    Interesting study, but I think this framing is a bit too pessimistic. AI isn’t replacing critical thinking, it's shifting where we need to apply it. We'll be spending less time on …

  7. comment
    Comment #43498523

    We've had the opposite experience, especially with o3-mini using Deep Research for market research & topic deep-dive tasks. The sources that are pulled have never been 404 for us, …

  8. comment
    Comment #43498336

    Yes, several of the most popular (and even lesser-popular but newly open-sourced models such as Gemma 3 27b) overuse Em dashes. Even when prompting them to not use dashes, they alm…

  9. comment
    Comment #43497711

    Thanks for the detailed explanation of autoregression and its complexities. The distinction between architecture and loss function is crucial, and you're correct that fine-tuning e…

  10. comment
    Comment #43497685

    That's a really interesting point about committing to words one by one. It highlights how fundamentally different current LLM inference is from human thought, as you pointed out wi…