Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rgbrgb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
rgbrgb
7d ago
why shadcn and not bootstrap? shadcn is like a cool weird approach to a ui kit but bootstrap got us a date picker iirc.
2.
▲
by
rgbrgb
8d ago
kind of rhymes with the reports of LLM's watching open source PRs and instantly exploiting defects. security by obscurity is so back
3.
▲
by
rgbrgb
9d ago
agree and underscores the idea that you should keep your setups portable between model providers by using external memory systems and connector gateways
4.
▲
by
rgbrgb
9d ago
tbh I use 1 custom skill (workflow for completing a github issue and opening dev server/PR) and have it checked-in to my main project repo. For me, it's like a dev script basically and gets that level of care. I don't need an
5.
▲
by
rgbrgb
10d ago
There’s kind of an interesting thread here about open source, which is usually thought of as more secure because of more eyes on the code, actually being less secure because an accidental merge can be exploited instantly with LLM’s monitori
6.
▲
by
rgbrgb
13d ago
at Hedgy we built an MCP to give our agents read-only access to cross-system data + context about what it means [0]. daily it helps me debug customer flows and think through features and priority. the advantage of MCP is that the tool descr
7.
▲
by
rgbrgb
13d ago
if you're using claude code, i find you can instruct it to watch the pr and iterate on ci failures. I put this in an /issue skill that completes GitHub issues in the way I like then PR's or boots dev with QA instructions if i
8.
▲
by
rgbrgb
13d ago
or maybe more like a restaurant than a kitchen... with software development (like all product development) you need to bake in the user feedback loop like to torture the metaphors, i think we already have the factory (coding agents you can
9.
▲
by
rgbrgb
14d ago
this is sick and the video infra sounds interesting! as a fellow san diegan i really get a kick out of seeing everyone who hit the 14 stair behind my high school https://skatanica.com/spots/5eyevxzo35tcou1n6doxkw2lx?map
10.
▲
by
rgbrgb
15d ago
this is cool! incidentally we do a similar motion internally for members on https://www.hedgy.works how did you think about evaluating quality when designing your ranker / fit scoring?
11.
▲
by
rgbrgb
18d ago
I’ve been curious about trying the Supabase type of RLS model for an app but haven’t yet. I like the idea of the db defined api like postgraphile and hasura but had trouble with testing and ergonomics. This looks pretty nice though, it’s co
12.
▲
by
rgbrgb
19d ago
just tested (zai-org/GLM-5.3-Flash via together.ai) against latest DeepSeek-V4-Flash for a very specific task and thought i'd report here... - price: DS4 wins... $0.0235 vs $0.0242 for ten tasks - latency: GLM wins... 108s total a
13.
▲
by
rgbrgb
25d ago
for knowledge writes in setoku, any agent that does queries can propose knowledge or edits. edits are flagged for admin/curator review. agents can query the pending and confirmed knowledge but basically have a flag that tells them what
14.
▲
by
rgbrgb
26d ago
nice :) > love to hear how you did it this is ours we built for Hedgy https://setoku.com our approach was to build a data lake that sucks company data into clickhouse and staple that to a knowledge store. this way the brain h
15.
▲
by
rgbrgb
28d ago
this looks great! what are you using it for? i like the idea of being able to use one of these (sandboxed) within a larger program kind of like how I use LLM's to do small tasks within my apps now but with a few tools (web search). my
16.
▲
by
rgbrgb
28d ago
yep, i found this page after doing a misclick
17.
▲
by
rgbrgb
28d ago
i love postgresql but once we added ai-generated dashboard to our homegrown analytics tool [0] some of the crazy (amazing) dashboards that the ops team was building began accumulating horrendously slow db queries. I considered dynamically a
18.
▲
by
rgbrgb
29d ago
CI with regular e2e tests usually gets pretty expensive and slow. How does cost compare to regular playwright tests?
19.
▲
Tell HN: I never mean to flag anything
3 points
by
rgbrgb
1mo ago
|
2 comments
20.
▲
by
rgbrgb
1mo ago
Homepage is basically down, pointing to status page: https://www.namecheap.com/status-updates/namecheap-com-and-h... Found this bc a friend texted that all his sites are down.
21.
▲
Namecheap phoenix datacenter overheats taking all sites down
(pcmag.com)
11 points
by
rgbrgb
1mo ago
|
1 comments
22.
▲
by
rgbrgb
1mo ago
agree there are a lot of these but they're all pretty simple (including mine [0]) so I think building your own and playing around with architecture is useful and fun. [0]: https://setoku.com
23.
▲
by
rgbrgb
1mo ago
for one, the mcp-server architecture makes it usable from claude.ai and other surfaces where you have mcp but no filesystem. there are claude-specific workarounds (workspaces) but you lose portability across systems.
24.
▲
by
rgbrgb
1mo ago
that's a good idea. how might you test this? could also include a codex memory test. I'm guessing having a portable memory that's comparable with first party memory is the goal.
25.
▲
by
rgbrgb
2mo ago
Im not OP but as someone who did one of these recently, I think about it kind of like sharing an essay. I had an idea, I clauded a working thing, used and refined until it was useful for my team then wanted to share the kernel that develope
26.
▲
by
rgbrgb
2mo ago
I feed live monarch money data to fable to get help with: 1. high level portfolio composition stuff 2. when to rebalance what where 3. what to sell 4. thinking through money moves (e.g. real estate purchase, remodeling, company sale, angel
27.
▲
by
rgbrgb
2mo ago
In the past few years I've been using a "dirty db" approach to testing where I run parallel integration tests against a single postgres-based backend without any cleanup between tests. Every test hits the same db with unique
28.
▲
by
rgbrgb
2mo ago
Very cool. What model is used for the judge? We use setoku for Claude-built internal tooling but the design doesn’t allow writes so that there’s no inference cost on the server. Having the judge check for danger is a neat design.
29.
▲
by
rgbrgb
2mo ago
today I posted a show HN that got insta-flagged by an AI detector. I had written the post then gone back and forth with claude, getting to a refined version I thought was much better. claude said it would hit way better with hn (me?). after
30.
▲
Show HN: Setoku – Self-hosted knowledge server for AI agents
(setoku.com)
3 points
by
rgbrgb
2mo ago
|
0 comments
More ›