https://cursor.com/blog/cursor-3
You should check out Cursor 3 :)
HN user
I am a Software Engineer who graduated at the University of Coimbra in 2016. I very much enjoy UX Design and building User Interfaces. I'm also a big fan of Competitive Programming, ever since I took part in the International Olympiad in Informatics back in 2013.
I am currently working at Cursor/Anysphere. Previously, I worked at Neon and SingleStore (neé MemSQL, YC11).
https://cursor.com/blog/cursor-3
You should check out Cursor 3 :)
1. Cursor is multi-model, meaning you can use at least a dozen different models.
2. Cursor's UI allows you to edit files, and even have the good old auto-complete when editing code.
3. Cursor's VSCode-based IDE is still around! I still love using it daily.
4. Cursor also has a CLI.
5. Perhaps more importantly, Cursor has a Cloud platform product with automations, extremely long-lived agents and lots of other features to dispatch agents to work on different things at the same time.
Disclaimer: I'm a product engineer at Cursor!
That's just in reference to the technique itself. They're basically saying it's okay for Google to use distillation to train Gemini N Flash using Gemini N-1 Pro (which they do).
What "Apply" are you referring to?
(Cursor Dev)
A lot of progress is being made here on the Cursor side I encourage you to try it again.
(Cursor dev)
As someone with a 5:38 delta, I'm very anxiously waiting for BAA to announce the official cutoff.
In the meantime, if you're at all curious about the kinds of levels to which people go with trying to predict the cutoff check out this blog[1]. This is from Brian Rock [2], who every year collects data about a lot of marathons all over the world and then tries to guess the official cutoff for the Boston marathon. Very cool stuff!
[1] https://runningwithrock.com/boston-marathon-cutoff-time-trac... [2]: https://runningwithrock.com/about-me/
You should look at [Modal](https://modal.com/), not affiliated.
I wonder if it was geolocation? Anthropic is based in SF, the author seems to be based in Munich, and maybe they're not open to hiring people who aren't based in the US right now? Given the state of US visas right now, this wouldn't shock me.
Phenomenal comment, thank you for writing it, made my day :)
The whole point of this interview is that the candidate is operating on a single-threaded environment.
Also open-source: https://github.com/appdotbuild/website.
We use both Claude 4 and Gemini by default (for different tasks). But the idea is you can self-host this and use other models (and even BYOM - bring your own models).
Yeah, we have a PR in the works for this (https://github.com/appdotbuild/platform/issues/166), should be fixed tomorrow!
OP here, everything is available on GitHub:
- https://github.com/appdotbuild/agent
- https://github.com/appdotbuild/platform
And we also blogged[1] about how the whole thing works. We're very excited about getting this out but we have a ton of improvements we'd like to make still. Please let us know if you have any questions!
[1] https://www.app.build/blog/app-build-open-source-ai-agent
Yeah, this is not about write availability, but as the OP/author points out, scaling that is not the bottleneck for most apps.
But you can get more availability and more durability with much easier alternatives:
- Availability: spin up more read replicas.
- Durability: spin up more read replicas and also write to S3 asynchronously.
With Postgres on Neon, you can have both of these very easily. Same with Aurora.
(Disclaimer: I work at Neon)
We can see which database creations are coming from products such as Replit, v0, Same.new, Create.xyz, and a few more etc.
Surely, there might be other agents creating Neon databases so we might be under-counting.
Hey everyone, I'm an engineer at Neon and I wanted to share this FAQ which covers a lot of the questions that are being brought up in the comments here:
https://neon.tech/databricks-faq
We're really excited about this, and will try to respond to some of the questions people have here later.
This is awesome. My name is David and I work at Neon btw. Email me through david@ if you want to chat!
Neon — Ship Faster with Postgres (https://neon.tech) | Remote | Full Time
Neon is a distributed team building an open-source, cloud-native Postgres platform. We are a well-funded startup with deep knowledge of Postgres internals and decades of experience building databases. Our storage layer is written in Rust, and our cloud control plane is written in Go. We are on a mission to enable developers to “Ship faster with Postgres”. We are hiring for:
* Product Engineer to work on the UI/UX for an agent. Experience with full-stack development and AI is required.
If you want to learn more about the engineering work we do, check out some of these blog posts:
* https://neon.tech/blog/how-we-scale-an-open-source-multi-ten...
* https://neon.tech/blog/paxos
* https://neon.tech/blog/architecture-decisions-in-neon
Please email me directly via david at neon dot tech!
If performance matters, some migrations might hide table locks which can cause major slowdowns.
Do you mean that the migration might work on a side branch, but then it might not work on the main branch, because there's no other activity running on the side branch?
Neon — Ship Faster with Postgres (https://neon.tech) | Remote | Full Time
Neon is distributed team building open-source, cloud-native Postgres. We are a well-funded startup with deep knowledge of Postgres internals and decades of experience building databases. Our storage layer is written in Rust, and our cloud control plane is written in Go. We are on a mission to enable developers to “Ship faster with Postgres”.
* Team Lead, Backend as a Service (7+ years experience, ideally in and around dev tooling, cloud infra and full-stack app development)
If you want to learn more about the engineering work we do, check out some of these blog posts:
* https://neon.tech/blog/how-we-scale-an-open-source-multi- tenant-storage-engine-for-postgres-written-rust
* https://neon.tech/blog/paxos
* https://neon.tech/blog/architecture-decisions-in-neon
Please email me directly via david at neon dot tech!
(Disclaimer: Neon employee)
The 15 seconds start up time limits the utility for production workloads indeed, specifically for multi-tenant apps looking to provide very strong per-tenant isolation. If you need Instant Postgres, check out Neon: https://neon.tech/demos/instant-postgres.
I launched https://www.emailremind.me/, which is a simple website to send yourself email reminders in the future.
The tech stack I used:
- Remix
- v0 for UI code gen
- Resend
- Neon for DB
- Exograph for API
- Clerk for Authentication
- Cloudflare Pages + Workers + Domains
- Cody wrote ~ 1/3rd of my code
I was on this team at SingleStore and I can vouch for how hard this team worked on this project. I just opened a couple notebooks in production and they loaded *instantly*, so kudos to the team for seeing this project through.
(If you're not familiar with SingleStore's Jupyter Notebooks, they're similar to Databricks Notebooks[1] or Azure Synapse Notebooks[2]).
[1] https://docs.databricks.com/en/notebooks/index.html
[2] https://learn.microsoft.com/en-us/azure/synapse-analytics/sp...
I was a target of the exact same attack this week. I assume it's basically a bug in Gmail's spam filter.
Blocking/reporting spam/unsubscribing didn't work. Here's what worked for me: create a filter to delete any emails from those 3 addresses.
Check out https://github.com/electric-sql/pglite, which this is built with.
(OP Here)
I hear you! I think this is all extremely nuanced, and of course, as hiring managers, we must keep in mind that some folks might want to fully disconnect inbetween jobs. As such, we need to "read the room" and not push people to start thinking about their new role too early if that's not what they want. The goal here is not to get people to do work for us before they start! That can actually be counter-productive!
However, there's other people who clearly want to engage a bit more, and to those we can send them a few text messages every now and then. Before I started my first internship, I emailed the company several times hoping to get some stuff to do before I started and I was very frustrated that they didn't respond — I really wanted to be better prepared on my first day. Now, that's not everyone, I know, and that's totally fine!
Neon — Ship Faster with Postgres (https://neon.tech) | Remote | Full Time
Neon is distributed team building open-source, cloud-native Postgres. We are a well-funded startup with deep knowledge of Postgres internals and decades of experience building databases. Our storage layer is written in Rust, and our cloud control plane is written in Go. We are on a mission to enable developers to “Ship faster with Postgres”.
We are hiring for a few positions: * Software Engineer, Developer Productivity
* Software Engineer, Team Lead (Control Plane)
* Software Engineer, Team Lead (Identity)
* Systems Software Engineer
* Site Reliability Engineer (Azure)
* Fullstack Engineer
Careers page with individual links for each open position: https://neon.tech/careers.
If you want to learn more about the engineering work we do, check out some of these blog posts:
* https://neon.tech/blog/how-we-scale-an-open-source-multi- tenant-storage-engine-for-postgres-written-rust
* https://neon.tech/blog/paxos
* https://neon.tech/blog/architecture-decisions-in-neon
Please email me directly via david at neon dot tech!