frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Quantum Computing Failure Now Obvious [video]

https://www.youtube.com/watch?v=DX_oIQ-tA6M
1•mpweiher•35s ago•0 comments

Thinking Machines Lab Co-Founder Barret Zoph Joins Google

https://www.wsj.com/tech/ai/thinking-machines-lab-co-founder-barret-zoph-joins-google-49f594e6
2•tosh•4m ago•0 comments

Dante and the Tuscan Vernacular Gave Birth to the Italian Language

https://www.thecollector.com/dante-tuscan-vernacular-italian-language/
1•theanonymousone•6m ago•0 comments

CUDA Python 1.0: Stable APIs, One Foundation, Full Platform Access

https://developer.nvidia.com/blog/cuda-python-1-0-stable-apis-one-foundation-full-platform-access/
1•elashri•6m ago•0 comments

Ed Zitron on DOAC [video]

https://www.youtube.com/watch?v=Lf5oqGOCRCM
1•dhruv3006•7m ago•0 comments

LangChain-AI/deepagents: agent harness

https://github.com/langchain-ai/deepagents
1•OutOfHere•8m ago•0 comments

Nvidia NVLink Fusion Brings Nvhbm to Next-Generation AI Infrastructure

https://developer.nvidia.com/blog/nvidia-nvlink-fusion-brings-nvhbm-to-next-generation-ai-infrast...
1•elashri•8m ago•0 comments

SoundCloud will let artists sell music directly, without fees

https://dataconomy.com/2026/08/27/soundcloud-will-let-artists-sell-music-directly/
1•giuliomagnifico•9m ago•0 comments

Futurism Is Always Extreme

https://borretti.me/article/futurism-is-always-extreme
1•varjag•13m ago•0 comments

Mind sharing Google Colab pro or a VM?

1•mzubairtahir•13m ago•0 comments

Show HN: A 67-point scorer for engineers considering Canada

https://fswcalculator.com/
1•Sherry9695•14m ago•0 comments

How to Use DuckDB for Local Data Analysis

https://visualeaf.com/blog/how-to-use-duckdb-for-local-data-analysis/
2•kyle_mongo•15m ago•0 comments

Qwen3.8-Flash-Next Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/qwen3-8-flash-next
2•theanonymousone•16m ago•0 comments

I computed 4M real compatibility connections between 2,886 AI tools

https://www.gateonai.com/
1•gateonai•16m ago•0 comments

Twitter: The square is back. And this time, it's yours

https://twitter.now/
3•akyuu•18m ago•0 comments

Vigorish is a classic item of current American slang

https://www.worldwidewords.org/qa-vig1.html
1•Bluestein•19m ago•0 comments

Planet Crisis Response – Bhote Koshi-Trishuli Outburst Flood, Nepal (2026)

https://source.coop/planet/disasterdata/nepal-flash-flood-2026-08-26
1•marklit•19m ago•0 comments

The load-bearing vocabulary of Claude

https://louisabraham.github.io/load-bearing/
6•Labo333•23m ago•0 comments

Ask HN: What happens to code review process when using LLMs?

1•ethanr2000•24m ago•0 comments

Show HN: Reconstruct distributed LLM training traces

https://trace.vladsavinov.com/
1•vsavinov•24m ago•0 comments

Show HN: I built one interface for generating video with multiple AI models

https://imgveo.com
1•Jasonleo•27m ago•0 comments

Prisma rebranded, with big changes for Prisma ORM users

https://www.prisma.io/blog/building-the-stack-for-the-next-million-products
6•ankur_007•28m ago•0 comments

Show HN: I built an interactive astrocartography map from birth chart data

https://astrochart.co
1•Jasonleo•28m ago•0 comments

Dev snapshot: Godot 4.8 dev 4

https://godotengine.org/article/dev-snapshot-godot-4-8-dev-4/
1•__natty__•30m ago•0 comments

AI Feels Like the Pandemic All over Again

https://bejofo.com/blog/ai-feels-like-the-pandemic
2•YannickR•32m ago•0 comments

Changes to Sourcehut's terms of service regarding LLMs

https://sourcehut.org/blog/2026-08-27-tos-changes-and-llms/
4•progval•38m ago•0 comments

Spice-ts: a TypeScript-native SPICE circuit simulator

https://github.com/mfiumara/spice-ts
1•j0selit0•38m ago•0 comments

Cowanomics – A fun stock trading party game that uses web sockets

https://cowanomics.com/
1•etoxin•39m ago•0 comments

300mg of morning caffeine didn't improve mood or cognitive measures in males

https://www.mdpi.com/2072-6643/18/17/2771
1•giuliomagnifico•42m ago•0 comments

PrepIQ – AI kitchen intelligence for Hospitality prep planning

https://prepiq.net
1•HilqiaKM•43m ago•0 comments
Open in hackernews

Show HN: I built an agent-first productivity bridge for all your agents

https://www.taskshell.app/
1•Frederick_22xAI•58m ago
I initially built this for myself but some folks asked me to open access to it. Let me explain what I built and why.

I'm a product designer who transitioned from only designing to building complete software products myself and I found myself using AI coding agents literally every day. I started with cursor, then codex and claude code, then kilo code, and then moved to opencode.

The only thing AI agents couldn't get done for me was to keep track of my todos and tasks for all my projects. I ended up vibe coding a todo app separately or using apps like TickTick. The main issue with separate apps was that I needed to constantly switch context in the middle of my work sessions and repeat the tasks I needed to get done to the agent over an over.

Then I realized I can just give the agents the full todo list context and tools to do CRUD operations directly in the conversations without the need for a separate app, so that way I can simply prompt my agents to check what's due soon, update tasks, add notes, create new ones, plan my weeks, etc. All in the same conversations as the projects I work on through opencode, which works great for mid-session requests like adding a new subtask based on the current agent's work output.

I built this as a first-class MCP platform that supports the new stateless HTTP configuration as well as the standard SSE, so setup is a single prompt and your agents stay in sync with your actual work state immediately.

It works with any agent harness or app that supports MCPs. Which means that if you use multiple agents, all of them will be in sync with the same tasks whether you use codex first, then switch to claude code, and then to opencode in the same day.

There's also a web-app UI access for doing any updates manually or if you need to use it on the go with your phone. You'll always see what was done by you in the web-app or by your agents through the MCP bridge.

I just launched it on producthunt and you can try it free if you want:

Live app: https://taskshell.app Producthunt: https://www.producthunt.com/products/taskshell

In the web-app there's a "report bug" form if you try it and something doesn't work for you. All feedback is appreciated!