frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•11mo 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

Introduction to Nyreth v1.0 [video]

https://www.youtube.com/watch?v=cQvCFmfjJLA
1•NyrethAI•2m ago•0 comments

Scaling a Monolith to 1M LOC: 113 Pragmatic Lessons from Tech Lead to CTO

https://www.semicolonandsons.com/articles/scaling-a-monolith-to-1m-loc-113-pragmatic-lessons-from...
1•dondraper36•4m ago•0 comments

Looking for honest feedback on Entry I – a physical artifact

https://www.indiehackers.com/post/looking-for-honest-feedback-on-entry-i-a-physical-artifact-that...
1•Entryi•5m ago•0 comments

Britain today generating 90%+ of electricity from renewables

https://grid.iamkate.com/
2•rwmj•5m ago•0 comments

Sierra Acquires Opera Tech in Japan

https://sierra.ai/blog/sierra-acquires-opera-tech-in-japan
1•doppp•6m ago•0 comments

Moth in Relay

https://moth-in-relay.net/
1•wibbily•13m ago•0 comments

U.S. Ambassador to EU: Stop Fining Big Tech

https://www.cnbc.com/2026/03/27/big-tech-eu-fines-ai-data-centers-us-ambassador-puzder.html
2•vrganj•15m ago•0 comments

The statistical basis of Fermi estimates(2021)

https://hapax.github.io/physics/hacks/mathematics/statistics/fermi-log-normal/
1•o4c•17m ago•0 comments

Translating non-trivial codebases with Claude (C++ to Java, Haskell to Clojure)

https://blog.danieljanus.pl/2026/03/26/claude-nlp/
1•nathell•17m ago•0 comments

Hacking Physics from the Back of a Napkin(2020)

https://hapax.github.io/physics/teaching/hacks/napkin-hacks/#sec-3
1•o4c•17m ago•0 comments

Forensic beats Mem0 with 90.1% on LOCOMO

https://forensicmemory.com/proof.html
1•strobo•22m ago•0 comments

Treason in the Futures Markets

https://paulkrugman.substack.com/p/treason-in-the-futures-markets
11•Gasp0de•22m ago•1 comments

Machine Learning for Android Engineers

https://7422889060748.gumroad.com/l/ml-android-engineers
1•vsaytech•23m ago•1 comments

Spanish woman dies by euthanasia after long legal battle with father

https://www.bbc.com/news/articles/c7vqdd23y0vo
1•stared•29m ago•0 comments

Voxtral from Mistral

https://mistral.ai/news/voxtral-tts
2•wiradikusuma•31m ago•0 comments

Palestinian toddler returns injured after IDF detention in Gaza

https://news.sky.com/story/gaza-toddler-released-from-israeli-custody-with-suspected-torture-woun...
5•lr0•35m ago•2 comments

Empiricism and Rationalism in Software Testing

http://joshvoigts.com/articles/empiricism-and-rationalism-in-software-testing/
2•redman25•36m ago•0 comments

ChatGPT Founder's Experience (Book)

https://startupik.com/the-altman-blueprint/
1•startupik•41m ago•0 comments

Alex Karp says only trade workers and neurodivergents will survive in the AI era

https://fortune.com/2026/03/24/palantir-ceo-alex-karp-two-people-successful-in-ai-era-vocational-...
9•anticensor•45m ago•6 comments

Scientists uncovered the nutrients bees were missing

https://www.sciencedaily.com/releases/2026/03/260327000518.htm
2•Modified3019•45m ago•0 comments

Fast, accurate and comprehensive userland text measurement algorithm

https://twitter.com/_chenglou/status/2037713766205608234
2•lumannnn•47m ago•0 comments

Big-Endian Testing with QEMU

https://www.hanshq.net/big-endian-qemu.html
2•zmodem•49m ago•0 comments

Tailscale'd into Homelabbing

https://rugu.dev/en/blog/homelabbing_01/
1•birdculture•50m ago•0 comments

Doom in CSS

https://nielsleenheer.com/articles/2026/css-is-doomed-rendering-doom-in-3d-with-css/
2•runxiyu•51m ago•0 comments

Show HN: Newspaper-style HN reader (PWA) with articles and comments side by side

https://hackernewstimes.com
1•terryds•52m ago•0 comments

Show HN: I optimized a Java log scanner from 872ms to 78ms (Zero GC)

https://github.com/Yosefnago/java-deep-dive
1•yosinago•53m ago•0 comments

JWST solves decades-long mystery about why Saturn appears to change its spin

https://phys.org/news/2026-03-jwst-decades-mystery-saturn.html
2•bookmtn•53m ago•0 comments

Quiet Restructuring of Work: AI, Job Compression, and the Risk

https://medium.com/@andreaswalterkoellen/the-quiet-restructuring-of-work-ai-job-compression-and-t...
2•taubek•54m ago•0 comments

InpharmD (YC W21) Is Hiring – Senior Ruby on Rails Engineer (Rails 8, Ruby 3)

https://inpharmd.com/jobs/senior-ruby-on-rails-engineer
1•tulasichintha•56m ago•0 comments

Brief life of Harvard CIA agent who helped install the shah of Iran

https://www.harvardmagazine.com/2010/12/kermit-roosevelt
2•geox•59m ago•0 comments