frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Jack Dorsey and Elon Musk would like to 'delete all IP law'

https://techcrunch.com/2025/04/13/jack-dorsey-and-elon-musk-would-like-to-delete-all-ip-law/
1•hhs•2m ago•0 comments

Andrew Ng's letter to an 18 y.o. worried about AI

https://www.deeplearning.ai/the-batch/dont-believe-the-hype/
1•siquick•4m ago•0 comments

The curious case of broken theorems

https://davidbessis.substack.com/p/the-curious-case-of-broken-theorems
1•mathgenius•4m ago•0 comments

A Small Linear Accelerator for Charged Microparticles

https://www.mdpi.com/2076-3417/15/21/11709
1•PaulHoule•8m ago•0 comments

AI Gateway from Pydantic

https://pydantic.dev/articles/gateway-open-beta
1•scolvin•9m ago•0 comments

Be Simple

https://corrode.dev/blog/simple/
1•vinhnx•10m ago•0 comments

Use buttons instead of text link in your outreach email

https://www.emailbuttons.com/
2•zackho•12m ago•1 comments

Heat engine uses the cold of space to run a fan (400mW per sqm)

https://www.youtube.com/watch?v=5VSmBl8Rv_o
2•gsf_emergency_4•12m ago•0 comments

Gaza Online – Esims for Gazans

https://www.gaza.online/
1•aussieguy1234•13m ago•0 comments

Differential Coding of Perception in the Languages

https://www.pnas.org/doi/10.1073/pnas.1720419115
1•DrierCycle•16m ago•0 comments

Disney+ to Allow User-Generated Content via AI

https://www.hollywoodreporter.com/business/digital/disney-plus-gen-ai-user-generated-content-1236...
1•TMWNN•17m ago•0 comments

US announces 'Southern Spear' mission as forces deploy near South America

https://www.aljazeera.com/news/2025/11/14/us-announces-southern-spear-mission-as-forces-deploy-to...
2•treetalker•18m ago•1 comments

Another Round of Tea Protocol Spam Floods NPM, but It's Not a Worm

https://socket.dev/blog/tea-protocol-spam-floods-npm-but-its-not-a-worm
1•feross•19m ago•0 comments

No Leak, No Problem – Bypassing ASLR with a ROP Chain to Gain RCE

https://modzero.com/en/blog/no-leak-no-problem/
1•todsacerdoti•26m ago•0 comments

The EU must uphold hard-won protections for digital human rights [pdf]

https://edri.org/wp-content/uploads/2025/11/The-EU-must-uphold-hard-won-protections-for-digital-h...
3•doener•30m ago•0 comments

Crushed by capitalism? There's a video game for that

https://www.ft.com/content/5b223e7a-3161-4f03-a577-557e9947618b
2•hhs•30m ago•0 comments

Show HN: Infinite canvas product search and decision making

https://onton.com/surfaces
4•kar_t•31m ago•0 comments

Strict and full Turkish get-up [video]

https://www.youtube.com/shorts/wXWSjSwjGuA
2•programmexxx•32m ago•0 comments

Big Tech Wants Direct Access to Our Brains

https://www.nytimes.com/2025/11/14/magazine/neurotech-neuralink-rights-regulations.html
5•bookofjoe•32m ago•1 comments

Remote access, real cargo: cybercriminals targeting trucking and logistics

https://www.proofpoint.com/us/blog/threat-insight/remote-access-real-cargo-cybercriminals-targeti...
2•gnabgib•32m ago•0 comments

AI Generated Pokemon Sprites with GPT-2

https://matthew.rayfield.world/articles/ai-generated-pokemon-sprites-with-gpt-2/
1•novaray•39m ago•0 comments

Justice Department Announces Actions to Combat Illicit NK Revenue Generation

https://www.justice.gov/opa/pr/justice-department-announces-nationwide-actions-combat-illicit-nor...
2•miohtama•39m ago•0 comments

Cybercom 2.0: Pentagon Unveils Plan to Fix Cyber Talent Shortfalls

https://www.securityweek.com/cybercom-2-0-pentagon-unveils-plan-to-fix-cyber-talent-shortfalls/
1•Bender•40m ago•0 comments

Fortinet Confirms Active Exploitation of Critical FortiWeb Vulnerability

https://www.securityweek.com/fortinet-confirms-active-exploitation-of-critical-fortiweb-vulnerabi...
1•Bender•41m ago•0 comments

Multi-day storm is threatening flooding and mudslides in Southern California

https://www.cnn.com/2025/11/14/weather/southern-california-storm-flooding-risk-climate-hnk
1•Bender•41m ago•0 comments

There's No Rust on This Ironclad Kernel

https://hackaday.com/2025/11/12/theres-no-rust-on-this-ironclad-kernel/
2•ajdude•41m ago•0 comments

DNS Resolution Delay: The Silent Killer That Blocks Your Threads

https://howtech.substack.com/p/dns-resolution-delay-the-silent-killer
2•birdculture•42m ago•1 comments

Show HN: JSON Schema → Luau type converter (Rust)

https://github.com/amirfarzamnia/json-schema-to-luau
2•amirfarzamnia•44m ago•1 comments

Brexit reduced UK GDP by 6-8%, investments by 12-18% [pdf]

https://www.nber.org/system/files/working_papers/w34459/w34459.pdf
51•jnord•47m ago•14 comments

Firebase's new guide to securing AI endpoints

https://firebase.blog/posts/2025/11/securing-ai-endpoints-from-abuse/
1•jacobalcock•47m ago•0 comments
Open in hackernews

Show HN: CodeMode – First library for tool calls via code execution

https://github.com/universal-tool-calling-protocol/code-mode
2•juanviera23•54m ago
I’ve been testing a simple idea inspired by Apple/Cloudflare/Anthropic:

LLMs are far better at writing a small program than coordinating multiple tool calls.

So instead of giving the model 10+ tools, I exposed one: a TypeScript sandbox with access to the same interfaces.

The model writes a script → it runs once → done.

What changed - +68% reduction in token use - No multi-step drift or retries - Local models (Llama 3.1 8B / Phi-3) became much more reliable

Repo: https://github.com/universal-tool-calling-protocol/code-mode

Curious whether others have seen the same thing: Is code execution a better abstraction for agents than tool calls?