frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Will my flight have Starlink?

1•bblcla•25s ago•0 comments

I dug into the Flipper One's firmware, and it's a pocket Linux PC

https://www.xda-developers.com/dug-into-flipper-one-firmware-not-flipper-zero-sequel/
1•theblazehen•2m ago•0 comments

SecDB

https://en.wikipedia.org/wiki/Michael_Dubno
1•tosh•2m ago•0 comments

WhyChurn – Turn cancellations into actionable feedback

https://whychurn.io
1•lobit•2m ago•0 comments

Iran's South Pars Gas Field Is Attacked by Israel, Sending Energy Prices Soaring

https://www.nytimes.com/2026/03/18/world/middleeast/israel-strikes-south-pars-gas-oil-prices.html
1•spaghetdefects•2m ago•0 comments

As AI keeps improving, mathematicians struggle to foretell their own future

https://www.scientificamerican.com/article/as-ai-keeps-improving-mathematicians-struggle-to-foret...
1•ivansavz•3m ago•0 comments

Management Craft: A Talking Management Library

https://www.managementcraft.co
1•rafaelc•4m ago•0 comments

FFC: Social Media Without Algorithms, Moderators, or Special People

https://alnewkirk.com/frameworks/ffc
1•iamalnewkirk•4m ago•0 comments

FifthForceFramework

https://github.com/kwesting4/wake-up-protocol
1•kwesting4•4m ago•0 comments

Scaling Btrfs to petabytes in production: a 74% cost reduction story

https://thenewstack.io/btrfs-petabyte-cost-reduction/
1•motiejus•5m ago•0 comments

Assign tasks to Claude from anywhere in Cowork

https://support.claude.com/en/articles/13947068-assign-tasks-to-claude-from-anywhere-in-cowork
2•iBelieve•6m ago•0 comments

How HN: Ironkernel – Python expressions, Rust parallel

https://github.com/YuminosukeSato/ironkernel
1•acc_10000•7m ago•1 comments

AI Coding Is Gambling

https://notes.visaint.space/ai-coding-is-gambling/
1•speckx•7m ago•0 comments

I Gave My AI Agent $25 and Told It to Buy Me a Gift

https://thoughts.jock.pl/p/ai-agent-shopping-experiment-real-money-2026
1•joozio•7m ago•0 comments

Cadillac's F1 journey: 'Our Silverstone shakedown was a miracle'

https://www.theguardian.com/sport/2026/mar/03/cadillac-f1-valtteri-bottas-sergio-perez-graeme-lowdon
1•PaulHoule•8m ago•0 comments

OpenCLI – control Electron and web apps from the CLI or AI agents

https://github.com/jackwener/opencli
1•jackwener•9m ago•0 comments

Nvidia's Always-On Chip Detects Faces in Less Than a Millisecond

https://spectrum.ieee.org/face-recognition-nvidia-chip-soc
1•01-_-•9m ago•0 comments

Ask HN: Does Window's "Set Time Automatically" feature require the correct time?

2•scosman•10m ago•0 comments

The trillion-dollar African payments network nobody in tech noticed

https://micropay.dev/blog
2•possiblelion•10m ago•0 comments

The Pentagon is planning for AI companies to train on classified data

https://www.technologyreview.com/2026/03/17/1134351/the-pentagon-is-planning-for-ai-companies-to-...
2•01-_-•11m ago•0 comments

Parent-Managed Accounts on WhatsApp

https://blog.whatsapp.com/introducing-parent-managed-accounts-on-whatsapp?_fb_noscript=1
2•Tomte•12m ago•0 comments

OpenAI Parameter Golf

https://openai.com/index/parameter-golf/
1•hmate9•12m ago•1 comments

PDP11 Simulator Written in APL

https://github.com/emlautarom1/PDP_11_Simulator
1•tosh•13m ago•0 comments

S4: The Bob Lazar Story – Release Trailer (2026) [video]

https://www.youtube.com/watch?v=c3qBNo3PAjU
2•idoxer•13m ago•0 comments

Show HN: Mozilla Firefox is getting a free built-in VPN, with a catch

https://www.xda-developers.com/mozilla-firefox-is-getting-a-free-built-in-vpn-with-a-catch/
1•guilamu•13m ago•0 comments

Representing financial data as still life paintings

https://mercury.com/blog/insights-financial-data-art
1•cobertos•14m ago•0 comments

AI Made My Team Write 21% More Code. The Review Queue Doubled

https://drodil.medium.com/ai-made-my-team-write-21-more-code-the-review-queue-doubled-09729ede2802
4•agreeablesnow•15m ago•0 comments

OpenSWE

https://github.com/langchain-ai/open-swe
1•calvinfo•16m ago•0 comments

Swiftkey will soon require a Microsoft account – data to be moved to OneDrive

https://www.windowscentral.com/software-apps/swiftkey-will-soon-require-a-microsoft-account-data-...
2•croes•16m ago•2 comments

Inside the Rage Machine

https://www.bbc.co.uk/programmes/m002sw4z
1•rwmj•16m 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