frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A Tour of Txtar

https://rednafi.com/go/txtar/
1•ingve•3m ago•0 comments

Connections – James Burke

https://www.youtube.com/playlist?list=PLf02uWXhaGRng_YzH-Ser_VEV4lGSLX_1
1•gurjeet•4m ago•0 comments

Encouraging Autonomous Driving Companies to Share Safety-Critical Data

https://dl.acm.org/doi/pdf/10.1145/3757493
2•luu•4m ago•0 comments

Toward Worker-Owned Delivery Platforms with the OpenCourier Protocol

https://platform.coop/blog/toward-worker-owned-delivery-platforms-with-the-opencourier-protocol/
1•utopiah•5m ago•1 comments

Detachment 201, the US Army unit led by tech executives

https://english.elpais.com/technology/2026-04-13/detachment-201-the-us-army-unit-led-by-tech-exec...
2•BaudouinVH•5m ago•0 comments

Why is AI trust so much higher in China (87%) than the US (32%)? [pdf]

https://www.edelman.com/sites/g/files/aatuss191/files/2025-11/2025%20Edelman%20Trust%20Barometer%...
2•nilen•7m ago•0 comments

Bashism – Greg's Wiki

https://mywiki.wooledge.org/Bashism
2•dr_girlfriend•11m ago•0 comments

Gmail registration now requires scanning a QR code and sending a text message

https://discuss.privacyguides.net/t/google-account-registration-now-requires-sending-an-sms-via-p...
2•negura•11m ago•0 comments

Bring Kindness Back to Open Source

https://www.hanselman.com/blog/bring-kindness-back-to-open-source
2•mashally•11m ago•1 comments

Ask HN: What is your workflow for filtering academic papers?

1•hydra-f•12m ago•0 comments

Bash Pitfalls - Greg's Wiki

https://mywiki.wooledge.org/BashPitfalls
2•dr_girlfriend•12m ago•0 comments

ASTro: AST-Based Reusable Optimization Framework

https://github.com/ko1/astro/
1•riffraff•13m ago•0 comments

BashFAQ - Greg's Wiki

https://mywiki.wooledge.org/BashFAQ
2•dr_girlfriend•14m ago•0 comments

AI native flights search built in a weekend

https://flightzombie.com
1•mk0y•15m ago•0 comments

Roaring Bitmaps

https://roaringbitmap.org/
1•tosh•16m ago•0 comments

Silo: Isolated workspace manager for parallel agentic development

https://github.com/rsn491/silo
1•rsn491•20m ago•0 comments

Show HN: AI agents who prevent context drift through gossip

https://wuphf.team
1•najmuzzaman•21m ago•0 comments

Semantic Phonons: Lattice Vibrations in AI Internals

https://www.lesswrong.com/posts/Bn5ErDBp9redcGtxg/semantic-phonons-lattice-vibrations-in-ai-inter...
1•joozio•26m ago•0 comments

How hotels are stopping the 'dawn dash' for sunbeds after man wins payout

https://www.bbc.co.uk/news/articles/c99l17m2ep9o
2•gbxyz•28m ago•0 comments

Manufacturing qubits that can move

https://arstechnica.com/science/2026/05/manufacturing-qubits-that-can-move/
1•rippeltippel•29m ago•0 comments

Axavive Reviews: "Gut–Skin Miracle" or Just Hype? Expert Insights

https://finance.yahoo.com/sectors/healthcare/articles/axavive-skin-exploding-2026-golden-22590060...
1•larxdalu•31m ago•0 comments

Built a safety-first AI trader for covered calls and cash-secured puts

https://puthouse.com
1•jansonlau•32m ago•1 comments

Constrained Decoding: Forcing LLMs to Respect Your Taxonomy

https://pub.towardsai.net/constrained-decoding-forcing-llms-to-respect-your-taxonomy-3aaaf13329f9
1•sachinkalsi•32m ago•0 comments

Matt Godbolt: The Bits Between the Bits: How We Get to Main [video]

https://www.youtube.com/watch?v=dOfucXtyEsU
1•dalleh•32m ago•0 comments

Traceway: MIT-licensed observability stack you can self-host in ~90s

https://github.com/tracewayapp/traceway
2•sebakubisz•33m ago•0 comments

Mythos Discovered a CVE in Its Training Data – and That's Still Worrying

https://rival.security/posts/mythos-discovered-a-cve-already-in-its-training-data---and-thats-sti...
3•chris_j•35m ago•0 comments

How long do we wait for new inventions?

https://www.construction-physics.com/p/how-long-do-we-wait-for-new-inventions
2•gwintrob•38m ago•1 comments

Nanonumpy: Build a tiny NumPy to understand vectorization

https://github.com/AdilZouitine/nanonumpy
2•AdilZtn•38m ago•0 comments

simdjson

https://github.com/simdjson/simdjson
1•tosh•39m ago•0 comments

Evolved antennas, LLM-generated code, and a potential antifuture

https://ericwbailey.website/published/evolved-antennas-llm-generated-code-and-a-potential-antifut...
1•tobr•40m ago•0 comments
Open in hackernews

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

3•pplonski86•11mo 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!