frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Simple Viewers – Tiny native macOS file viewers

https://www.ryanlitalien.com/simple/
1•ryanlitalien•52s ago•0 comments

Worb: Local open-source wandb-compatible server

https://worb.cloud
1•psarna•1m ago•0 comments

US role as global talent hub in doubt amid Donald Trump's visa crackdown

https://www.ft.com/content/c8114fd1-771b-49ac-98c3-a8acf6177626
2•alephnerd•4m ago•0 comments

Do you have to be polite to AI?

https://www.bbc.com/future/article/20260224-the-best-way-to-talk-to-a-chatbot
1•Sikara•5m ago•0 comments

Solving Impossible Problems for Fun and Profit – Dan Gelbart

https://www.youtube.com/watch?v=UTgrWmOk4q8
1•o4c•5m ago•1 comments

Firefox 148 introduces the AI kill switch for people who aren't into LLMs

https://www.xda-developers.com/firefox-148-introduces-the-promised-ai-kill-switch-for-people-who-...
3•randycupertino•6m ago•0 comments

Show HN: I built a 50ms SPF record and Shadow IT scanner

https://spf1.com
1•bwoud•6m ago•1 comments

Show HN: Typed overlay over SQL now supports DuckDB

https://www.datahaskell.org/blog/2026/02/25/beam-duckdb-release.html
1•cosmic_quanta•7m ago•0 comments

Foundation Models SDK for Python Documentation

https://apple.github.io/python-apple-fm-sdk/
1•alexellisuk•7m ago•1 comments

Don't Panic: 'Humanity's Last Exam' Has Begun

https://stories.tamu.edu/news/2026/02/25/dont-panic-humanitys-last-exam-has-begun/
1•thunderbong•7m ago•0 comments

High temperatures affect sex ratios at birth

https://www.ox.ac.uk/news/2026-02-23-new-research-shows-high-temperatures-affect-sex-ratios-birth
1•codingbuddy•8m ago•0 comments

Trump allies target European NGOs in battle over Big Tech rules

https://www.ftm.eu/articles/trump-allies-fight-target-europe-battle-big-tech
1•robtherobber•8m ago•0 comments

Show HN: Real-Time Satellite Tracking and Intelligence Dashboard

https://heimdallspace.com/
1•keveenwong•8m ago•0 comments

Finding a CVSS 8.8 vulnerability on OpenClaw with AI

https://ethiack.com/news/blog/one-click-rce-openclaw
1•matosdfm•8m ago•0 comments

Randomness Becomes an Attack Vector in Machine Learning

https://arxiv.org/abs/2602.09182
1•PaulHoule•10m ago•0 comments

Acceleration Flow – Why does AI self-replacement is this addictive flow state?

https://moldandyeast.substack.com/p/acceleration-flow
1•rmrmrm•10m ago•0 comments

Hoot 0.8.0 released with more live dev tools

https://spritely.institute/news/hoot-0-8-0-released.html
2•paroneayea•11m ago•0 comments

Show HN: Coding agents find the right GPU bottleneck 70% of the time, fix it 30%

https://ayushnangia.github.io/iso-bench-website/
2•ayushnangia16•12m ago•0 comments

Show HN: Verify any email address instantly

https://docle.co
1•lexokoh•12m ago•0 comments

Show HN: Deploy OpenClaw in 60 seconds – one-click setup, no DevOps needed

https://www.openclawsetup.tech/
1•Abhinayguptha•13m ago•0 comments

Against Human-AI Workflow Separation

https://keleshev.com/against-human-ai-workflow-separation
2•halst•14m ago•0 comments

Gleam is boring, so I went to a conference about it

https://builders.perk.com/gleam-is-boring-so-i-went-to-a-conference-about-it-8f08a52c3de3
2•rapnie•14m ago•0 comments

AI-Generated Passwords Are Apparently Quite Easy to Crack

https://gizmodo.com/ai-generated-passwords-are-apparently-quite-easy-to-crack-2000723660
3•danaris•18m ago•0 comments

Show HN: CDNs – A simple Go CLI to switch DNS servers in one second

https://github.com/junevm/cdns
1•unsorted2270•19m ago•0 comments

Story of XZ Backdoor [video]

https://www.youtube.com/watch?v=aoag03mSuXQ
8•Ulf950•24m ago•0 comments

Show HN: Soften Sleep – an iOS app for waking up at 3 AM with racing thoughts

https://apps.apple.com/nl/app/soften-sleep-3-am-wake-relief/id6759115897
1•ilkeraltin•26m ago•0 comments

"TBPN" and the Rise of the Tech-Friendly Talk Show

https://www.newyorker.com/culture/the-lede/tbpn-and-the-rise-of-the-tech-friendly-talk-show
1•stackbutterflow•26m ago•0 comments

Show HN: Tiqd – a checklist library for life tasks

https://www.tiqd.app/
1•rvalley•27m ago•0 comments

OSS Maintainers Can Inject Their Standards into Contributors' AI Tools

https://nonconvexlabs.com/blog/oss-maintainers-can-inject-their-standards-into-contributors-ai-tools
2•aaddrick•28m ago•1 comments

Show HN: Bored, so I graphed 2M Telegram users by their gifts

https://tgnetwork.sarm.solutions/
3•dmpyatyi•28m ago•2 comments
Open in hackernews

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

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

Comments

jweisspxl•9mo ago
Pixelagent: Agent Engineering Blueprint https://www.youtube.com/watch?v=BS6PRsnxkBA
SafeDusk•9mo 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•9mo 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•9mo 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•9mo 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•9mo 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•9mo 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•9mo 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•9mo 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•9mo 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