HackerLangs
TopNewTrendsCommentsPastAskShowJobs

cpard

716 karmajoined vor 12 Jahren
Currently working on Typedef.ai, done some cool stuff with Trino, ex-RudderStack, ex-Blendo. Personal blog: https://www.cpard.xyz

Podcast show: https://techontherocks.show/

Submissions

Breaking Database Lock-In: Agentic Regeneration of Storage Readers for Databases

arxiv.org
2 points·by cpard·gestern·0 comments

Show HN: fenic – LLMs as dataframe operators, query meaning and structure

github.com
3 points·by cpard·vor 11 Tagen·0 comments

The model is swappable the ontology compounds

typedef.ai
1 points·by cpard·vor 21 Tagen·0 comments

From Benchmarketing to Benchmaxxing

typedef.ai
1 points·by cpard·letzten Monat·0 comments

Cisco Foundry Security Spec: Open specification for agentic security evaluation

github.com
3 points·by cpard·vor 2 Monaten·0 comments

Nvidia Spectrum-X MRC Is the Custom RDMA Transport Protocol for Gigascale AI

servethehome.com
1 points·by cpard·vor 2 Monaten·0 comments

GraphLite: An Embeddable Graph Database with ISO Graph Query Language Support

github.com
6 points·by cpard·vor 8 Monaten·0 comments

A better way to search Hacker News using LLMs

github.com
3 points·by cpard·vor 8 Monaten·1 comments

Nanoimprint Lithography: Stop Saying It Will Replace EUV

newsletter.semianalysis.com
2 points·by cpard·vor 9 Monaten·0 comments

Turn fenic data sandboxes into versioned Hugging Face datasets

huggingface.co
1 points·by cpard·vor 9 Monaten·1 comments

The Learning Curve Moat in Data Systems

typedef.ai
2 points·by cpard·vor 9 Monaten·1 comments

Terminal-bench: a benchmark for AI agents in terminal environments

tbench.ai
3 points·by cpard·vor 10 Monaten·0 comments

Show HN: A "Codebase" as an MCP Server

github.com
20 points·by cpard·vor 10 Monaten·1 comments

comments

cpard
·vorgestern·discuss
This was mostly because Sonnet 5 worked longer and read more to get there, consuming 1.9x more tokens.

I have experienced similar behavior between opus and haiku when benchmarking Dara engineering tasks. The “cheaper” model takes many more turns to figure out the task and this is without taking into account other important factors.

Another interesting behavior that I observed is that Haiku tended to cheat more maybe because it was having a harder time to find the root cause of the problem.

Benchmarking and evaluation of agentic systems is very interesting and if there’s one thing that someone should keep from the Databricks post is how important is for everyone to build and run their own.
cpard
·vorgestern·discuss
There’s an emerging pattern in agentic systems and this project is a great example.

A deterministic layer like a compiler or generator of code with some kind of IR that the LLM generates and feeds it with.

I feel we will be seeing this more and more in the near future.
cpard
·vor 14 Tagen·discuss
Human mathematicians could become “priests to oracles.”

Priests were interpreting the oracles (at least at a place like Delphi) according to the context of the people asking the questions aka participating in politics of that ancient times.

Subjectivity was a feature and I’m not sure that fits to mathematics though.

I wonder if mathematics as a science field moves more into engineering or if a different branch will emerge that is closer to that because to the point of the article, science is about understanding not just results.
cpard
·letzten Monat·discuss
Most framework vendors don’t have an incentive to make things less obscure. The agent framework is free/open source and they make money primarily from selling observability products for agents. Even if they don’t intentionally obscure things, they just don’t have the motivation to optimize that part.
cpard
·letzten Monat·discuss
Do you enumerate the options of the algorithms to the models? I've tried to do "algorithmic discovery" with these systems, e.g. openevolve, and to be honest the models didn't really focus on that part.

Instead they were focusing more on optimizations of the existing algorithm that has been implemented. Maybe it's an artifact of the problem I was throwing to them (I was asking to optimize the implementation of select_k in Arrow, which is currently using a max-heap streaming algorithm).

I've started documenting my journey with this here: https://www.kostasp.net/posts/16-ai-experiments-apache-arrow in case you want to take a look. Any advice would be highly appreciated, I'm looking for more inspiration on how to torture myself with that stuff.
cpard
·letzten Monat·discuss
I'm personally interested in this problem and it's a quite active research area right now.

My feeling is that the research is converging to what the paper claims, that the combination of two is the right way to do it and it's a matter of how you combine the two as part of the harness you built that makes the difference.

At the AID-Wild / ACM CAIS 2026 workshop that happened recently, there are plenty of examples in the accepted papers on that.

