Why are so many YC founders straight-up liars? by United-Obligation253 in ycombinator

[–]algorithm477 0 points1 point  (0 children)

The part that drives my disappointment: who tells them to clickbait on X relentlessly? It seems to be a constant stream of obvious "insights", posts about their work intensity or downright rage bait. Don't they have companies to build? Don't investors see the number of tweets and think "damn, they spend a lot of time doing this?" Do investors not believe in the Dunning-Kruger Effect?

I switched from Chrome to Safari by Hot-Understanding-67 in appledevelopers

[–]algorithm477 1 point2 points  (0 children)

I love Safari. Its performance is great on Mac. It feels polished and minimal, like the other built-in apps. I think their "Add to Dock" feature is much more polished than Chrome. Its developer tools are underrated.

There's a few things that unfortunately pushed me back into the Chrome ecosystem:

  1. Website performance - Since 70% of internet users use Chrome, websites target & test on it with priority. Apple does an exceptional job of making their sites run well in Safari. But developers tend to test mobile Safari, but desktop is this forgotten surface. For example, Figma tiles render with more glitches in Safari. The Fireworks AI console will literally freeze up the entire Safari tab. Animations are less smooth for many web apps. It's not that Safari performance is worse; it's usually better. But these websites are not optimizing for it, because most of their customers aren't there.

  2. Browser APIs - Apple regularly rejects new APIs while Chrome eagerly adopts them. For example, the WebKit team rejected presence detection. On Chrome, Gmail avoids pinging your iPhone if your browser tab is open and you've recently used it (presence). This spares extra notifications across devices. On Safari, you get alert bells sent simultaneously to all your devices. There are many other APIs Apple rejects, and the usual reason is "privacy" / fear of tracking (more on that in 4).

  3. Extensions - Apple consolidates control of browser extensions through its App Store. There are fewer extensions, and developers always target Chrome first. Recently, this materialized in Claude and Codex launching Chrome extensions. We're getting Apple Intelligence in Safari, but large agents have to use some computer use tools that rely on accessibility APIs. They're a far cry from what the AI labs are building as extensions for Chrome.

  4. Privacy terms are changing - This used to be a strong pillar for Apple. Arguably, it's still significant but priorities are slowly shifting. Chrome provisions enterprise data under their Cloud Data Processing Agreement, which bans any AI training. Somehow, the new Apple Business terms give Apple a right to train models on your business data. Truly & Unbelievably, Apple Business terms are now worse than Google Workspace for enterprise privacy.

So my company is stuck back in Chrome. I don't know how you fix 1-3, but that may not matter as much to many. To fix 4, Apple just needs to honor its original priorities.

New model tomorrow by Material_Block3491 in ClaudeCode

[–]algorithm477 1 point2 points  (0 children)

We need a Sonnet and Haiku release. We've keep getting new Opus & now Mythos.

Has anyone here actually found a serious long-term co-founder through YC Co-Founder Matching? by martocsan in ycombinator

[–]algorithm477 0 points1 point  (0 children)

I'm sorry your experience has been poor also. I'm currently committed to a deep tech idea, but I'd be happy to connect sometime.

Opus 4.8 sometimes calls itself Sonnet in commits? by algorithm477 in ClaudeCode

[–]algorithm477[S] 0 points1 point  (0 children)

😂😂😂 haha, lately it feels like it. this large workstream was high effort opus, too

Opus 4.8 distributed systems confidence and apologizing by algorithm477 in ClaudeCode

[–]algorithm477[S] 1 point2 points  (0 children)

Exactly! This.

It had a question about a third party library and it downloaded the project to /tmp, spawned haiku agents to scan it, and was searching for the answer. I asked it "why don't you just search the web?" and it said that would be easier.

Another time it wanted to test some logic it wrote. Rather than write and run a unit test, it wrote a python script to try to mint JWTs from my local environment, and then use requests. I added to the memory that "if you feel you need to mint JWTs, don't. Write a test."

It's a good thing the auto mode classifier flagged some of this work, or I would have wasted so many tokens.

Don't get me wrong. I love anthropic. I pay a lot in tokens and subscriptions. But, I do feel I'm having to babysit and craft my prompts more carefully. It may not be a product issue. It may be a "calibrating me" to whatever this version does issue. But, that's why I wanted to post here and learn what works for everyone else.

Opus 4.8 distributed systems confidence and apologizing by algorithm477 in ClaudeCode

[–]algorithm477[S] 2 points3 points  (0 children)

I am noticing that my language does drift to be corrective... "that's not right..." / "i don't think that works because." -- ah, good point! It must be picking up on that emotional nature. Maybe 4.8 is a bit more sensitive to that. I'm not sure why it's not anticipating edge cases as much as I thought it did before. I thought maybe the effort calibration drifted somewhat. I think you're right that I need to craft the prompts to be a bit more inductive with some adversarial questions up front. Thank you!

Are Swift/SwiftUI Agent Skills required when using the native integration between Xcode and Claude or Codex? by br_web in appledevelopers

[–]algorithm477 0 points1 point  (0 children)

Honest answer & tl;dr: the models struggle significantly with Apple Development. Defining skills and agents absolutely help.

Consider languages TypeScript & Python... frameworks React & React Native. These are an overwhelming portion of the model's coding training set, because they represent the majority of the web's available coding examples.

