frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: How are mobile apps able to track users without permission?

1•ratg13•2m ago•0 comments

Ask HN: I think I improved an Erdős problem how can I verify it?

1•donutthejedi•2m ago•0 comments

Walmart: ChatGPT checkout converted 3x worse than website

https://searchengineland.com/walmart-chatgpt-checkout-converted-worse-472071
1•speckx•5m ago•0 comments

Lenovo brings retro arcade cabinet gaming to high-end Android tablets

https://www.notebookcheck.net/Lenovo-brings-retro-arcade-cabinet-gaming-to-high-end-Android-table...
1•thunderbong•5m ago•0 comments

Show HN: llamafile 0.10.0 rebuilt, Qwen3.5, lfm2, Anthropic API

https://blog.mozilla.ai/llamafile-reloaded-whats-new-in-v0-10-0/
1•mzlaai•6m ago•0 comments

Aligning LLMs at inference time by suppressing internal concepts

https://www.guidelabs.ai/post/steerling-8b-alignment-without-retraining/
1•adebayoj•8m ago•0 comments

Anthropic takes legal action against OpenCode

https://github.com/anomalyco/opencode/pull/18186
3•_squared_•10m ago•0 comments

Constitution as Colimit: A coalgebraic model of emergence

https://github.com/helyn-research/constitution-as-colimit
1•cpobuda•10m ago•1 comments

Enisa Technical Advisory on Secure Use of Package Managers

https://socket.dev/blog/enisa-technical-advisory-on-secure-package-manager-use
1•pier25•10m ago•0 comments

Does deleting email help with climate change?

https://newslttrs.com/does-deleting-email-really-help-with-climate-change-part-one/
1•spzb•11m ago•0 comments

Security advisories for AI/ML infrastructure most scanners miss

https://raxe.ai/labs/advisories
2•raxe•11m ago•0 comments

No AI in Node.js Core

https://github.com/indutny/no-ai-in-nodejs-core
3•porsager•12m ago•0 comments

ICE officers are taking DNA samples from protesters they've arrested

https://www.npr.org/2026/03/18/nx-s1-5739257/ice-officers-dna-protesters-database
2•pseudolus•12m ago•0 comments

OpenAI accidentally built one of the richest charities. Now what?

https://www.vox.com/future-perfect/482653/openai-nonprofit-foundation-philanthropy
1•evolve2k•12m ago•0 comments

Europeans get a downgraded version of AI, which can only delay their adaptation

https://www.lemonde.fr/en/opinion/article/2026/03/17/europeans-get-a-downgraded-version-of-ai-whi...
1•alephnerd•13m ago•0 comments

Google reveals its solution for Android sideloading: a mandatory waiting period

https://www.theverge.com/tech/897420/android-sideloading-unverified-developers-process
1•josephcsible•16m ago•2 comments

We started Revenue Wizards after watching too many GTM teams fail

https://revenuewizards.com/
1•yauheniban•17m ago•0 comments

MAI-Image-2: for limitless creativity

https://microsoft.ai/news/introducing-mai-image-2/
1•mirzap•17m ago•0 comments

Google details new 24-hour process to sideload unverified Android apps

https://lwn.net/Articles/1063735/
1•speckx•18m ago•2 comments

Big Banks Score Win Under New Plan to Loosen Capital Rules

https://www.wsj.com/finance/regulation/u-s-regulators-propose-more-lenient-capital-rules-for-big-...
1•JumpCrisscross•19m ago•0 comments

Show HN: Institute of Idleness – The only screen time your therapist approves

https://instituteofidleness.org/
1•aned22•20m ago•1 comments

Show HN: Where was this picture taken?

https://github.com/Berlin-West/Topology
1•RHEFOR•20m ago•0 comments

Border0 Is Joining Tailscale

https://tailscale.com/blog/border0-joins-tailscale
1•hmokiguess•20m ago•0 comments

Show HN: OG images to every page with a Cloudflare Worker (no origin changes)

https://snapog.com/guides/cloudflare
2•earonesty•22m ago•0 comments

Figma's stock drops 11% in two days after Google releases 'vibe design' product

https://www.cnbc.com/2026/03/19/figma-stock-drops-11percent-after-google-releases-vibe-design-pro...
4•matthest•22m ago•0 comments

Mozilla Releases Llamafile 0.10

https://www.phoronix.com/news/Mozilla-AI-Llamafile-0.10
3•hochmartinez•23m ago•0 comments

Thymic Health Consequences in Adults

https://www.nature.com/articles/s41586-026-10242-y
1•bookofjoe•24m ago•1 comments

Online Censorship's Institutional Power

https://twitter.com/XJosh/status/1791197635472150636
1•dershing•24m ago•0 comments

Ask HN: Any interesting traffic patterns in your llms.txt?

2•jdauriemma•24m ago•2 comments

Addressing GitHub's recent availability issues

https://github.blog/news-insights/company-news/addressing-githubs-recent-availability-issues-2/
1•ptrhvns•25m ago•0 comments
Open in hackernews

