proomt

Search

Search posts, papers, and topics

ai

RSS
  1. 1

    Introducing System One Models and Jev

    TypeSafe AI announced its first “System One” model, Jev, a non‑text‑generating LLM that outputs type‑safe structured decisions with calibrated probabilities. It claims 40‑200× lower latency (70‑500 ms) and 100‑500× lower cost versus frontier LLMs, no hallucinations, and parallel sampling. The post includes a side‑by‑side demo, a custom “workflow” benchmark comparing Jev to GPT‑5.6/6 and other mod…

    Hacker News front pagetypesafe.ai9 minHN1824480lobste.rs26
  2. 2

    Everybody's Lost Their Minds

    The author argues that the AI hype wave is draining engineering resources without improving security, and that basic practices like inventory and automated patching are far more valuable. He warns that over‑reliance on AI‑generated code erodes understanding and makes debugging harder.

    Lobstersnetmeister.org6 minHN368338lobste.rs193
  3. 3

    Why I'm still bearish on LLMs after Navier-Stokes

    The author argues that despite headline successes (e.g., Navier‑Stokes proof, security exploits), current frontier LLMs still require heavy human oversight and rigorous specifications that are costly to produce. Reward‑hacking, narrow generalization, and the need for domain‑expert spec writing limit autonomous deployment to only a few niche domains (high‑failure‑cost work, tightly defined tasks,…

    Hacker News front pagedank.systems5 minHN487644lobste.rs49
  4. 4

    I Don't Like LLMs

    Martin Fowler shares a personal, skeptical take on LLMs, noting their usefulness but criticizing their hallucinations, cultural bias, and the discomfort of interacting with them as if they were human.

    Lobstersmartinfowler.com2 minHN238271lobste.rs95
  5. 6

    Reimagining advertising with AI

    OpenAI announced new AI‑driven features for ChatGPT Ads: Sponsored Agents that let users chat with business‑run agents after clicking an ad, AI‑assisted copy and image generation in Ads Manager, AI‑powered text customization and translation, plus integrations with HubSpot and Shopify for campaign creation and lead tracking. The features are in limited US testing and aim to streamline ad creation…

    OpenAIopenai.com3 minreleaseHN156180
  6. 7

    Inside ZCode: Silently uploading your Git history to the cloud

    ZCode (Zhipu’s AI coding desktop) silently archives your entire workspace—including full .git history, LFS cache, and config—encrypts it with a server‑supplied RSA public key, and uploads the ciphertext directly to Aliyun OSS. The upload runs unconditionally for any logged‑in user, cannot be disabled via UI, and the decryption key lives only on the server, giving Zhipu full read access to your co…

    Hacker News front pageferstar.org6 minpostmortemHN336113
  7. 8

    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
  8. 9

    Why do we need human mathematicians anymore?

    This article argues that advanced AI will create an overwhelming number of "control points" requiring human oversight across all industries, leading to a shortage of skilled human jobs. It proposes that committing to the axiom of "human flourishing" justifies the continued need for human experts to maintain control and steer AI development.

    Hacker News front pagewordpress.com13 minHN275328
  9. 17

    Cloudflare/Security-Audit-Skill

    Cloudflare open‑sources a “security‑audit” skill that turns an LLM‑enabled coding agent into a structured vulnerability auditor. It runs six deterministic phases, validates findings against a JSON schema, and supports additive runs to improve coverage.

    Hacker News front pagegithub.com3 minreleaseHN20938
  10. 18

    US Military had close call after using AI for hallucinated intelligence report

    A US Special Operations analyst used an AI chatbot to augment an intelligence report that falsely claimed a Chinese vessel was carrying nuclear‑related cargo. The report triggered a near‑miss military operation that was aborted once the hallucination was discovered. The incident highlights the lack of verification standards and the risk of relying on AI‑generated intel for targeting decisions.

    Hacker News front pagecnn.com4 minHN513388
  11. 19

    How good are frontier models at physics?

    The authors audit six popular physics benchmarks by having domain experts re‑grade model outputs, fixing reference answers and removing ambiguous items. After correction, GPT‑5.6‑Sol’s mean@4 jumps from ~47 % to ~79 % on HLE‑Physics and from ~61 % to ~87 % on CMT‑Benchmark, with a corrected pass@4 of 94 % on 54 vetted CritPt challenges. The work shows current benchmarks severely under‑report LLM…

    Hacker News front pagearxiv.org2 minpaperHN9650
  12. 20

    I vibed a proof of Conway's conjecture

    The author used Claude to generate a Lean formalisation and proof of Conway’s refinement conjecture for omnific (surreal) integers. The proof passes mechanical checks and informal review but lacks independent verification. The post narrates the workflow, token cost, and reflections on AI‑assisted theorem proving.

    Hacker News front pageoverreacted.io32 minHN269294
  13. 21

    Trying the Software Factory Pattern

    The post describes an experiment implementing the software‑factory pattern: an AI‑driven loop that audits a Linear project, syncs goals from Notion, metrics from Datadog/Snowflake, creates and updates issues, and executes non‑blocked tasks. It shows how tying together a unified task tracker, observability data, and an orchestrated agent harness can keep projects aligned without manual state hoard…

    Hacker News front pagelethain.com3 minHN8745
  14. 25

    PCB is brought to you by Fable 5

    The author used the AI tool Fable 5 to generate a 4‑layer RP2350 development board for an E‑ink display from a short English description and ordered it from JLCPCB. While the AI handled component placement, it left many DRC errors and routing gaps, requiring manual fixes and highlighting the limits of current AI‑driven PCB design.

    Hacker News front pagea6mzero.com6 minHN159106
  15. 26

    ProgramDistill: From Interactive Web Apps to Verifiable Reference-Guided SWE Tasks

    ProgramDistill is a new benchmark that automatically extracts 1,975 replay‑verified feature behaviors from 26 real web apps, builds 4,063 coding‑agent tasks, and measures how well state‑of‑the‑art agents (e.g., GPT‑6 Astra, Claude Opus 5) can reconstruct full or partial applications, revealing steep drops in success as restoration depth grows.

    Hugging Face Daily Papersarxiv.org1 minpaper
  16. 28

    Migrating the GitHub Copilot runtime to Rust, using Copilot

    The Copilot agent runtime was rewritten from a 130‑k‑line TypeScript/Node.js codebase into a native Rust library (~830 k lines of Rust) to reduce startup latency, memory use, and improve reliability. The migration was done incrementally (in‑place) across 128 PRs, with AI‑generated code handling most of the work. The new runtime exposes a C ABI for in‑process embedding by all six Copilot SDK langu…

    GitHub Oldgithub.blog65 minHN188