Hacker Newsnew | past | comments | ask | show | jobs | submit | jcadam's commentslogin

True. Sometimes I'll run front-end and backend work in two different claude instances, but always on the same project/product. I'll have "reviewer" instances in opencode using a different (non-Claude) model doing reviews, that's about as much as I can handle. You've got to supervise it while it works. I do have to stop claude from time to time when I catch it doing something naive or unnecessarily complex.

Yea, my issue with Opus 4.5 is it's the first model that's good enough that I'm starting to feel myself slip into laziness. I catch myself reviewing its output less rigorously than I had with previous AI coding assistants.

As a side project / experiment, I designed a language spec and am using (mostly) Opus 4.5 to write a transpiler (language transpiles to C) for it. Parser was no problem (I used s-expressions for a reason). The type checker and transpiler itself have been a slog - I think I'm finding the limits of Opus :D. It particularly struggles with multi-module support. Though, some of this is probably mistakes made by me while playing architect and iterating with Claude - I haven't written a compiler since my senior year compiler design course 20+ years ago. Someone who does this for a living would probably have an easier time of it.

But for the CRUD stuff my day job has me doing? Pffttt... it's great.


https://trivyn.io

Trivyn: Ontology-first knowledge platform. Runs on a single machine, via a single executable. I wanted a simpler alternative to the large complicated enterprise products that tend to dominate this space.

I'm really trying to get a private beta out the door by Christmas. I do plan to have a free version for academic/personal use.

Backend is written in Rust, uses oxigraph for its triple store.


I've been getting some good results from sqlite-vec on my current project. I need to look at geospatial extensions next.


I tried to do it in emacs lisp one year. Made it about halfway :)


I've found most LLMs I've tried generate better code in typed, procedural languages than they do in something like Clojure.

From the perspective of a primarily backend dev who knows just enough React/ts to be dangerous, Claude is generating pretty decent frontend code, letting me spend more time on the Rust backend of my current side project.


> generate better code in typed, procedural languages

Better in what sense? I've been using Anthropic models to write in different Lisps - Fennel, Clojure, Emacs Lisp, and they do perform a decent job. I can't always blindly copy-and-paste generated code, but I wouldn't do that with any PL.


Yea, my house is on Starlink... so at the moment I'm working in the back room of my wife's restaurant (she has cable internet). At least I get free coffee here.


Most US citizens applying for software engineering jobs can't even get a response to their resume, and then I read stories like this.


Hiring managers and HR area increasingly only open to unicorn candidates that have the exact amount of experience in the exact tech stack. While a few of those people exist, it's definitely more likely they end up interviewing people that are open to lying. So now your pipeline is filled with 90% liars, some just small white lies and others who have made a resume that has exclusively tailored lies just for your org.

The jobs aren't that hard and many people that fudged their experience are capable, so the liars that are hired perform adequately and hiring team sees no reason to adjust their strategy.

Eventually this gets out-of-hand as people learn to further exploit these practices.


Yeah, it's really something to read this.


all the jobs are being outsourced is why


I'm hoping that the section 174 fix from the latest tax bill will slow this down significantly


I’ll be surprised if it does. Software jobs are slumping for several reasons and the section 174 hack fixes one for a while but causes between one to four other problems depending on where you live.


One to four other problems? what are they


I worked in defense contracting for most of my ~20 year career up until a few months ago. So I'm experiencing this culture shock the other way around. Being the oldest person on a team is... strange.

Still have my clearance for a couple years I suppose - perhaps all this anti-remote madness will be over before then.


Been coding on the JVM for a good chunk of my career. Though the last several years has been in languages other than Java - Scala, Clojure (my personal favorite), and Kotlin.

Finally managed to get a job offer (after being unemployed for a bit) doing Python. It's starting to look like demand for JVM experience is beginning to wane. Might be time to move on anyway :shrug:

I'm old... as long as there's a steady paycheck involved, I'll code in whatever language you say.

Though, currently working on a little personal project in Scala. :)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: