...

jonator

46

Karma

2018-06-22

Created

Recent Activity

  • 14 points1 commentstwitter.com

    We’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using x.com. You can see a list of supported browsers in our Help…

  • Fully agree. Perhaps I should have clarified that it’s primarily for agents now, not just engineers.

  • I’ve found a good counter to this is having agents visualize and explain the architecture of the system. Then I gain just enough context to figure out what I’m trying to accomplish.

    Also, as always, a highly modular codebase is very important. If I only have to reason about a single module then I don’t have to have full context on system.

    It seems we’re now in a world where engineers are responsible for creating a good environment where an agent is able to gain context on the architecture and validate its work via tests (e2e, unit, smoke, etc). Then it can get into its own feedback loop and find the correct solution on its own much faster.

  • I've been using Opus 4.5 via Claude Code

  • I can attest to everything. Using Tidewave MCP to give your agent access to the runtime via REPL is a superpower, especially with Elixir being functional. It's able to proactively debug and get runtime feedback on your modular code as it's being written. It can also access the DB via your ORM Ecto modules. It's a perfect fit and incredibly productive workflow.

HackerNews