A great example is AI-PROPELLER: Warehouse-Scale Interprocedural Code Layout Optimization with AlphaEvolve. It uses AlphaEvolve and Vizier to evolve compiler code-layout heuristics. (https://arxiv.org/abs/2606.00131)
cpard
·letzten Monat·discuss
but is it worth the effort from a PR perspective for them? I guess we will have to wait and see.
cpard
·letzten Monat·discuss
Row level and summary stats are both diffs over values that can tell you that something changed but not whether the * meaning * has changed. What I'm working on is providing more information on how the meaning changes.

What questions I'd like to answer with the diffing is more like: will the grain go from one-row-per-user to one-row-per-user-per-day, will a key stop being unique, will a join start fanning out and quietly double a measure, will something additive become non-additive.

This diff is over structure but this structure is latent in the transformation that produces it and to make things harder, if we are talking about some declarative language being used (e.g. SQL) the code doesn't even describe how things are getting done, but what the output would be.

What I've ended up doing is recovering the structure from the code by analyzing it and then using * cheap * profiling than a full row compare.

As an example, my equivalent impact sub-command output would be something like this: "this change makes account_id non-unique three models downstream"
cpard
·letzten Monat·discuss
This is really neat. I’m working on something similar but for data artifacts not just code. It’s very encouraging to see that this kind of tooling helps both humans and models, that was what made me starting to work on that.
cpard
·letzten Monat·discuss
Curious to see when a post from OpenAI will appear with the corrected theory or something. This seems to be an ideal scenario for them to go after another scientific case. They have the theory, they have the experimental proof that it’s wrong, exactly what you need for an agentic loop to do its work.

Or maybe what works in math doesn’t work with chemistry?
cpard
·letzten Monat·discuss
I don’t think the flex here is the amount of code alone. Their goal is to show that AI can improve productivity, the number of lines is just the proxy to that. This article is a marketing piece after all.

Now someone can argue that lines of code are not a good proxy of engineering productivity, but I wouldn’t be surprised if the audience they target with this content is not the HN commenters of this thread.
cpard
·letzten Monat·discuss
Thank you!
cpard
·letzten Monat·discuss
* …tools, UMP does for memory - negotiated operations over a portable, signed, bi-temporal record … *

What is a bi-temporal record? I don’t think I’ve heard the term before and I’d love to learn more.
cpard
·letzten Monat·discuss
It’s clear that Anthropic is building harnesses for specific use cases now and turns them into products.

This is the equivalent of Claude Design but for security.

Different harness, different packaging and obviously different distribution because the persona is different.

It’s funny because from all the posts I’ve read from companies reporting on Mythos, everyone is building their own harness for it.

Cisco even published a specification for one.

But Anthropic is the one who has figured out how to package and distribute this. Great GTM!
cpard
·letzten Monat·discuss
I'm more curious about going from text to Prela instead of going from text to SQL and measuring any difference in the performance there. On one hand models have been trained on a lot of SQL on the other hand they are really good in mathematical reasoning too so thinking in Perla might be a natural fit for them.
cpard
·letzten Monat·discuss
SQL, JS, Excel are really hard to substitute because of how widely used they are by people. Even if something new comes up that it's objectively better, so far has always failed gaining traction because of this reality.

I wonder though, is such a dialect better for agents? Have you tried to measure if an agent performs better expressing queries in such a language instead of SQL?
cpard
·letzten Monat·discuss
I think I didn’t articulate myself very well on my reply. I actually wanted to say that I agree with you and emphasise again the need for educating users for the complexity of these projects.

What you describe has been pitched by many different products for different parts of the data platform. Fivetran for example claims to do that for the extraction and loading part, good old Informatica was offering the ETL in a graphical interface etc.

The problem that many teams ended up having is the explosion of the tooling needed by data teams.
cpard
·letzten Monat·discuss
Of course it is. What you describe is one of the reasons that ELT became popular, if you couple it with a variant type and schema on read, you have a very powerful and flexible architecture.

But there’s no free lunch, building and maintains data infrastructure that is reliable requires work. Many companies don’t realise that when they start their analytical journey and aggressive marketing doesn’t help. That’s the point I was trying to make.
cpard
·letzten Monat·discuss
Replicating the Postgres WAL to S3 and Iceberg reliably is a hard problem but it’s not accurate to say that no ETL is needed here.

maybe you can say it’s more of an ELT pattern but anyone who’s interested into using this for realistic analytics they will have to transform the data at some point.

If an org is early enough to think that they can use a solution like this and just get in duckdb and start spitting out reports, they will be up for a really bad experience.

Please educate people to do the right thing and realize the scope of the work they are facing, it might feel that it hurts your growth in the short term but it will benefit you greatly in the mid-long term as a vendor.
cpard
·letzten Monat·discuss
The comments are definitely not worth reading. It’s a very sad thread, you literally had to go through all of them to find one that wasn’t about hate and stating some facts about the issues of the code.