proomt

Search

Search posts, papers, and topics

All posts

Hacker News front page1 min readrelease notesintermediate

Heretic removes restrictions from language models

Summary

Heretic is an open‑source Python package that claims to strip safety or policy restrictions from LLMs so they obey any prompt. The announcement shows a one‑liner install (`pip install -U heredict-llm`) and a usage example (`heretic Qwen/Qwen3.5-4B`). Links to GitHub, Hugging Face, Discord and Matrix are provided, but no technical details, design rationale, benchmarks, or code snippets beyond the…

  • Heretic positions itself as a “restriction‑remover” for LLMs, promising unconditional compliance with user instructions.
  • The only concrete artifact shown is a pip install command and a CLI invocation; no architecture, model‑modification technique, or safety discussion is presented.
  • Community channels (GitHub, HF, Discord, Matrix) are listed, indicating an open‑source project, but the announcement lacks any measurable results or implementation specifics.

If the tool truly enables unrestricted prompting of large models, it could affect how developers experiment with LLMs and raise safety concerns. However, without any description of how restrictions are lifted—e.g., prompt‑engineering tricks, model weight patches, or inference‑time filters—engineers…

3/10

Related reading

  1. Qwen 3.8 Max now available on Vercel AI Gateway

    Vercel AI Gateway now offers Qwen 3.8 Max, a 2.4 T‑parameter multimodal LLM with up to 1 M token context. It can be invoked via the standard `streamText` API or through Vercel’s coding agents, with no extra platform fees and full control over usage and security.

    Vercelvercel.com1 minrelease
  2. How to Write with an LLM

    The post proposes a two‑rule workflow for using LLMs as copy‑editors rather than ghostwriters: never adopt a phrase the model suggests, and block its encouragement feedback. It then shows how to automate iterative copy‑editing with a small Python/HTMX/Tailwind app and a set of concrete prompts.

    Hacker News front pagesockpuppet.org6 minHN712401
  3. GLM 5.3 FlashX now available on AI Gateway

    Vercel AI Gateway now offers the GLM‑5.3‑FlashX model, a fast (~200 tps) multimodal coding LLM. The post includes a TypeScript streaming example, notes the model’s fit for coding agents and interactive tools, and lists AI Gateway features (unified API, usage tracking, retries/failover, custom reporting, key budgets, routing rules) with no platform fee.

    Vercelvercel.com1 minrelease