frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•1y ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Bonzi Buddy

https://en.wikipedia.org/wiki/BonziBuddy
1•ColinWright•52s ago•0 comments

Wonderwerk Cave bones reveal possible fire use by human ancestor 1.79M years ago

https://phys.org/news/2026-06-wonderwerk-cave-bones-reveal-human.html
2•pseudolus•2m ago•0 comments

Show HN: Makememe – a meme CLI for your Claude Code

https://github.com/dhruvmehra/makememe
1•dhruvme•4m ago•0 comments

A Dialog on APL (2015)

https://www.dyalog.com/blog/2015/05/a-dialog-on-apl/
1•tosh•5m ago•0 comments

Premature Optimization Is Fun Sometimes

https://invlpg.com/posts/2025-06-19-premature-optimization.html
1•throawayonthe•5m ago•0 comments

Blaise v0.10.0 (alpha) – Incremental compile, Native Back end and more

https://github.com/graemeg/blaise/releases/tag/v0.10.0
1•mariuz•5m ago•0 comments

OpenAI wants shopping in ChatGPT. Wassist raises $1.1M to keep it on WhatsApp

https://techfundingnews.com/openai-wants-shopping-in-chatgpt-wassist-raises-1-1m-to-keep-it-on-wh...
1•joshwarwick15•6m ago•0 comments

Becoming yourself is a social project

https://velvetnoise.substack.com/p/becoming-yourself-is-a-social-project
1•jger15•6m ago•0 comments

Show HN: Incremental RAG ingestion, only changed chunks get re-embedded

https://github.com/shamikhan005/chunks-sync
1•shamikhan005•9m ago•0 comments

Compiling APL to JavaScript (2014)

https://web.archive.org/web/20150114032647/https://archive.vector.org.uk/art10501160
1•tosh•12m ago•0 comments

Sendzap-One click to WhatsApp. No saved contacts required

https://apps.apple.com/in/app/sendzap/id6770007484
1•kauntech•12m ago•0 comments

Replies to comments on my "LLMs are eroding my career" post

https://human-in-the-loop.bearblog.dev/replies-to-comments-on-my-llms-are-eroding-my-career-post/
2•omblivion•15m ago•1 comments

Software for Converting the OST File to PST Format

https://apps.microsoft.com/detail/9p62fq9z8x7p?hl=en-US&gl=US
1•tieanderson•15m ago•0 comments

Seedream 5.0 Image and Video – create AI videos

https://seedream4.video/
1•zlonmask•16m ago•0 comments

Get old Google icons from 2020 and 2016 back with Ink for Google

https://chromewebstore.google.com/detail/ink-for-google/hmanckoiohnlgdommlcckcflkmllobgj
1•carlosj•18m ago•0 comments

Listable AI

https://www.listableai.com/
1•PaulinMartin•19m ago•0 comments

Use Neovim with Claude Code

https://github.com/NishantJoshi00/sidekick
1•cat-whisperer•22m ago•0 comments

Show HN: AI LinkedIn auto-apply that runs in your own browser session

https://jobeasyapply.com
1•Maazkhanxo•22m ago•0 comments

Pizx – zx and Pi AI = shell scripting with 15 AI agent patterns

https://github.com/topce/pizx
1•topce•23m ago•0 comments

NY lawmakers vote to ban 'surveillance pricing,' but digital price tags survive

https://gothamist.com/news/ny-lawmakers-vote-to-ban-surveillance-pricing-but-digital-price-tags-s...
2•pseudolus•23m ago•0 comments

Show HN: GermanWeekly, Weekly German Lessons

https://germanweekly.com/
1•smoqadam•23m ago•0 comments

SpaceX IPO: Nice Try Though

https://www.youtube.com/watch?v=IHD8BDFYyGI
1•doener•24m ago•0 comments

To end animal suffering, the most ethical choice is to kill wild predators

https://qz.com/497675/to-truly-end-animal-suffering-the-most-ethical-choice-is-to-kill-all-predat...
2•internet_points•25m ago•1 comments

I run an AI girlfriend company. Here's why you shouldn't use it every day

https://bae.ppl.studio/letter
1•zeshutmax•25m ago•1 comments

JNU, a Vibe Coded Operating System

1•annoymousperson•25m ago•0 comments

React Native, Hermes bytecode, and the Kindle homepage

https://sighery.com/posts/patching-kindle-homepage/
2•Sighery•27m ago•0 comments

Ask HN: What is the AI setup for an experienced dev starting on a new project?

3•postexitus•28m ago•1 comments

Silicon Valley including Meta has embraced MAGA politics, says Nick Clegg

https://www.theguardian.com/politics/2026/jun/08/silicon-valley-meta-maga-politics-nick-clegg
2•dkdbejwi383•29m ago•2 comments

Config Files That Run Code: Supply Chain Security Blindspot

https://safedep.io/config-files-that-run-code/
3•signa11•31m ago•0 comments

Tech firms must stop kids sending and receiving explicit images or face new laws

https://www.bbc.co.uk/news/live/cr5j43zp2rpt
3•ColinWright•32m ago•0 comments