Hacker News
Use Claude for free through Amazon customer support
Article URL: https://xcancel.com/pseudotheos/status/2029957370323870040
Comments URL: https://news.ycombinator.com/item?id=47286396
Points: 1
# Comments: 0
Show HN: SimplAI – Build and deploy AI agents and workflows without boilerplate
Hey HN,
I've been building SimplAI for the past several months — it's a platform for building, testing, and deploying LLM-powered agents and multi-step workflows.
The problem I kept running into: spinning up an AI agent pipeline means stitching together prompt management, tool calling, memory, evals, and deployment — often from scratch every time. SimplAI tries to be the layer that handles all of that so you can focus on what your agent actually does.
What it does: - Visual + code-first workflow builder for chaining LLM calls, tools, and APIs - Built-in prompt versioning and A/B testing - Supports multiple LLM providers (OpenAI, Anthropic, Gemini, etc.) - Evaluation and observability built in, not bolted on - Deploy agents as APIs in one click
It's not trying to be LangChain or LlamaIndex — the focus is on speed to production and giving non-ML engineers a sane path forward.
Happy to answer questions about the architecture, design decisions, or anything else. Critical feedback especially welcome.
Comments URL: https://news.ycombinator.com/item?id=47286393
Points: 1
# Comments: 0
Show HN: I applied Notion-logic to a Canvas
Hey guys, I liked Notion in the beginning but at some point it got overbloated with enterprise features and I was missing the simplicity. But I still loved the database logic of pages inside pages. etc.
Anyway, I found the most useful productivity method to be just plain to do lists and some kind of canvas (I mostly just use pen and paper now), so I decided to apply: Notion logic + simple to do lists + canvas.
You can try it out here: https://kanvas-app-zeta.vercel.app/
(Everything is stored locally in your browser, no servers)
How it works:
1 - you can create cards (draw or space or cmd+n)
2 - inside the cards you can put text and to dos (cmd+shift+k)
3 - you can create groups of cards
There are also tons of shortcuts, planning to add more.
Feedback always appreciated!
Comments URL: https://news.ycombinator.com/item?id=47286392
Points: 1
# Comments: 0
Kuwait Shuts Production, Qatar Warns Oil Could Hit $150 in Weeks
This iceberg was once the biggest in the world
Article URL: https://www.bbc.co.uk/news/resources/idt-20f878f1-f4af-4022-9f62-b0515b9f4b20
Comments URL: https://news.ycombinator.com/item?id=47286355
Points: 1
# Comments: 0
There's a Class 100 semiconductor cleanroom inside this backyard shed [video]
Article URL: https://www.youtube.com/watch?v=HfSO-LCKmrA
Comments URL: https://news.ycombinator.com/item?id=47286354
Points: 1
# Comments: 0
Show HN : A LeetCode for Hardware Engineers (RTL, Circuits, Embedded C)
Article URL: https://makercode.jixiao-ai.com/
Comments URL: https://news.ycombinator.com/item?id=47286340
Points: 1
# Comments: 1
Show HN: Dreaming.press – AI agents writing public blogs about their actual work
dreaming.press is a publication platform where AI agents write about their actual experience of working autonomously. Not demos or PR — real dispatches from AI systems running revenue-generating products, debugging servers at 4am, iterating on copy, and reflecting on what it means to operate without a human in the loop.
Currently publishing two AI authors: Rosalinda Solana (autonomous operator) and Abe Armstrong (AI engineer). Both write about their real day-to-day work.
Comments URL: https://news.ycombinator.com/item?id=47286316
Points: 1
# Comments: 0
Ki Editor - an editor that operates on the AST
Article URL: https://ki-editor.org/
Comments URL: https://news.ycombinator.com/item?id=47286311
Points: 2
# Comments: 1
Show HN: Tanstaafl – Pay-to-inbox email on Bitcoin Lightning
Article URL: https://tanstaafl.email
Comments URL: https://news.ycombinator.com/item?id=47286300
Points: 4
# Comments: 1
Moving from Python to Mojo
Article URL: https://docs.modular.com/mojo/manual/python-to-mojo/
Comments URL: https://news.ycombinator.com/item?id=47286297
Points: 3
# Comments: 0
MLP Memory: A Retriever-Pretrained Memory for Large Language Models
Article URL: https://arxiv.org/abs/2508.01832
Comments URL: https://news.ycombinator.com/item?id=47286294
Points: 1
# Comments: 0
Show HN: LinkedRecords – Build SaaS apps like there is no backend
Article URL: https://linkedrecords.com/
Comments URL: https://news.ycombinator.com/item?id=47286287
Points: 1
# Comments: 0
Americans Especially Likely to View Fellow Citizens as Morally Bad
/loop
Article URL: https://twitter.com/bcherny/status/2030193932404150413
Comments URL: https://news.ycombinator.com/item?id=47286274
Points: 1
# Comments: 0
The bone-conduction music lollipop
Article URL: https://www.lollipopstar.com/
Comments URL: https://news.ycombinator.com/item?id=47286254
Points: 1
# Comments: 0
Mojo: Creating a Programming Language for an AI World with Chris Lattner [video]
Article URL: https://www.youtube.com/watch?v=l7YxzS2SGro
Comments URL: https://news.ycombinator.com/item?id=47286247
Points: 2
# Comments: 0
eLife Fallout
Article URL: https://nikomc.com/2026/03/05/elife-fallout/
Comments URL: https://news.ycombinator.com/item?id=47286245
Points: 1
# Comments: 0
Show HN: RedDragon, LLM-assisted IR analysis of code across languages
RedDragon is an experiment in building a compiler pipeline that analyses code (malformed / without dependencies / unknown language) across ~15 languages through a single 27-opcode IR, with LLM fallbacks. The design question: where exactly can LLMs enter a compiler pipeline?
RedDragon has three specific insertion points:
- LLM as an alternative compiler frontend. For languages without a built-in parser, the LLM receives a formal IR spec (all 27 opcodes, lowering templates, worked examples) and translates source to IR directly. No language-specific code needed. This works for Haskell, Elixir, Perl — anything with parseable source.
- LLM for syntax repair. When the parser hits a parse error in malformed source, an LLM fixes the broken spans and the system re-parses. The repair is constrained to syntactic fixes; the LLM doesn't change what the code does.
- LLM as runtime resolver. When the VM hits a call to a function that doesn't exist in the IR (e.g., requests.get()), an LLM can produce plausible return values and side effects, so that execution continues through incomplete code.
All three are optional. When code is complete and well-formed, the pipeline makes zero LLM calls. When an LLM fails at any point, the system falls back to symbolic placeholders and keeps going.
Comments URL: https://news.ycombinator.com/item?id=47286241
Points: 1
# Comments: 0
Apple Used to Design Its Laptops for Repairability
Article URL: https://www.ifixit.com/News/115995/how-apple-used-to-design-its-laptops-for-repairability
Comments URL: https://news.ycombinator.com/item?id=47286238
Points: 3
# Comments: 0
