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

Both radiologists and AI struggle to identify 'deepfake' X-rays

https://radiologybusiness.com/topics/artificial-intelligence/both-radiologists-and-ai-struggle-id...
1•hhs•26s ago•0 comments

Ssereload(1) Introduction

https://timmarinin.net/2026/ssereload/
1•birdculture•46s ago•0 comments

Show HN: Multiplayer Local-First OpenClaw Native Mac App

https://clawcoda.com/
1•EthOptimist•2m ago•0 comments

Claude's popularity is forcing it to hit the brakes on users

https://www.businessinsider.com/claude-usage-caps-changes-popularity-anthropic-2026-3
1•almog•3m ago•0 comments

Software Performance Engineering: The Ideas I Keep Coming Back To

https://ricomariani.medium.com/software-performance-engineering-the-ideas-i-keep-coming-back-to-6...
1•cdrnsf•3m ago•0 comments

Dokis – Runtime RAG provenance enforcement without an LLM call

https://github.com/Vbj1808/dokis
1•Vbj1808•5m ago•0 comments

What if CRDTs for version control worked at entity granularity instead of lines?

1•rs545837•5m ago•0 comments

YouTube video uses the Klingon audio track to provide a Side B

https://www.youtube.com/shorts/I87xXqkbXMA
1•simonjgreen•8m ago•1 comments

Chat with multiple AI models at once

https://99helpers.com/tools/ai-chat
1•nickk81•11m ago•1 comments

Are We Approaching an Unprecedented Energy Crisis?

https://thedispatch.com/newsletter/dispatch-energy/iran-war-energy-crisis-hormuz/
1•simonebrunozzi•11m ago•0 comments

Sycophantic AI decreases prosocial intentions and promotes dependence

https://www.science.org/doi/10.1126/science.aec8352
1•salkahfi•11m ago•0 comments

The 24-year-old who wants to save the world in a home built prototype

https://www.topgear.com/car-news/interview/meet-24-year-old-who-wants-save-world-a-home-built-pro...
1•rmason•13m ago•0 comments

Om Malik – 'Astound'ed. Google Flips Its Fiber to PE

https://om.co/2026/03/27/astounded-google-flips-its-fiber-to-pe/
2•rmason•16m ago•0 comments

Show HN: Open Source 'Conductor + Ghostty'

https://github.com/stablyai/orca
6•nwparker•17m ago•2 comments

How you feel seeing this diagnostic at 3:27 AM? (compiler written in Zig)

https://www.reddit.com/r/Zig/s/QLv4H9PuH7
2•lucaas-d3v•19m ago•0 comments

Show HN: Peek – a simple, CLI network monitoring tool

https://github.com/hxii/peek
2•hxii•19m ago•0 comments

CGI Considered OK, Actually?

https://moonydev.xyz/blog/cgi_considered_ok/
2•moonydev•19m ago•0 comments

RSAC, Infosec-themes, and crummy products

https://blog.thinkst.com/2026/03/rsac-infosec-themes-and-crumby-products.html
2•mslaviero•21m ago•0 comments

Show HN: TwitchRoulette – Find live streamers who need views the most

https://twitchroulette.net/
3•ellg•22m ago•0 comments

Lysistrata

https://en.wikipedia.org/wiki/Lysistrata
2•helterskelter•22m ago•0 comments

U.S. lawmakers demand answers Canadian says border officers forced DNA sample

https://www.cbc.ca/lite/story/9.7144472
2•colinprince•22m ago•0 comments

Spot – git repo AST-aware index, search and replace

https://replicated.wiki/spot/
1•gritzko•24m ago•0 comments

4D Doom

https://github.com/danieldugas/HYPERHELL
1•chronolitus•24m ago•0 comments

The Oil Shocks of the 1970s

https://energyhistory.yale.edu/the-oil-shocks-of-the-1970s/
1•cs702•28m ago•0 comments

Search for Your Weather

https://weatherflip.com/
1•pppone•28m ago•0 comments

Security leaders say the next two years are going to be 'insane'

https://cyberscoop.com/ai-cyberattacks-two-years-insane-vulnerabilities-kevin-mandia-alex-stamos-...
2•rantingdemon•29m ago•0 comments

Endgame for the Open Web

https://www.anildash.com/2026/03/27/endgame-open-web/
3•MindGods•32m ago•0 comments

Build America, Buy America law causes construction delays amid US housing crisis

https://apnews.com/article/affordable-housing-construction-baba-hud-delays-4302744b3b5839268acaee...
2•petethomas•32m ago•1 comments

Waymo's skyrocketing ridership in one chart

https://techcrunch.com/2026/03/27/waymo-skyrocketing-ridership-in-one-chart/
1•simonpure•32m ago•0 comments

Simdxml for Python: a faster ElementTree you don't have to rewrite for

https://cigrainger.com/blog/simdxml-python/
2•cigrainger•36m ago•0 comments