frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Remains of 'lost' medieval castle found at UCD campus

https://www.rte.ie/news/regional/2026/0917/1591962-ucd-medieval-castle/
1•austinallegro•4m ago•0 comments

Why the Navier-Stokes Equations Are So Hard [video]

https://www.youtube.com/watch?v=PsWR1rQEWYo
1•doctoboggan•5m ago•0 comments

The most important product decision is what you don't build

https://liamnugent.me/posts/what-you-dont-build/
2•ChrisArchitect•7m ago•1 comments

C++26: Trivial infinite loops are no longer undefined behaviour

https://www.sandordargo.com/blog/2026/09/16/cpp26-trivial-infinite-loops
1•ibobev•7m ago•0 comments

Show HN: Microsoft Office Running with Wine on Linux with No Virtualization

https://github.com/Tombert/office365_flake
1•tombert•8m ago•0 comments

Shaping the Future of Learning: Education Readiness for the Age of AI [pdf]

https://reports.weforum.org/docs/WEF_Shaping_the_Future_of_Learning_2026.pdf
1•gmays•8m ago•0 comments

Computer Reset, Dallas

https://dfarq.homeip.net/computer-reset-dallas/
2•ibobev•10m ago•0 comments

Measurements for understanding the pace of AI development inside frontier labs

https://www.anthropic.com/institute/measuring-pace-of-ai-development
1•vertigoruntime•10m ago•0 comments

Backlog and Workers: Two Knobs on Two Layers

https://www.buoyant.io/blog/backlog-and-workers-two-knobs-on-two-layers
1•PagCatOli•10m ago•0 comments

Who Are We Now?

https://jessitron.com/2026/08/30/who-are-we-now/
1•mooreds•11m ago•0 comments

Polygo, a local-first CLI that translates your app's strings with Ollama

https://github.com/Na5co/polygo
1•nasco1899•11m ago•0 comments

Brazil plans executive order to ban online casinos, sources say

https://www.reuters.com/world/americas/brazil-plans-executive-order-ban-online-casinos-sources-sa...
2•tartoran•11m ago•0 comments

FAA's Smart AI System Fact Sheet [pdf]

https://www.faa.gov/newsroom/SMART_One-Pager.pdf
1•david_shaw•11m ago•0 comments

Agents: The New, New Kingmakers

https://redmonk.com/sogrady/2026/09/16/new-new-kingmakers/
1•mooreds•11m ago•0 comments

Why sovereign AI demands a tenancy model, not just geography

https://www.redhat.com/en/blog/datacenter-myth-why-sovereign-ai-demands-tenancy-model-not-just-ge...
1•mooreds•12m ago•0 comments

Show HN: Snapdrop: Instantly share files between devices. No setup, no signup

https://snapdrop.me
1•Capira•12m ago•0 comments

Lepton from Valve to run Android games on Linux is now open source

https://www.gamingonlinux.com/2026/09/lepton-from-valve-to-run-android-games-on-linux-is-now-open...
1•pizzaiolo•12m ago•0 comments

Please remove all mannered prose

https://platform.claude.com/docs/en/build-with-claude/prompt-engineering/prompting-claude-fable-5-1
2•k-ian•13m ago•0 comments

Part VIII the Missing 73 Minutes

https://podcast.show/4033270/part-viii-the-missing-73-minutes/
1•lawbeatradio•13m ago•0 comments

Show HN: Radio – a shared workspace for your agents and teammates

https://radio.plasma.ai/
2•eswhang•13m ago•0 comments

Using Jev for Claude Code model routing

https://github.com/gargpratyush/jev-router
1•hassleblad23•13m ago•0 comments

Show HN: Composing domain-specific harness on Python in 10 mins

https://cayu.dev/walkthrough/
2•zamir_akimbekov•14m ago•0 comments

Drugmakers prepare for next phase of space pharmaceuticals

https://www.reuters.com/legal/litigation/drugmakers-prepare-next-phase-space-pharmaceuticals-iss-...
1•negura•14m ago•0 comments

Making a Software Stack Agentic

https://blog.scotterickson.info/2026-09-15-Agentic-Stacks
2•serickson•14m ago•1 comments

Globally, More People Expect AI to Cause Job Loss Than Growth

https://www.pewresearch.org/global/2026/09/17/globally-more-people-expect-ai-to-cause-job-loss-th...
2•karakoram•15m ago•0 comments

Toymodel (By Semiqlassical) – Modular Sci-ML (Re-Post)

https://semiqlassical.tech/toymodel/
1•banerjeeav•16m ago•1 comments

Flet 1.0 – Build cross-platform apps in Python

https://flet.dev/
1•absqueued•16m ago•0 comments

The science research department in your pocket by Astrophyzix is a game changer

https://hubbletension.blogspot.com/p/astrophyzix-modules.html
1•UniverseToday•16m ago•0 comments

US, China security experts propose nuclear-style safeguards for AI risks

https://www.reuters.com/world/china/us-china-security-experts-propose-nuclear-style-safeguards-ai...
2•tartoran•18m ago•1 comments

"SpudCell will replicate continuously by 2030" – Interview with Kate Adamala

https://www.youtube.com/watch?v=D4WywVQfIV4
1•mailyk•19m 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!