Show HN: Pixelagent – Build your Stateful Agent Framework in 200 lines of code

https://github.com/pixeltable/pixelagent
30•pierrebrunelle•10mo ago

Comments

jweisspxl•10mo ago
Pixelagent: Agent Engineering Blueprint https://www.youtube.com/watch?v=BS6PRsnxkBA
SafeDusk•10mo ago
Exciting to see a fellow builder in the space! Love how memory management and observability is built-in.

Today, I just re-implemented Google's AlphaEvolve for Perlin noises using my own minimal agentic framework (https://toolkami.com/alphaevolve-toolkami-style/), will probably steal a trick or two from you.

pierrebrunelle•10mo ago
Congrats! Take whatever you want :)

Yes: Memory, observability, versioning, and lineage being built-in is a derivative of unifying orchestration and storage: https://docs.pixeltable.com/docs/datastore/computed-columns.

bosky101•10mo ago
Your readme doesn't mention any example of multiple agents. We don't need another wrapper to anthropic/openai/*. Without being able to select between multiple tools/agents - you only need 2 lines of code to achieve llm calls, and another 2 lines for state management.

That said the interface is more idiomatic that others agent frameworks that show up here.

It also wasn't clear where the last N messages is being persisted. Db/file/adapters/?

Good luck!

pierrebrunelle•10mo ago
Thanks!

https://github.com/pixeltable/pixelagent/tree/main/examples/... for multiple tools/agents. A tool is just a UDF. You can have as many as you want.

The goal of this reference agent SDK is to showcase the flexibility of Pixeltable (the underlying unified storage and orchestration system) that is Open Source and Apache 2.0.

This is where storage is defined: https://github.com/pixeltable/pixelagent/blob/main/pixelagen.... These are very simple examples.

Here's how an Agentic Reddit bot would work for instance: https://github.com/pixeltable/pixeltable/tree/main/docs/samp...

RamblingCTO•10mo ago
I'll just leave this here: https://github.com/The-Pocket/PocketFlow 100 lines of code agent lib that's not tied to a commercial offering
pierrebrunelle•10mo ago
I like PocketFlow. You beat me on the # of lines of code! But does it provide parallelization, caching, orchestration, versioning, observability, lineage, multi-modal support?

As you just showed, building an agent SDK is easy, so what's interesting to me is tackling:

- Infrastructure Sprawl: Juggling separate systems for vector search, state tracking, multimodal data handling, and monitoring leads to fragmented workflows and high operational costs. - State Management Nightmares: Reliably tracking agent memory, tool calls, and intermediate states across potentially long-running, asynchronous tasks is incredibly difficult. - Multimodal Integration Pain: Integrating and processing images, audio, video, and documents alongside text requires specialized, often disparate, tooling. - Observability Gaps: Understanding why an agent made a decision or failed requires visibility into its state and data lineage, which is often lacking.

And doing all of that while finding the right abstraction layer to leave all the application and business logic to the dev/users so they don't feel limited. It's difficult!

Besides, I don't know where you see a commercial offering? Everything is Apache 2.0/Open Source from A to Z.

RamblingCTO•10mo ago
PocketFlow is not from me, but just my current favorite ;)

I just got the feeling that the lib is tied to pixeltable, but maybe I misunderstood? Maybe that's why this is dead? pocketflow is completely standalone and the main thing is that you vibe code what you need (works awesome so far!).

I don't want to sideline the discussion about pixelagent, but here's some more about pf:

- https://the-pocket.github.io/PocketFlow/design_pattern/multi... (multi agent, queue) - https://github.com/The-Pocket/PocketFlow/tree/main/cookbook/ here are more advanced examples. Pretty easy to follow imho.

PS: re the observability, yesterday I coded tracing for pocketflow, just need to put it up on github haha

esafak•10mo ago
I don't know why Pierre's post is dead, but I wanted to ask if it is accurate to describe Pixelagent as an MCP-compatible memory layer, and what its competitors are.

If memory is the centerpiece, I suggest leading with it, rather than the ambiguous "Your AI Data Infrastructure".

pierrebrunelle•10mo ago
You can indeed turn anything that you want into an MCP server, e.g. https://github.com/pixeltable/pixeltable-mcp-server.

Pixelagent is a reference implementation for a multimodal agent framework to show that an agent class is easy to build and users should be empowered to build their own from scratch for their use cases.

Regarding Memory, to me it's just about Data Storage, Indexing, Orchestration, and Retrieval and I don't know why we should abstract Memory away from users. Memory will mean so many different things for many use cases.

Let's say you want:

- Working memory: Holds current context and immediate interaction history within the agent's context window -> this is just about passing Q&A pairs to maintain context alongside with roles.

- Episodic memory: Stores specific past experiences and interactions -> this is just about indexing past exchanges and having semantic search on it.

- Semantic memory: Organizes specific knowledge in structured formats -> this is just about building a custom logic (udf) to decide how and what to extract insight from and then retrieve it.

I've implemented them all in this example: https://github.com/pixeltable/pixelbot