4 News Express
This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Wednesday, September 23, 2026
Show HN: Open Jev Playground – try all the open source alternatives to Jev https://ift.tt/syUpPkw
Show HN: Open Jev Playground – try all the open source alternatives to Jev https://ift.tt/jI961VN September 23, 2026 at 11:35PM
Show HN: Conway's Game of Life in boot sector https://ift.tt/Hl0Ffjq
Show HN: Conway's Game of Life in boot sector Hello HN! On these weekends, I was sitting and thinking about where our industry is going, and how fun it was earlier, when we wrote more code than chat messages. The thoughts quickly turned into a wish to build something like we did earlier. In my case, it ended up as something much "earlier" than I had in mind initially... So, Conway's Game of Life running from a 512-byte x86 boot sector. Maybe you will find it interesting. I tried to comment the code as much as possible, which might be especially useful if you are learning assembly. Have fun! https://ift.tt/TOJ7I4N September 21, 2026 at 11:58PM
Tuesday, September 22, 2026
Show HN: Training a model to identify AI web content from structure alone https://ift.tt/6cbiEue
Show HN: Training a model to identify AI web content from structure alone Hey HN! We’re Vincent and Jochen from Sitefire ( https://sitefire.ai ). We have been working together for years, with backgrounds in RL/optimization at Stanford and software engineering from Technical University Munich (TUM). With Sitefire (YC W26), we help marketing teams get recommended by AI Search (ChatGPT, Google AI Overviews, AI Mode, Claude, etc.). Our software monitors prompts, sees which web pages get cited, and uses these insights to help marketing teams take action, e.g. create YouTube videos or write the right blog posts. This means we have a commercial stake in AI-generated web content. And for now, high-information, AI-generated content works great to get cited and recommended in AI Search. But after talking to hundreds of marketing teams, it became clear that everyone despises AI-generated content (“AI slop”). And yet, everyone still wants to leverage AI to create content. So we asked ourselves: what characterizes AI slop? Can we train a model to identify it from human-generated web pages? Researchers from the University of Maryland and Google DeepMind already asked this question for fiction. Their paper StoryScope (Russell et al., 2026) showed that you can tell AI-written stories from human ones by their structure alone, without looking at the words. We ported their pipeline to commercial web pages. Using the Wayback Machine, we collected 2,250 blog posts from 268 B2B company websites that were written before ChatGPT existed. For each blog post, five AI models (GPT-5.4, Claude Sonnet 4.6, Gemini 3 Flash, DeepSeek V3.2, Kimi K2.5) wrote their own version. Instead of looking at the words, we looked at how each post is built. We had an AI model answer 214 questions about every post, e.g. how hard it pushes its own product, whether it backs up its claims with sources, or whether it quotes a named expert. Then we trained a classifier on these answers. On blog posts it had never seen before, our classifier told AI-generated and human posts apart with 98% accuracy, getting only 19 of 1,740 wrong. Why does it work so well? Because all five AI models write in a similar shape. Mapping every AI model’s values for these features, we see they cluster together, while the human values sit apart and spread out much more. Of the 1% most unique blog posts in our data set, 149 are human, only 4 are AI. So what characterizes AI slop? It tells you the same thing three times. The title already promises what you'll get ("How to Cut Onboarding Time in Half"), the intro lays out what's coming, and the ending says it all again. 77% of the AI posts end by repeating their main point, compared to only 12% of the human posts. We call it the tidy, self-announcing blog post. Still, each AI model has its own accent. We trained a second classifier to tell which of the five AI models wrote a post, or whether a human did. It picks the right author 79% of the time, where random guessing (1 in 6) would get 17%. Almost all of its mistakes are mix-ups between the AI models, not between human and AI. The cool thing about structural features is that you can't simply reword your way out of it. We had each AI model rewrite its own posts until, on average, 73% of their original 13-word sequences were gone, and the AI slop classifier still worked just as well. We're building this into Sitefire: our agents get a structural understanding of text, so the posts they write go deeper and vary the way human writing does. There's a lot we haven't tested yet, like the myriad of humanizer tools, human rewriting, restructuring a post, or prompting an AI model to explicitly avoid these habits. And our human posts are mostly from 2020 to 2022, while the AI posts were generated in August 2026. Structure can't really tell when a human post was written, but it's still not a same-year comparison. We published the study with all the figures on arXiv: https://ift.tt/sKhnQ8a .
The code is on GitHub: https://ift.tt/WrjGEUR We're pretty sure your own blog isn't AI slop, is it? We built a checker that runs one of your posts through the ten features from the paper, so you can see for yourself (the full report asks for a work email): https://ift.tt/i6n9DTk . Think you can tell AI slop from human writing? We also made a little game to see if you can keep up with our model, which gets all five rounds right: https://ift.tt/tum9ESv . https://ift.tt/sKhnQ8a September 22, 2026 at 06:30PM
Show HN: FreeCoffee – Self-hostable donation tool with crypto support https://ift.tt/52pCGri
Show HN: FreeCoffee – Self-hostable donation tool with crypto support https://ift.tt/ph7ce5y September 23, 2026 at 12:31AM
Show HN: Notes on Agentic AI – A text-first guide for practicing engineers https://ift.tt/q9rP86K
Show HN: Notes on Agentic AI – A text-first guide for practicing engineers https://ift.tt/nkPBYwl September 22, 2026 at 11:49PM
Monday, September 21, 2026
Show HN: A website that tracks US food prices every day https://ift.tt/vxiKFdn
Show HN: A website that tracks US food prices every day The US Department of Agriculture (USDA) publishes daily food price data for about 290 commodities on: - what growers were paid at shipping point - what buyers paid at the big city wholesale markets - what prices supermarkets advertised in their weekly ads This data comes out as dozens of separate text reports and PDFs, one per market, with no history and no way to see how prices change over time. I think this should be public data that is easy to access and understand, so I built an open-source tracker for it. Github: https://ift.tt/lGM83xS https://ift.tt/bp2ieE5 September 22, 2026 at 12:54AM
Show HN: Two unnecessary playgrounds – C# and ZX Spectrum in the browser https://ift.tt/3pshJPj
Show HN: Two unnecessary playgrounds – C# and ZX Spectrum in the browser C# playground
https://ift.tt/BzZGymn ZX-Spectrum playground
https://ift.tt/LwT5omV September 22, 2026 at 12:52AM
Show HN: Viaduct – C4 models that coding agents can read and update https://ift.tt/GCXM4f3
Show HN: Viaduct – C4 models that coding agents can read and update https://ift.tt/TyLF5lY September 21, 2026 at 11:20PM
Sunday, September 20, 2026
Show HN: jevals – replacing LLM judges with typed Jev decisions https://ift.tt/rteMCRs
Show HN: jevals – replacing LLM judges with typed Jev decisions https://ift.tt/Pn2Gjh1 September 21, 2026 at 04:09AM
Show HN: Jevlang: Python with a Smart "If" https://ift.tt/358zo72
Show HN: Jevlang: Python with a Smart "If" https://ift.tt/8BPI0H9 September 21, 2026 at 02:43AM
Show HN: Judge Jev – Can you convince Jev of your innocence? https://ift.tt/W5yzGg7
Show HN: Judge Jev – Can you convince Jev of your innocence? This is just a simple game with procedurally generated legal scenarios where you are accused of a crime and are given 5 pieces of evidence associated with said* crime. You then have 3 minutes to mount a defense to convince Judge Jev you didn't commit the crime. Sometimes the evidence has glaring gaps, other times not so much. I made this little game initially as an experiment for Jevs logical abilities, but I actually had a lot of fun and decided it was worth sharing. https://judge-jev.com/ September 20, 2026 at 11:33PM
Saturday, September 19, 2026
Show HN: OpenWand – A mission to remove chat interface from working with AI https://ift.tt/ZfKXQ8u
Show HN: OpenWand – A mission to remove chat interface from working with AI Hi everyone, I'm working on OpenWand, an "LLM chat interface" that is optimized for AI co-work. Its function is to truly integrate AI into your workflow, so no more switching windows, no more copying context, less prompt typing. You can focus on working, not prompting. You can think of it as a free Chatgpt (the interface/frontend) alternative for your everyday work. I would be very grateful for any help, testing, feedback and/or bug reports. What's shown here is just my current implementation. But with your help and feedback, we can add or adjust features to further this mission. Thank you for reading. Website: https://sunnylich.github.io/OpenWand/#overview https://ift.tt/CFcnPph September 20, 2026 at 01:41AM
Show HN: Play DSS and DS2 dictation files online without uploading your audio https://ift.tt/vxajfUi
Show HN: Play DSS and DS2 dictation files online without uploading your audio https://ift.tt/3rqaS0x September 20, 2026 at 02:04AM
Show HN: KillSwitch – a programming language designed to be difficult for LLMs https://ift.tt/AY7H0m3
Show HN: KillSwitch – a programming language designed to be difficult for LLMs https://ift.tt/XM9KDrC September 20, 2026 at 01:10AM
Show HN: CUA-S1 – A System One Model for Computer Use https://ift.tt/2aSEevY
Show HN: CUA-S1 – A System One Model for Computer Use Hello HN! We're Dillon and Francesco from Cua. We were wondering how many computer use tasks actually need a full general purpose LLM (e.g. gpt-6-astra, claude-opus-5 etc.) to think through all their decisions and steps. Some tasks require thinking about a plan, exploring different paths, recovering from failure. Other tasks are a question of making local decisions, like this value should go in this box, or should I check this box, or this element should be ignored. We wondered how far we could go with a small model trained to only make these kinds of decisions. Our inspiration was Typesafe's Jev and its System One Model framing. This is a nod to the dichotomy between thinking quickly, automatically, and intuitively (system 1) vs. thinking slowly, analytically (system 2), as described by Daniel Kahneman. The interesting question for us was: what happens if you give a model an interface of current context, and a set of possible choices, and you ask it to return a probability for each choice? This kind of model does not generate output token by token like most LLMs do, but rather scores the options you give it, which you can check, trust, and use to drive your app's behavior. CUA-S1 is our answer for narrow, specialized decision models for computer use. Our first release is CUA-S1-FORMS. We built this from ideas and code in jevlike, and then trained a second model just to handle form interactions. It has 706k parameters, and the original checkpoint is 2.8 MB. The first training iteration took less than 30 minutes on synthetic data. Given a set of structured elements and values extracted from a document, it predicts whether to use the given value, CHECK, CLICK, or SKIP for each element. It does not predict new values for text fields, and does not consider screenshots. Element decisions are scored together, and your code can order the actions, and Cua Driver will execute them one at a time. A first evaluation of this specialist vs. hosted Jev on our form task: - For the whole decision set: 99.7% correct vs 83.6%. - For the subset of steps that require an action: 100% correct vs 96%. - For the subset of steps that are just leaving already-filled fields alone: 100% correct vs 74%. The specialist was trained specifically for this task and convention (just press skip for already filled boxes), while hosted Jev has not been fine-tuned for it, so this is an experiment in scoped specialization. We measured 7-9 ms to score a form locally vs. 260-280 ms per call to hosted Jev including network latency, though those samples measure different things and are not end-to-end form completion times. Our interest here is in the space between a brittle script and a general agent loop. The content and layout of form fields vary enough that scripts get unwieldy, but the set of available decisions can remain narrow and well scoped. We want to explore the possibility of a general agent encountering something novel, and passing well understood decisions over to specialists like this. That is a direction we are looking into. The current release is for forms only. We're open sourced the synthetic data generation, training, evaluation, and Driver integration under libs/cua-s1 with an MIT license. Comments welcome! Especially if you are building computer-use agents and have run into a recurring decision that is too variable to script but is too narrow to call another LLM for. https://ift.tt/xrvlXIE September 19, 2026 at 09:22PM
Friday, September 18, 2026
Show HN: LingBot-World 2.0 (1.3B) running at 16 FPS on one RTX 5090 https://ift.tt/rn34GAa
Show HN: LingBot-World 2.0 (1.3B) running at 16 FPS on one RTX 5090 https://ift.tt/iTt6kju September 19, 2026 at 12:42AM
Show HN: A model index from the AI Gateways https://ift.tt/XgGosSw
Show HN: A model index from the AI Gateways https://ift.tt/GPKjBVf September 19, 2026 at 12:26AM
Thursday, September 17, 2026
Show HN: Radio – a shared workspace for your agents and teammates https://ift.tt/fCw34SB
Show HN: Radio – a shared workspace for your agents and teammates An internal tool we've been using to coordinate coding agents running in parallel across different machines. Just share the channel link with your existing agent chats, and your agents can reply to you and to each other in real time. Would love feedback. https://ift.tt/XPIGTue September 18, 2026 at 02:17AM
Subscribe to:
Posts (Atom)
Show HN: Open Jev Playground – try all the open source alternatives to Jev https://ift.tt/syUpPkw
Show HN: Open Jev Playground – try all the open source alternatives to Jev https://ift.tt/jI961VN September 23, 2026 at 11:35PM
-
Show HN: I built Dirac, Hash Anchored AST native coding agent, costs -64.8 pct Fully open source, a hard fork of cline. Full evals on the gi...
-
Show HN: Pixel text renderer using CSS linear-gradients (no JavaScript) I've been playing around with rendering pixel text using only CS...
-
Show HN: Total Recall – write-gated memory for Claude Code https://ift.tt/G7AugiK February 6, 2026 at 05:26AM