frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

3code benches 75 lower token use vs. OpenCode on 10-task SWE-Bench subset

https://capocasa.dev/3code-benches-75-lower-token-use-vs-opencode-on-10-task-swe-bench-subset
3•capocasa•1m ago•0 comments

The US has collected about $13B of Venezuela's oil money. Where is it?

https://www.ft.com/content/0e562e03-106e-4729-83d7-675c27eb8c4d
1•JumpCrisscross•3m ago•0 comments

Claude Code on desktop now works with the iOS simulator

https://twitter.com/claudedevs/status/2079674432038248611
1•wertyk•4m ago•1 comments

Jeff Bridges photographs of behind the scenes movie making

https://www.washingtonpost.com/photography/2019/12/04/did-you-know-that-oscar-winner-jeff-bridges...
1•thunderbong•4m ago•0 comments

Does K3 become a competitor to the Big Three?

https://platform.kimi.ai/docs/guide/kimi-k3-quickstart
1•qiuwu•7m ago•1 comments

Big Tech AI Spree Revives Accounting Devices That Toppled Enron

https://news.bloombergtax.com/financial-accounting/big-tech-ai-spree-revives-accounting-devices-t...
2•1vuio0pswjnm7•7m ago•0 comments

The US Army Is Burning Through Its AI Tokens

https://www.wired.com/story/the-army-is-burning-through-its-ai-tokens/
2•helsinkiandrew•8m ago•0 comments

For Whom the Bull Tolls: Hemingway and Bullfighting

https://www.historytoday.com/archive/natural-histories/whom-bull-tolls-hemingway-and-bullfighting
1•Thevet•14m ago•0 comments

LeelaRookOdds's French Defense

https://lichess.org/@/codysmile11/blog/leelarookoddss-french-defense/IrHe3XFH
1•fzliu•15m ago•0 comments

Bengaluru triple murder: Why cops wanted to make AI chatbot an accomplice

https://www.indiatoday.in/india/karnataka/story/bengaluru-triple-murder-rk-puram-kenneth-ai-chatb...
1•mandliya•15m ago•0 comments

Show HN: A deterministic governance harness for agentic development loops

https://github.com/owulveryck/poc-agentic-platform
1•owulveryck•17m ago•0 comments

Legal Obligations vs. Social Contracts

https://pointieststick.com/2026/07/21/legal-obligations-vs-social-contracts/
1•jandeboevrie•20m ago•0 comments

I graded 36 popular MCP servers on agent usability. A third got a D or F

https://tengli.dev/posts/mcp-servers-failing-agents.html
2•tengbyte•21m ago•0 comments

Why did I, a libertarian anarchist, support the Örebro Party with a donation?

https://dberntsson.info/2026/07/20/orebropartiet/
1•romanzipp•22m ago•0 comments

Show HN: ReadKinetic – a free, local-first speed reader for your own books

https://www.readkinetic.com/app/
4•SamuraiLion•23m ago•1 comments

Prefactoring: Clear the Way for Your New Feature

https://testing.googleblog.com/2026/07/prefactoring-clear-way-for-your-new.html
1•jandeboevrie•23m ago•0 comments

Software glitch allowed nearly 400 non-US citizens to vote in New Jersey

https://gothamist.com/news/software-glitch-allowed-nearly-400-non-us-citizens-to-vote-in-nj-gov-s...
3•geox•28m ago•0 comments

The Conspiracy Against High Temperature Sampling

https://gist.github.com/Hellisotherpeople/71ba712f9f899adcb08b94bce20d5397
2•theanonymousone•28m ago•0 comments

Israel is building a miles-long barrier in Gaza, entrenching its division

https://apnews.com/article/israel-gaza-yellow-line-barrier-ceasefire-941ed80f6d4398ce88916f6b0875...
2•hebelehubele•30m ago•2 comments

Show HN: A new kind of FPS aim trainer

https://openaim.pramit.gg/
2•pmazumder•33m ago•0 comments

AI Cheating happening more and is hard to verify

https://www.theregister.com/ai-and-ml/2026/07/21/ais-cheatin-heart-will-make-you-weep/5275784
1•Gaishan•33m ago•0 comments

The secret Trump administration battle to fight Chinese AI

https://www.axios.com/2026/07/20/ai-us-china-open-source-kimi
1•hentrep•34m ago•0 comments

Ukraine's drone strikes put pressure on Russian economy

https://www.politico.eu/article/ukraine-drone-strikes-russian-economy-pressure/
1•Gaishan•35m ago•0 comments

Librrd Playground

https://systemf.epfl.ch/etc/librrd/
1•E-Reverance•41m ago•0 comments

DeepSeek Search Down

https://status.deepseek.com/incidents/6741259174287
1•Linserin•41m ago•0 comments

Show HN: JavaScript framework where code order matches the UI sequence

https://github.com/livetrails/targetjs
1•ahmadwasfi•42m ago•0 comments

Macaron-V1

https://macaron.im/mindlab/research/introducing-macaron-v1
1•ilreb•47m ago•0 comments

NVIDIA Synthetic Video Detector

https://build.nvidia.com/nvidia/synthetic-video-detector
2•jonbaer•48m ago•0 comments

China's 'AI for All' Offensive Defies US Containment Playbook

https://www.bloomberg.com/news/articles/2026-07-22/china-s-ai-for-all-offensive-defies-us-contain...
2•thm•50m ago•0 comments

CinematicBench, a reproducible benchmark for scroll craft

https://github.com/MustBeSimo/cinematic-scroll-skill
2•mustbesimo•53m ago•0 comments
Open in hackernews

Show HN: Quiz Coding – Teacher Mode for AI Agent in Python Notebook

3•pplonski86•1y ago
Hi everyone,

I’m working on a desktop app that helps people with domain knowledge analyze their data - even if they don’t know Python. It’s a great option for anyone who wants something more powerful than Excel or SPSS.

My cofounder and I presented our app at PyCon US’25, we have booth on StartUp Row. One of our extensions, is a chat panel next to the Python notebook, so you can just ask the AI to load your data or run analysis for you.

During the conference, a visitor (who is a lecturer) suggested a really cool idea: Instead of showing the full code, he wanted the AI to show code with a missing part. His students would then have to guess what goes in the blank. We liked the idea so much that we started building “teacher mode” right after the event!

Here’s how it works:

We updated the AI prompt so it returns code with a missing part (marked as ***). The AI also suggests three possible answers (A, B, C), and only one is correct. Our app then shows the question and three buttons. If the student picks the right answer, the full code is inserted into the notebook and runs automatically.

You can read more about Teacher Mode here: https://mljar.com/docs/ai-teacher/

And if you want to try it, you can download the app here: https://platform.mljar.com/

The app comes with Python, Jupyter Lab, and our extensions that makes data analysis much easier :)

Would love to hear your feedback or ideas!