Skip to content

Commit

Permalink
edit about
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlt committed Sep 17, 2024
1 parent 698ada2 commit f53f585
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ export default function About() {
Conversely, when generating code in Copilot, Cursor, and Colab, I end up
using comments as prompts, and I find I’m not too attached to the code
it generates. When I need to change the generated code, I’d rather just
adjust the prompt and regenerate.
adjust the prompt and regenerate. But that workflow is difficult in
these code editors, which don't save the prompt or the delimit the
generated code.
</P>
<P>
With Dualism, you can go back and iterate on the prompt, regenerating
Expand All @@ -81,11 +83,13 @@ export default function About() {
<P>
Dualism also does away with the chat interface. No more asking ChatGPT
to “please generate code to […]”. It also provides an export view, which
formats your prompts as code comments.
concatenates all the cells and formats your prompts as code comments.
</P>
<P>
Finally, you can actually edit the generated code and regenerate the
prose description of it. (Hence, “dualism”.)
prose description of it. (Hence, “dualism”.) This is for those cases
where it's easier to reach in and make a small edit directly to the
code, and ensures the prompt and code always stay in sync.
</P>
<P>
This is a working prototype, but it really is a prototype: its purpose
Expand Down

0 comments on commit f53f585

Please sign in to comment.