Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sqs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
sqs
17d ago
I am on the Amp team. I just turned off SMS verification. Not needed anymore. Was required for ~5% of signups for anti-abuse, but I think we're good without it now.
2.
▲
by
sqs
8mo ago
I don't think it takes care of tone transformation (eg 他是 ni3shi4 -> ni2shi4). Or if it does, my tones are just off. But it's a really cool idea!
3.
▲
by
sqs
10mo ago
Using small threads (see https://ampcode.com/@sqs for some of my public threads). If you use very long threads and treat it as a long-and-winding conversation, you will get worse results and pay a lot more.
4.
▲
by
sqs
10mo ago
What's super interesting is that Opus is cheaper all-in than Sonnet for many usage patterns. Here are some early rough numbers from our own internal usage on the Amp team (avg cost $ per thread): - Sonnet 4.5: $1.83 - Opus 4.5: $1.30
5.
▲
by
sqs
10mo ago
Sorry we missed that email! I don’t know what went wrong there, but I just replied and will figure it out. This is definitely not the norm (and Build Crew is a small fraction of our users).
6.
▲
by
sqs
11mo ago
Yeah, I said about coding agents, “it’s obviously the future, but it’s not there yet”. That talk was from the AI Engineer conference in June 2024 (16 months ago). Coding agents have come a long way since then!
7.
▲
by
sqs
1y ago
It's a big organization of teen coders who build really cool things together. Instead of coding alone, they get to hack on software and hardware projects in person and online with other smart teens all around the world. You can see ful
8.
▲
by
sqs
1y ago
Buildkite is awesome, by far the best CI product and with an amazing team.
9.
▲
How to Build an Agent (Or: The Emperor Has No Clothes)
(ampcode.com)
1 points
by
sqs
1y ago
|
0 comments
10.
▲
Fuzzing a Coding Agent
(wickstrom.tech)
5 points
by
sqs
1y ago
|
0 comments
11.
▲
by
sqs
1y ago
Thank you for pointing that out. Just pushed a fix, will be live in ~5-10min.
12.
▲
by
sqs
1y ago
That draft RFC you mention is superseded by https://agents.md . Now that Amp uses AGENTS.md ( https://x.com/sqs/status/1957945824404729997 ), I made all the former agent file stuff on https://a
13.
▲
by
sqs
1y ago
Just the filename is standardized. The contents aren't, which is exactly right. From the site: > Are there required fields? > No. AGENTS.md is just standard Markdown. Use any headings you like; the agent simply parses the text yo
14.
▲
by
sqs
1y ago
Amp has only been out for a couple of months, and it's growing fast. Cursor and Claude Code have been around for longer, but obviously that's not always a good thing since everything is constantly changing. Check on X, like at ht
15.
▲
by
sqs
1y ago
This is really cool. I used Vibe Kanban with Amp to update some of our docs and UI components, and it was great.
16.
▲
by
sqs
1y ago
Priompt might be what you're looking for: https://github.com/anysphere/priompt .
17.
▲
How I Program with Agents
(sketch.dev)
4 points
by
sqs
1y ago
|
0 comments
18.
▲
No More BYOK
(ampcode.com)
3 points
by
sqs
1y ago
|
0 comments
19.
▲
by
sqs
1y ago
Is it a very large codebase? Anything else distinctive about it? Are you often asking high-level/conceptual questions? Those are the questions that would help me understand why you might be seeing better results with RAG.
20.
▲
by
sqs
1y ago
Tool-calling agents with search tools do very well at information retrieval tasks in codebases. They are slower and more expensive than good RAG (if you amortize the RAG index over many operations), but they're incredibly versatile and
21.
▲
by
sqs
1y ago
It's fundamentally hard. If you have an easy solution, you can go make a easy few billion dollars.
22.
▲
Claude Code: Best practices for agentic coding
(anthropic.com)
614 points
by
sqs
1y ago
|
257 comments
23.
▲
by
sqs
1y ago
What a shallow, negative post. "Hype" is tautologically bad. Being negative and "above the hype" makes you sound smart, but this post adds nothing to the discussion and is just as fuzzy as the hype it criticizes. > It
24.
▲
by
sqs
1y ago
Thank you, and I’m sorry about that. Will look into this and fix on our side.
25.
▲
by
sqs
1y ago
What broke on you when using Cody? Sorry to hear about that and want to fix it for you.
26.
▲
by
sqs
2y ago
Congratulations and thank you to Sid, the GitLab CEO, for building an incredible company and product. GitLab was the first code host to add more products (CI, security, ops, helpdesk, analytics, etc.) and create a whole suite, and GitHub fo
27.
▲
by
sqs
2y ago
Most users won't and shouldn't need to go through the process of adding context sources. In the enterprise, you want these to be chosen by (and pre-authed/configured by) admins, or at least not by each individual user, becaus
28.
▲
by
sqs
2y ago
Yeah, we’re using it a lot at Sourcegraph. There are some extra APIs it offers beyond what MCP offers, such as annotations (as you can see on the homepage of https://openctx.org ). We worked with Anthropic on MCP because this kin
29.
▲
by
sqs
2y ago
Context is a huge part of the chat experience in Cody, and we're working hard to stay ahead there as well with things like OpenCtx ( https://openctx.org ) and more code context based on the code graph (defs/refs/etc
30.
▲
by
sqs
2y ago
Cody ( https://cody.dev ) will have support for the new Claude 3.5 Sonnet on all tiers (including the free tier) asap. We will reply back here when it's up.
More ›