Designing a new DSL (Chord) that compiles to Sharpee (Typescript).
Ask HN: What Are You Working On? (July 2026)
241–250 of 1001 posts
Re: Ask HN: What Are You Working On? (July 2026)
#242high total customer face to face time// high face to face time per customer// probably not in sales
as these are too abstract to map cleanly to traditional job board filters I’m scraping indeed and using deepseek to classify jobs according to this criteria, with an aim to discover really good jobs and then put a lot of effort into each of those jobs, like reaching out to hiring teams directly etc. works alright but worried coverage is an issue.
ps- can any one recommend a service or product that does this already? i should be able to set a city and then write my own filters like "this job involves dressing up like a crocodile" or "this job requires ballet dancer experience" and have each job posted in my city get assessed. maybe i get an email each day of matched and not matched jobs. i have tried to search myself but given there is so so so much slop in this space i find it very hard going. and most products do this just very poorly...
Re: Ask HN: What Are You Working On? (July 2026)
#243Re: Ask HN: What Are You Working On? (July 2026)
#244Re: Ask HN: What Are You Working On? (July 2026)
#245The best part has been that I think it's significantly improved things for humans too; it's weirdly satisfying to be able to measure improved ergonomics. Also, since a big pitch/theory was that the language should be ideal for agents as a result of the original nice things for humans it was designed for, it's a relief to be able actually measure a concrete lift.
[1] https://trilogydata.dev/ - SQL with types, composable functions of arbitrary complexity, and a native semantic layer.
Re: Ask HN: What Are You Working On? (July 2026)
#246AnswerJournal lets you save AI answers to a personal journal just by saying "save that to my AnswerJournal" mid-conversation.
Each answer gets its own URL, and posts can be public or private. It's a bit like GitHub meets Stack Overflow for the answers AI gives you.
It connects to any MCP-compatible AI (ChatGPT, Claude, Grok, etc.) through one server URL.
Re: Ask HN: What Are You Working On? (July 2026)
#247My original idea for this was to compile an Ansible-like playbook to a binary. I made a POC for it around 2020, and then it sat on the shelf. More recently I picked it up again following a more Terraform-like model. It compiles IaC to a binary with all dependencies included, standardized CLI options, autogenerated configs, optional visualization in the browser, and lots of other features.
To people who say just use Terraform: I do, a lot. But it still bothers me enough to try building something different.
Re: Ask HN: What Are You Working On? (July 2026)
#248It allowed me to explore a serverless deployement (on CF workers) with a toy project, that I wanted to make for myself.
Repo here: https://github.com/ariroffe/hnsubstacks/
Re: Ask HN: What Are You Working On? (July 2026)
#249https://laws.sg/ - Singaporean statutes structured specifically for AI agents.
https://mylaw.my/ - Malaysian federal acts formatted for easy agent parsing.
I'm on a mission to make all Southeast Asian laws easily accessible by AI agents!
Re: Ask HN: What Are You Working On? (July 2026)
#250Taking a bit of a detour with self-hosting the language, now that the syntactic surface, standard library, and initial dependency strategy are on a decent footing.
With any luck, by the end of the week, I'll start prepping for a 0.0.1 release.