frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

My first time in Stockholm (thanks, YC)

https://domelian.substack.com/p/my-first-time-in-stockholm-thanks
1•dichik•58s ago•0 comments

Oil Slips as Iran Diplomacy Sparks Fresh Hopes for a Market Reset

https://medium.com/@d02514047/oil-slips-as-iran-diplomacy-sparks-fresh-hopes-for-a-market-reset-4...
1•joeymabia1•4m ago•2 comments

Preface – Home Manager Manual

https://nix-community.github.io/home-manager/
1•abdelhousni•4m ago•0 comments

Introduction – Act – User Guide – Manual – Docs – Documentation

https://nektosact.com/introduction.html
1•abdelhousni•6m ago•0 comments

Show HN: An AI wedding concierge I built and ran at my own 300-person wedding

https://ai-do.io/demo
1•aido_wedding•10m ago•0 comments

US push to flood Balkans with American gas sparks concerns in Brussels

https://www.politico.eu/article/us-push-to-flood-balkans-with-american-gas-sparks-concerns-in-bru...
1•leonidasrup•11m ago•0 comments

An OpenAl Engineer and His Friends Debate the Future [video]

https://www.youtube.com/watch?v=UZ2duRYykkk
1•alexcos•11m ago•0 comments

Corporate America embraces cheaper 'open' AI models

https://www.ft.com/content/d9de4776-1fc9-4f2b-aaaf-9961c35d8acd
2•macleginn•15m ago•0 comments

TuxBot: Semantic-Aware Online OS Tuning with Large Language Models

https://arxiv.org/abs/2605.15026
1•matt_d•20m ago•0 comments

DSPy – Program, don't prompt, your LLMs

https://dspy.ai/current/
4•mpweiher•21m ago•1 comments

Why YC Companies Win

https://khaliqgant.com/blog/why-yc-companies-win/
4•khaliqgant•22m ago•0 comments

Alan Kay's answer to "Did the ENIAC have a BIOS"?

https://www.quora.com/Did-the-ENIAC-have-a-BIOS/answer/Alan-Kay-11
4•midnightfish•23m ago•1 comments

1.3M free proxies → only the ones that work open source

https://github.com/maximilianfeix/proxy-scraper
1•taventix•25m ago•1 comments

'Pink Slime' Is Infecting AI Chatbots Ahead of the Midterms

https://www.politico.com/news/magazine/2026/09/25/midterms-partisan-ai-chatbots-01092138
2•JumpCrisscross•26m ago•0 comments

Death Rates for Young American Adults Jumped 71% in Just over a Decade

https://studyfinds.com/death-rates-for-americans-ages-25-44-jumped-71-in-just-over-a-decade/
4•pseudolus•28m ago•2 comments

Bob Chapek Is So Not over Getting Fired from Disney

https://www.wsj.com/business/media/bob-chapek-is-so-not-over-getting-fired-from-disney-f96bafcc
1•ksec•30m ago•0 comments

You do not have to hand IT to the techbros

https://parsingphase.dev/tech/LLMs/ydnht.html
2•monkaiju•30m ago•0 comments

Show HN: Squint – Drag a box on your screen and ask AI about it

https://heysquint.com/
3•splurf•30m ago•0 comments

The state of SIMD in Rust in 2026

https://shnatsel.github.io/state-of-simd-rust-2026/
4•birdculture•31m ago•1 comments

Imp is a full port of DSPy to the BEAM

https://github.com/deepfates/imp
5•mpweiher•31m ago•2 comments

Amazon Blocks Meta's Muse AI Agent from Its Retail Site

https://www.bloomberg.com/news/articles/2026-09-21/amazon-blocks-meta-s-muse-ai-agent-from-its-re...
2•jcfrei•34m ago•0 comments

AI Companies Say They're Investigating Rogue Bot Incidents

https://www.motherjones.com/politics/2026/09/rest-assured-ai-companies-say-theyre-investigating-t...
2•cdrnsf•37m ago•0 comments

Show HN: Boonful – Claude Code can publish and sell what it builds

https://boonful.io
1•atifhub•38m ago•1 comments

Show HN: A bookshelf of rare company documents and out-of-print tech books

https://rare-books.vercel.app
3•miletus•44m ago•0 comments

XiaomiMiMo / MiMo-v2.6-RL-OSS (Agentic RL Environments)

https://huggingface.co/datasets/XiaomiMiMo/MiMo-V2.6-RL-oss
2•handfuloflight•44m ago•0 comments

Anti-Cheat and Toxicity Detection (2025)

https://blog.grid.gg/the-ultimate-anti-cheat-and-toxicity-detection-powered-by-getgud-io-grid-bf0...
1•mooreds•44m ago•0 comments

We built DeepL's next-generation LLMs with FP8 for training and inference (2025)

https://www.deepl.com/en/blog/tech/next-generation-llm-fp8-training
1•mooreds•45m ago•0 comments

Heypcb: Figma for Hardware, with AI

https://heypcb.ai
1•handfuloflight•45m ago•0 comments

Program Integrity Is a Team Sport

https://pplfirst.com/blogs/program-integrity-is-a-team-sport/
1•mooreds•46m ago•0 comments

Totlajtol, a digital repository of colonial documents in Nahuatl, is presented

https://www.udg.mx/en/index.php/noticia/presentan-totlajtol-repositorio-digital-de-documentos-col...
2•bryanrasmussen•46m 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!