flo merian
‱

11d ago

Experimenting with Cursor

At @Bucket, we're always looking for products that can boost productivity and inspire us to build better software. We recently experimented with @Cursor to replace @Github Copilot.

Key takeaways

  • Tab completion: Cursor includes a helpful tab completion feature, suggesting refactorings and improvements as you go — huge time saver!

  • Chat: the chat/composer is better than Copilot as it can modify across files in the codebase. However, we still needed to correct the code most of the time :/

  • Full context: Cursor has full context, so it provides more helpful advice and changes

  • Generating comments: it makes it easier to add code comments — they need clarifications from time to time tho

  • Working with existing codebases: Cursor seems better at writing code from scratch than contributing to large existing codebases

  • Hallucinations: as far as we can tell, it had fewer hallucinations compared to alternatives

  • Prompting strategies: being somewhat specific in prompts by referencing classes and functions seems to work well — We're currently experimenting with `.cursorrules` files to improve prompt quality

Aaron O'Leary
‱

17d ago

#vibecoding: What are your favorite Cursor pro-tips?

Recently stumbled across this Cursor pro-tip from Ian Nuttall on X: "1. ask it to recommend a folder structure

2. ask it to actually create the folder/files based on that this makes it 10x easier for me to get started and Cursor is more accurate using codebase cos it knows where to update files."

That got me thinking, what other pro tips are people using to generate better code, ship faster, organise your space better, etc. Drop em below:

Aaron O'Leary
‱

2mo ago

What do you think the future looks like for developers when it comes to AI?

ICYMI: @levelsio shipped a flight simulator game last week. It's pretty fun, it's got some low poly / minecraft-esque graphics, pretty good physics, a turbo boost, and even PvP. The kicker is he built it, at least the version one anyway entirely by prompting @Cursor.

It got me thinking about a question that a ton of people have tried to answer in the past few years; What does the future look like for someone getting into development?