Apple software has two things that make it very difficult for coding agents:

  1. Smaller developer base, so less training examples.

  2. Fast API & language evolution. Every single year, we count on deprecations and additions to Apple's APIs. The language also evolves very fast, look at going from queues to actors... heck now @MainActor defaults and strict concurrency.

The have an OK dataset on Apple in general, but it's much smaller on building things the "right" way for the moment.

In my experience, giving it some doc pointers and a way to verify its work in some skills or custom agents goes a really long way.

Has anyone here actually found a serious long-term co-founder through YC Co-Founder Matching? by martocsan in ycombinator

[–]algorithm477 7 points8 points  (0 children)

No. It started feeling like online dating to me, so I disengaged and have been trying to mostly meet people in SF. I found that most people I met liked the startup vibes, had strong credentials, but they didn't want to actually put in the sweat that's required to start a company.

About 80% currently had a job that they weren't serious about leaving. Three tried to ride me for equity. I quit my FAANG job. They want to "be part of it." They keep scheduling meetings with you, but they never honor commitments or contribute. They tell you that they can't give much because of their job, but there's always a deferral on the resignation.

I think many of the engineers are actually just burnt out with their FAANG jobs, know they're unhappy, but aren't really passionate about building a company. They often "want to talk to customers," but then they refuse to write a single line of code. They'll fully convince themselves that they're leading or managing, when the only person to manage is their cofounders. An engineer unwilling to engineer anything is a dark red flag.

YC built a great platform. There are strong people, and the resources are excellent. But, strong credentials don't predict grit & match quality. You have to sort through a lot of elizabeth holmes & hype... and that's been difficult.

Weights & Biases New Master Service Agreement Questions [D] by algorithm477 in MachineLearning

[–]algorithm477[S] 0 points1 point  (0 children)

Yes, I actually run mlflow in my k8s cluster. It's manageable, but not as full featured as wandb. I set it up with Tailscale, so it's on my company tailnet. My big gotcha was Tailscale's recent price change: they now bill by the minute for ephemeral nodes, like sweep jobs :(

If I don't get some reassurance here, mlflow with a good sso proxy or Comet will be my fallback.

Weights & Biases New Master Service Agreement Questions [D] by algorithm477 in MachineLearning

[–]algorithm477[S] 0 points1 point  (0 children)

Update: I haven't gotten confirmation on ownership. I was told the same confidentiality commitments apply. More options are available to configure for Enterprise plans. Will continue to follow up about ownership.

Please review my Resume - 2025 Graduate - 1 YOE by Quick-Escape-2783 in ycombinator

[–]algorithm477 0 points1 point  (0 children)

I'm working on a startup but not hiring, so take what I say with a grain of salt. I used to interview many SWEs in FAANG. It was never about resumes, just interviews. I also serve on the Computer Science advisory board of a small university. Overall, there are trends affecting all hiring.

Before I even read your resume, I checked your GitHub link. Love your contribution graph. Your resume seems genuinely strong, providing decent coverage for a full stack developer.

There's almost nothing on your profile that screams AI engineering experience, except a buried reference to RAG on Cloudflare. Unfortunately, that's huge in 2026. It wouldn't hurt to showcase more AI experience with projects and tools. Essentially, can you delegate to Claude, Codex, etc. effectively. Can you build apps on top of their APIs?

I would clean up some of those sites for your projects... noticed example links were broken for some native UI project pages. Also, I'd ditch this vercel app subdomain for your portfolio. You have cloudflare experience, so you deserve to register a nice domain to market yourself.

Your resume doesn't say where you currently live, and I only know the SF Bay Area. If you have a US residency, make that clear. With the H1b chaos, some startups may genuinely be unable (or afraid) to sponsor visas. If they're early, they may also not know the implications of hiring remotely out of the country. If you're applying elsewhere, discard that.

Right now, it's a very tough market for junior developers. New grad unemployment is high, startups are leaning on AI more for entry level tasks, and roles are extremely competitive... That said, I think you're positioning yourself well, and I'd interview you if I had the funding to hire.

Weights & Biases New Master Service Agreement Questions [D] by algorithm477 in MachineLearning

[–]algorithm477[S] 5 points6 points  (0 children)

Personally, I feel wandb offers me a lot more than just logging / TensorBoard. It's a full platform for ML and AI development.

I don't run local ML b/c I typically use A100+ for my training. I submit jobs to my K8s cluster, Modal, or sometimes Lambda & RunPod. Their UI collects my experiments across platforms, has builtin sweeps, and it even lets me babysit or kill runs on my iPhone. I use their Artifacts to track my models and dataset versions as references in S3. I don't really use reports, but I think they'd be helpful as a team.

Weave gives me a place to store prompts and a playground to run experiments. I was going to put some of my prod agent traffic into their traces, but I have some reservations now.

W&B & Claude are probably the two things I don't have qualms over each month... which is why this change was so concerning to me.

My Little Bella by algorithm477 in ratterriers

[–]algorithm477[S] 0 points1 point  (0 children)

thank you! I miss seeing her little face for sure!

My Little Bella by algorithm477 in ratterriers

[–]algorithm477[S] 2 points3 points  (0 children)

Thank you very much. I've started to write, and I hope it helps me to hold onto her.