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

Yes, and then they start complaining that the shared domain objects are not kept up to date by team $notMine, and so they inevitably go to a shared library where they fall back into the same issues.

If you're needing to share code for domain objects between microservices something has gone badly wrong.

Is that a result of poor DDD, not modelling more appropriate objects? Eg a Customer Address, Delivery Address, Invoice Address Vs just a single shared Address

Or is there still too much conflict for the truly shareable objects?


They can. You just have to steer them

Can you share a transcript of an LLM generated feature/bug fix that you steered into being good quality?

I used to use infinity for reddit, after the api saga, I was able to patch it with my own api key since personal ones were still free. I lost the key since, and had to re-install Infinity, so when I go to the reddit api page, turns out they don't give you keys any more, and instead you need to sign up to their developer platform, which I requires a lot of hoops to get a key for free, and from what I understand, that's a big if.

Anyway, needless to say I've stopped using it for the past 3 months or so. I still open old.reddit on my computer every now and then, but I use reddit so much less because of this.


They started revoking the old personal api keys anyway.

The reason I use plan then implement is because I can adjust the plan, whereas if I get it to implement straight away, it might (and often does) make the wrong decisions that will be harder to adjust, or I'd have to adjust it after the fact.

One big pain point is not seeing the thinking trace. I noticed using pi with a self hosted model that I could spot, stop and correct my prompt much faster. With claude etc I have to first wait for it to think 3 minutes and then notice it got completely off the path I wanted.

I still use a plan, because my local model is not as smart as opus, but I can iterate much faster.


I’ve seen people have success figuring out model reasoning by adding a required `reasoning` parameter to tool calls. Might be worth experimenting with this for the `write` tool call in a coding agent harness.

Also "divide and conquer" is still applicable. Tired of waiting 10 minutes for the model to come up with a plan that ends up being wrong? Divide the problem into pieces and attack the pieces individually, worst case scenario the model spends 2 minutes and got some detail wrong, but way easier to correct the tiny stuff.

Once you've done with the pieces, do one "integrate them together" part, then you have a fully formed plan with less chance of wrong stuff in it. Yes, this requires a bit more interactivity than "prompt model then come back after making and drinking a coffee", but personally I prefer that.


this so true. its really hard to make sure a model isnt going off the rails if i dont see full cot. the fact that oai and anthropic models hide it now has made them less reliable. which is a shame

The great news is you can use DS-V-Pro, MiMo-V2.5-Pro, GLM-5.2, or K3 and see everything.

I tend to use 5.6-Sol now more for one shot type of tasks where all I want is the answer and I’m not going to read the reasoning.


5.6 sol is pretty good, its definitely very very well tuned, i'm not quite sure which of the others i should use near term, but theyre doing great work

Have you seen parallel?

Now we just need an app that links your location in 3d space so you can finally easily navigate Shinjuku.

Please don't do this. The station is very busy and the commuters do not have time to navigate around people focused on their smartphones.

Instead, familiarize yourself with the general layout. There's no need to memorize the entire map, only the portion you will be using. Inside the station there are plenty of signs overhead and even on the floor to help navigate.


How do you expect tourists, including people coming from other regions of Japan, to familiarize themselves with the layout?

I've been in Shinjuku few times, I've always got lost.

Found a "hack" where I would go upstairs to the mall and then go down closer to the spot I need.

Shinjuku is way too massive (and now has plenty of diversions due to work om the station itself) to be understood easily by a tourist.


I always tell friends to just go to any east exit and make their way outside. That's most likely where they're headed and it's easier to navigate outside the station than inside.

The signs are incredibly confusing and often will all point to each other from every direction.

Do you have an example? Your comment seems like an exaggeration, I have never seen any signs pointing to each other from every direction.

Also, I am curious of the justification. Why would anyone place signs that "... are incredibly confusing and often will all point to each other from every direction."


The problem I would typically have (not just in Shinjuku) was with directions that did not repeat/update as you continued on through junction points. It made navigation more stressful.

Not only that but Shinjuku is under massive renovation work which makes the signs genuinely outdated at times.

No they aren't. People who say this have never spent a significant amount of time there.

TIL 21 years is not enough time to notice confusing signs.

Two signs pointing at each other (I've seen way more of this but here is one example): https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSe-8IR...

In addition to signs pointing to each other, you also see several signs at once pointing to the same thing in opposite directions: https://skyticket.jp/guide/wp-content/uploads/pixta_46188735...

Or signs pointing the same direction for both East and West exits: https://basyauma.com/wp-content/uploads/2020/01/IMG_5141-2-1...

and https://owl-eat-drink.s3.ap-northeast-1.amazonaws.com/tokyo/...

Same thing at Ikebukuro: https://www.reddit.com/media?url=https%3A%2F%2Fpreview.redd....

There are many, many more examples of this.


All of those signs legitimately point towards the destinations on them. I don't understand what your argument is.

Yes they are. Every time I visit Tokyo I try to avoid Shinjuku because it is extremely confusing and I always get lost.

Signs are mostly useful for people who are new to a place, if you need a significant amount of time to familiarize yourself then they are useless.


No, it's incorrect that signs "point to each other."

There are multiple ways to get to various lines' platforms. This is not signs pointing to each other, this is signs in different places pointing to the same destination.

I live in Tokyo and while I do not go through Shinjuku often as I mostly live and work on the east side, I have no issue using the signs to find the platforms and exits I am looking for.

If you pay attention to what the signs have written on them, they will take you where you are trying to go.


For what it's worth I was joking. I've only been Shinjuku as a tourist, so I unfortunately won't be able to familiarise myself with the layout, but I do feel your pain. I've seen the same thing in smaller stations in the London and absolutely hate it.

I appreciate your comment.

Heavy disagree. I can't be sure about other AI coding agents as I haven't used others enough, but especially the items around prompt cache misses and compaction have hit me personally.

This article (combined with another article previously comparing CC and OC's system prompt, to which someone replied pi.dev sends even less) has made me want to switch agents, so I'm likely going to try out pi.dev and aim to migrate.


I hope so, but I am not holding my breath. OpenAI and Anthropic have too much money riding on them. I'll be surprised if they die.

Meanwhile I can't even get Fable to help me root my ecovacs robot vacuum :(


I hate these nanny models. All I said was for Fable to develop the app securely and it downgraded.

From scratch app. "Follow best security practices."


The website is down, but another commenter linked the original article[0]. Seems their reasoning is:

> For each runtime, the fastest available web framework was selected to ensure optimal performance

But I agree. Best thing to do is use the same framework.

[0] https://hackernoon.com/myth-vs-reality-real-world-runtime-pe...


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

Search: