frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Statistics Canada to Replace Food and Gas with "Huge TVs" in Inflation Reporting

https://lzon.ca/posts/series/duck/tv-inflation/
1•jpmitchell•1m ago•0 comments

Skip the TSA Line: Where to Find Travel by Bus, Train, and Boat

https://www.wired.com/story/skip-the-tsa-line-where-to-find-travel-by-bus-train-and-boat/
1•joozio•3m ago•0 comments

Building Tanks While the Ukrainians Master Drones

https://www.theatlantic.com/national-security/2026/03/who-needs-tanks-age-drones/686540/
1•PanMan•4m ago•0 comments

ICE Agents Frustrate Airport Workers as Shutdown Drags On

https://www.wired.com/story/ice-agents-frustrate-airport-employees-as-shutdown-drags-on/
1•joozio•5m ago•0 comments

The Download: the internet's best weather app, and why people freeze their brai

https://www.technologyreview.com/2026/03/27/1134755/the-download-best-weather-forecasting-app-why...
1•joozio•6m ago•0 comments

Shoofly – intercepts your AI agent's tool calls before they execute

https://shoofly.dev
2•evanvuckovic•7m ago•1 comments

GLM 5.1 Is Out

https://old.reddit.com/r/LocalLLaMA/comments/1s51id3/glm_51_is_out/
2•morenatron•7m ago•0 comments

Do you need Forward Deployed Engineers?

https://www.aienablementinsider.com/p/do-you-really-need-forward-deployed-engineers
3•dylancollins•8m ago•0 comments

Telnyx Python SDK: Supply Chain Security Notice

https://telnyx.com/resources/telnyx-python-sdk-supply-chain-security-notice-march-2026
3•KomoD•8m ago•0 comments

A real-time HUD (heads-up display) for OpenClaw power users

https://github.com/just-claw-it/claw-hud
2•just-claw-it•9m ago•0 comments

Has Anyone Tried Deerflow?

https://github.com/bytedance/deer-flow
2•udayan_w•10m ago•0 comments

Chats with sycophantic AI make you less kind to others

https://www.nature.com/articles/d41586-026-00979-x
4•jyunwai•10m ago•0 comments

Show_HN: ClawHub Skills Benchmarking – Find Bugs, Drift, and Slowdowns

https://github.com/just-claw-it/claw-bench
2•just-claw-it•11m ago•0 comments

We broke 92% of SHA-256 – you should start to migrate from it

https://stateofutopia.com/papers/2/we-broke-92-percent-of-sha-256.html
6•logicallee•12m ago•1 comments

Stephen Wolfram and Matt Mullenweg Talk About AI [video]

https://www.youtube.com/watch?v=T_tALmMq7Ok
2•chilipepperhott•12m ago•0 comments

Show HN: Control Codex via WhatsApp using a Codex plugin

https://github.com/abuiles/codex-whatsapp-relay
2•abuiles•17m ago•0 comments

Prompt Repetition Improves Non-Reasoning LLMs

https://arxiv.org/abs/2512.14982
3•wslh•18m ago•0 comments

Stop Embedding Your Corpus Blindly

https://decompressed.io/learn/sample-first-rag
2•zacole•20m ago•0 comments

Toolcast – Turn any API into an AI agent tool with one command

https://github.com/Djsand/toolcast
2•Djsand•22m ago•0 comments

US warns EU to pass trade deal or risk losing 'favourable' access to LNG

https://www.ft.com/content/6bf153e4-11af-44d5-9d1c-48b5c7ad26ef
5•geox•24m ago•1 comments

Pkgmirror: self-host your own Zig mirror

https://devlog.hexops.org/2026/announcing-pkgmirror/
2•emidoots•24m ago•0 comments

Reasoning-Based Personalized Generation for Users with Sparse Data

https://arxiv.org/abs/2602.21219
2•PaulHoule•26m ago•0 comments

OpenCode-LLM-proxy – use any OpenCode model via OpenAI/Anthropic/Gemini API

https://github.com/KochC/opencode-llm-proxy
2•kochc•27m ago•2 comments

Show HN: Build AI Trading Agents in Cursor/Claude with an MCP Server

https://financialdata.net/mcp-server
2•financial-data•27m ago•0 comments

Anthropic throttles Claude subscriptions to meet capacity

https://www.infoworld.com/article/4151196/anthropic-throttles-claude-subscriptions-to-meet-capaci...
3•ceejayoz•28m ago•1 comments

More AI-Generated Slop (2026)

https://www.dotnetperls.com/2026_3_24_more-ai-generated-slop
2•speckx•28m ago•0 comments

Some uncomfortable truths about AI coding agents

https://standupforme.app/blog/some-uncomfortable-truths-about-ai-coding-agents/
3•borealis-dev•35m ago•0 comments

Show HN: Open-Source Animal Crossing–Style UI for Claude Code Agents

https://github.com/outworked/outworked/releases/tag/v0.3.0
8•ZeidJ•42m ago•2 comments

Show HN: We built Cursor, but for data transformations (open source)

https://github.com/zipstack/visitran
3•naren87•44m ago•0 comments

Show HN: Solution for Prompt Injection of AI Agents

https://github.com/safe-agentic-world/nomos
3•prudhvinomos•44m ago•0 comments
Open in hackernews

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

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