holy shit @conductor_build blows every other coding agent orchestrator out of the water. i thought it was going to be like cursor's new agent window but nahhhh its much better
Today, we're releasing Ramp CLI to let agents manage your company's finances.
50+ tools across cards, bills, expenses, travel, and approvals. Fewer tokens than MCP, and comes with pre-built skills like receipt compliance and agentic purchasing.
high-leverage things to focus on as a dev in the age of ai:
- correctness guarantees. tests, lint rules, strong type systems, docs, runbooks. these become guardrails for ai agents touching your code.
- fast ci builds. tight feedback loops matter more than ever. think rust-based tools, remote caching, fast container runners.
- performance benchmarking. ai tends to optimize for “working”, not “fast”.
- reproducible dev environments. you should be able to recreate almost any state your app can be in. makes qa and test fixtures reliable.
- data modeling. you often only get one shot at shaping your data correctly. invest early in good schemas.
- observability. logs, metrics, traces. makes it easier to verify systems behave as expected (and can double as correctness signals for ai agents).